summaryrefslogtreecommitdiffstats
path: root/include/vbahelper/vbahelperinterface.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbahelperinterface.hxx')
-rw-r--r--include/vbahelper/vbahelperinterface.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vbahelper/vbahelperinterface.hxx b/include/vbahelper/vbahelperinterface.hxx
index 21e718594b9d..1ec99155e270 100644
--- a/include/vbahelper/vbahelperinterface.hxx
+++ b/include/vbahelper/vbahelperinterface.hxx
@@ -108,7 +108,6 @@ public:
};
-
/** Helper macro to implement the method 'getServiceImplName()' of the
'ooo.vba.XHelperInterface' interface. Will return the class name as service
implementation name.
@@ -120,7 +119,6 @@ OUString classname::getServiceImplName() \
}
-
/** Helper macro to implement the method 'getServiceNames()' for a single
service name.
*/
@@ -137,7 +135,6 @@ css::uno::Sequence< OUString > classname::getServiceNames() \
}
-
/** Helper macro to declare the methods 'getServiceImplName()' and
'getServiceNames()' of the 'ooo.vba.XHelperInterface' interface in a class
declaration.
@@ -147,7 +144,6 @@ css::uno::Sequence< OUString > classname::getServiceNames() \
virtual css::uno::Sequence< OUString > getServiceNames() override;
-
/** Helper macro to implement the methods 'getServiceImplName()' and
'getServiceNames()' of the 'ooo.vba.XHelperInterface' interface. Will
return the class name as service implementation name.
@@ -157,7 +153,6 @@ VBAHELPER_IMPL_GETSERVICEIMPLNAME( classname ) \
VBAHELPER_IMPL_GETSERVICENAMES( classname, servicename )
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */