summaryrefslogtreecommitdiff
path: root/include/svx/galmisc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/galmisc.hxx')
-rw-r--r--include/svx/galmisc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx
index 6ae29851ef5a..fd0aa8badf82 100644
--- a/include/svx/galmisc.hxx
+++ b/include/svx/galmisc.hxx
@@ -130,7 +130,7 @@ public:
SgaUserDataFactory() { SdrObjFactory::InsertMakeUserDataHdl( LINK(this,SgaUserDataFactory,MakeUserData) ); }
~SgaUserDataFactory() { SdrObjFactory::RemoveMakeUserDataHdl( LINK(this,SgaUserDataFactory,MakeUserData) ); }
- DECL_STATIC_LINK_TYPED( SgaUserDataFactory, MakeUserData, SdrObjUserDataCreatorParams, SdrObjUserData* );
+ DECL_STATIC_LINK( SgaUserDataFactory, MakeUserData, SdrObjUserDataCreatorParams, SdrObjUserData* );
};
class GraphicFilter;