summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxmodelfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sfxmodelfactory.hxx')
-rw-r--r--include/sfx2/sfxmodelfactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxmodelfactory.hxx b/include/sfx2/sfxmodelfactory.hxx
index b4013a965d37..f7b000b548e4 100644
--- a/include/sfx2/sfxmodelfactory.hxx
+++ b/include/sfx2/sfxmodelfactory.hxx
@@ -41,7 +41,7 @@ namespace o3tl
namespace sfx2
{
- typedef css::uno::Reference< css::uno::XInterface > ( SAL_CALL * SfxModelFactoryFunc ) (
+ typedef css::uno::Reference< css::uno::XInterface > ( * SfxModelFactoryFunc ) (
const css::uno::Reference< css::lang::XMultiServiceFactory >& _rxFactory,
SfxModelFlags _nCreationFlags
);