summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-29 09:50:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-29 15:19:17 +0200
commit45acf26775ac7e91ceb88d8941cee25c2cd65873 (patch)
tree9651995799bd40d40d705ba1b9a3d3c1f2b39475 /include/ucbhelper
parent57d3e8b35d18c6fb329badbab8a8c28020253a40 (diff)
remove some unused macro definitions
Change-Id: I253e5108161b932e3dc588b656e550bb9dc022b0 Reviewed-on: https://gerrit.libreoffice.org/41672 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/macros.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/ucbhelper/macros.hxx b/include/ucbhelper/macros.hxx
index b218f94269b8..da0b2dea8feb 100644
--- a/include/ucbhelper/macros.hxx
+++ b/include/ucbhelper/macros.hxx
@@ -188,18 +188,6 @@ Class::createServiceFactory( const css::uno::Reference< css::lang::XMultiService
Class::getSupportedServiceNames_Static() ) ); \
}
-// Service without service factory.
-
-// 1 service name
-#define XSERVICEINFO_NOFACTORY_IMPL_1( Class, ImplName, Service1 ) \
-XSERVICEINFO_COMMOM_IMPL( Class, ImplName ) \
- \
-css::uno::Sequence< OUString > \
-Class::getSupportedServiceNames_Static() \
-{ \
- return { Service1 }; \
-}
-
#endif /* ! INCLUDED_UCBHELPER_MACROS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */