summaryrefslogtreecommitdiff
path: root/sc
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 /sc
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 'sc')
-rw-r--r--sc/source/ui/app/scdll.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index daa0c7cf06ea..7c555111b6db 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -100,7 +100,6 @@
#include <svx/imapdlg.hxx>
#include "editutil.hxx"
-#include <svx/svdfield.hxx>
#include "dwfunctr.hxx"
#include "acredlin.hxx"
@@ -262,14 +261,6 @@ void ScDLL::Init()
sc::SearchResultsDlgWrapper::RegisterChildWindow(false, pMod);
ScCondFormatDlgWrapper::RegisterChildWindow(false, pMod);
- // EditEngine Field; insofar not already defined in OfficeApplication::Init
- SvClassManager& rClassManager = SvxFieldItem::GetClassManager();
- rClassManager.Register(SvxPagesField::StaticClassId(), SvxPagesField::CreateInstance);
- rClassManager.Register(SvxFileField::StaticClassId(), SvxFileField::CreateInstance);
- rClassManager.Register(SvxTableField::StaticClassId(), SvxTableField::CreateInstance);
-
- SdrRegisterFieldClasses(); // Register SvDraw fields
-
// Add 3DObject Factory
E3dObjFactory();