write even better code
Change-Id: I0f193b9c17da5855fd515251543afc68b8885b9b
This commit is contained in:
@@ -123,14 +123,14 @@ void SAL_CALL SIDEModel::store() throw (io::IOException, uno::RuntimeException)
|
||||
notImplemented();
|
||||
}
|
||||
|
||||
void SAL_CALL SIDEModel::storeAsURL( const ::rtl::OUString&, const uno::Sequence< PROPERTYVALUE >& )
|
||||
void SAL_CALL SIDEModel::storeAsURL( const ::rtl::OUString&, const uno::Sequence< beans::PropertyValue >& )
|
||||
throw (io::IOException, uno::RuntimeException)
|
||||
{
|
||||
notImplemented();
|
||||
}
|
||||
|
||||
void SAL_CALL SIDEModel::storeToURL( const ::rtl::OUString&,
|
||||
const uno::Sequence< PROPERTYVALUE >& )
|
||||
const uno::Sequence< beans::PropertyValue >& )
|
||||
throw (io::IOException, uno::RuntimeException)
|
||||
{
|
||||
notImplemented();
|
||||
|
@@ -51,15 +51,15 @@ public:
|
||||
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames(void)
|
||||
throw( ::com::sun::star::uno::RuntimeException );
|
||||
// XStorable2
|
||||
virtual void SAL_CALL storeSelf( const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& )
|
||||
virtual void SAL_CALL storeSelf( const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& )
|
||||
throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException) { notImplemented(); }
|
||||
// XStorable
|
||||
virtual void SAL_CALL store() throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
|
||||
virtual void SAL_CALL storeAsURL( const ::rtl::OUString& sURL,
|
||||
const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& seqArguments )
|
||||
const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& seqArguments )
|
||||
throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
|
||||
virtual void SAL_CALL storeToURL( const ::rtl::OUString& sURL,
|
||||
const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& seqArguments )
|
||||
const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& seqArguments )
|
||||
throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
|
||||
|
||||
static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static();
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user