summaryrefslogtreecommitdiff
path: root/sc/source/core/data/userdat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/userdat.cxx')
-rw-r--r--sc/source/core/data/userdat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/userdat.cxx b/sc/source/core/data/userdat.cxx
index 4581edf6df35..9cc9aeddec9d 100644
--- a/sc/source/core/data/userdat.cxx
+++ b/sc/source/core/data/userdat.cxx
@@ -31,7 +31,7 @@ ScDrawObjFactory::~ScDrawObjFactory()
SdrObjFactory::RemoveMakeUserDataHdl( LINK ( this, ScDrawObjFactory, MakeUserData ) );
}
-IMPL_STATIC_LINK_NOINSTANCE(
+IMPL_STATIC_LINK(
ScDrawObjFactory, MakeUserData, SdrObjFactory *, pObjFactory )
{
if ( pObjFactory->nInventor == SC_DRAWLAYER )