summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/inc/tvfactory.hxx2
-rw-r--r--xmlhelp/source/treeview/tvfactory.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvfactory.hxx b/xmlhelp/source/cxxhelp/inc/tvfactory.hxx
index 1563c8896941..86dc3a8cf6b6 100644
--- a/xmlhelp/source/cxxhelp/inc/tvfactory.hxx
+++ b/xmlhelp/source/cxxhelp/inc/tvfactory.hxx
@@ -73,7 +73,7 @@ class TVFactory: public cppu::WeakImplHelper <
static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_static();
- static css::uno::Reference< css::lang::XSingleServiceFactory > SAL_CALL
+ static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory(
const css::uno::Reference< css::lang::XMultiServiceFactory >& rxServiceMgr );
diff --git a/xmlhelp/source/treeview/tvfactory.cxx b/xmlhelp/source/treeview/tvfactory.cxx
index 65b934273e48..6bb587703cfd 100644
--- a/xmlhelp/source/treeview/tvfactory.cxx
+++ b/xmlhelp/source/treeview/tvfactory.cxx
@@ -138,7 +138,7 @@ TVFactory::getSupportedServiceNames_static()
return seq;
}
-Reference< XSingleServiceFactory > SAL_CALL
+Reference< XSingleServiceFactory >
TVFactory::createServiceFactory(
const Reference< XMultiServiceFactory >& rxServiceMgr )
{