diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-21 01:28:55 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-21 01:28:55 -0500 |
commit | 359c573d635335779e37fc6a25ddbf3fa7b2331e (patch) | |
tree | 07d9dd477c61cd8e6b469570edb95369094c5aaf /include/ucbhelper/macros.hxx | |
parent | eabc5d4920513ea41d57b7753d75702fd2d1da60 (diff) |
kill ucbhelper XSERVICEINFO_NOFACTORY_DECL
Change-Id: I02bb3e7a06451347d8ce72af17461bec91803954
Diffstat (limited to 'include/ucbhelper/macros.hxx')
-rw-r--r-- | include/ucbhelper/macros.hxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx index 88e51e44b7fb..f97d2e3f0051 100644 --- a/include/ucbhelper/macros.hxx +++ b/include/ucbhelper/macros.hxx @@ -199,26 +199,6 @@ GETTYPES_IMPL_START( Class ) \ CPPU_TYPE_REF( I11 ) \ GETTYPES_IMPL_END -// XServiceInfo decl. - - - -#define XSERVICEINFO_NOFACTORY_DECL() \ - virtual OUString SAL_CALL \ - getImplementationName() \ - throw( com::sun::star::uno::RuntimeException, std::exception ); \ - virtual sal_Bool SAL_CALL \ - supportsService( const OUString& ServiceName ) \ - throw( com::sun::star::uno::RuntimeException, std::exception ); \ - virtual com::sun::star::uno::Sequence< OUString > SAL_CALL \ - getSupportedServiceNames() \ - throw( com::sun::star::uno::RuntimeException, std::exception ); \ - \ - static OUString \ - getImplementationName_Static(); \ - static com::sun::star::uno::Sequence< OUString > \ - getSupportedServiceNames_Static(); - // XServiceInfo impl. internals |