diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-29 09:02:24 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-06 09:07:14 +0100 |
commit | 1790ff71bd0772a37ad6ab7885cdbe2752dfdadf (patch) | |
tree | 7d986f6a358cc121db45d504116756f173dbd91e /xmloff/inc | |
parent | 458c2482da665089f0fe7ca4f419ef11e33c9b13 (diff) |
xo: Constructor feature for XMLVersionListPersistence.
Change-Id: I04429d95622f0b5a5988fa3dc3bac16d55aa1b3f
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmlversion.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xmloff/inc/xmlversion.hxx b/xmloff/inc/xmlversion.hxx index 0bf3113d1549..3f81f1180ee8 100644 --- a/xmloff/inc/xmlversion.hxx +++ b/xmloff/inc/xmlversion.hxx @@ -124,19 +124,6 @@ public: virtual void SAL_CALL store( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& Storage, const ::com::sun::star::uno::Sequence< ::com::sun::star::util::RevisionTag >& List ) throw (::com::sun::star::io::IOException, ::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException); }; -::com::sun::star::uno::Sequence< OUString > SAL_CALL - XMLVersionListPersistence_getSupportedServiceNames() - throw(); - -OUString SAL_CALL XMLVersionPersistence_getImplementationName() - throw(); - -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL - XMLVersionListPersistence_createInstance( - const ::com::sun::star::uno::Reference< - ::com::sun::star::lang::XMultiServiceFactory > & ) - throw( ::com::sun::star::uno::Exception ); - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |