summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-08 13:24:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-08 20:56:44 +0200
commitc605c8d0787f93019722a4146750e01d63e81e07 (patch)
treecfb63eb86d3f93027a018d6ae0739bb7e80eacfb /sd
parent61d49afadb2badc7572b04c73ee682afde1d2e7b (diff)
SvPersistStream dead
since commit 1e4b1e4a1aca3b333820b0a865997e6f62e80064 "Removing unused SfxItemPool serialisation from editeng" Change-Id: I8a3cd36a13b7d2322047c2035e0f23c70ca9cdf0 Reviewed-on: https://gerrit.libreoffice.org/40880 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/sddll.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx
index 8b8430d32d56..b487624c151b 100644
--- a/sd/source/ui/app/sddll.cxx
+++ b/sd/source/ui/app/sddll.cxx
@@ -25,7 +25,6 @@
#include <unotools/configmgr.hxx>
#include <unotools/moduleoptions.hxx>
#include <svx/fmobjfac.hxx>
-#include <svx/svdfield.hxx>
#include <svx/objfac3d.hxx>
#include <vcl/svapp.hxx>
@@ -277,9 +276,6 @@ void SdDLL::Init()
// register your controllers here
RegisterControllers(pModule);
- // register SvDraw-Fields
- SdrRegisterFieldClasses();
-
// register 3D-object-factory
E3dObjFactory();