summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdetc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-24 13:56:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-24 21:17:38 +0200
commitb6c3afdcbe66075f5a82d35ce8e403e7fe696174 (patch)
tree39515bc8ef815d88a1c903ecfc18bcf9d1e3af4b /svx/source/svdraw/svdetc.cxx
parentc8e8ae885b519e2bb282b087606b3be2a07c218d (diff)
SdrGlobalData::aUserMakeObjUserDataHdl is unused
ever since commit ddb1d5ebf0a81888001ffa1dbab883df70cdc279 Author: Felix Zhang <fezhang@suse.com> Date: Fri Nov 18 18:23:52 2011 +0800 remove unused Sdr methods removed the SdrObjFactory::MakeNewObjUserData method Change-Id: I95c167b2f20b436bcc0085b6b616406ac210045f Reviewed-on: https://gerrit.libreoffice.org/40363 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r--svx/source/svdraw/svdetc.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 00418251e783..2d1061f1a1fe 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -373,12 +373,6 @@ std::vector<Link<SdrObjCreatorParams, SdrObject*>>& ImpGetUserMakeObjHdl()
return rGlobalData.aUserMakeObjHdl;
}
-std::vector<Link<SdrObjUserDataCreatorParams, SdrObjUserData*>>& ImpGetUserMakeObjUserDataHdl()
-{
- SdrGlobalData& rGlobalData=GetSdrGlobalData();
- return rGlobalData.aUserMakeObjUserDataHdl;
-}
-
OUString ImpGetResStr(const char* pResID)
{
return SvxResId(pResID);