diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-30 12:37:34 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 13:25:52 +0100 |
commit | 2978ddf60d9cc0aced1c3804cd489b47c63bcf6d (patch) | |
tree | be70bc34e101a0fcaf8db52ec63b52713c243fbd /include/svx | |
parent | e11a80d0be9db1e8cc1054d166638a99e89defea (diff) |
svx: Use constructor feature for SvxShapeCollection.
Change-Id: If717b1d526e5d3e67adae4a224018b6da4bf09aa
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/unoshcol.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/unoshcol.hxx b/include/svx/unoshcol.hxx index b349b5e01ea2..523313f6213b 100644 --- a/include/svx/unoshcol.hxx +++ b/include/svx/unoshcol.hxx @@ -81,11 +81,8 @@ public: virtual OUString SAL_CALL getImplementationName() throw(::com::sun::star::uno::RuntimeException); virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException); - static com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static(); - static OUString getImplementationName_Static(); }; -::com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL SvxShapeCollection_createInstance( const com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& rSMgr ); #endif |