summaryrefslogtreecommitdiff
path: root/include/comphelper/componentmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/componentmodule.hxx')
-rw-r--r--include/comphelper/componentmodule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/componentmodule.hxx b/include/comphelper/componentmodule.hxx
index 9cb07461ce7d..bc0292a667ca 100644
--- a/include/comphelper/componentmodule.hxx
+++ b/include/comphelper/componentmodule.hxx
@@ -39,7 +39,7 @@ namespace comphelper
/** factory factory declaration
*/
- typedef css::uno::Reference< css::lang::XSingleComponentFactory > (SAL_CALL *FactoryInstantiation)
+ typedef css::uno::Reference< css::lang::XSingleComponentFactory > (*FactoryInstantiation)
(
::cppu::ComponentFactoryFunc _pFactoryFunc,
OUString const& _rComponentName,