diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-08 13:24:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-08 20:56:44 +0200 |
commit | c605c8d0787f93019722a4146750e01d63e81e07 (patch) | |
tree | cfb63eb86d3f93027a018d6ae0739bb7e80eacfb /svx | |
parent | 61d49afadb2badc7572b04c73ee682afde1d2e7b (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 'svx')
-rw-r--r-- | svx/source/svdraw/svdotxfl.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/svx/source/svdraw/svdotxfl.cxx b/svx/source/svdraw/svdotxfl.cxx index 154e7707d73a..4fe84291dc80 100644 --- a/svx/source/svdraw/svdotxfl.cxx +++ b/svx/source/svdraw/svdotxfl.cxx @@ -18,27 +18,8 @@ */ #include <editeng/eeitem.hxx> - #include <editeng/measfld.hxx> #include <svx/svdotext.hxx> -#include <svx/svdfield.hxx> - -static bool bInit = false; - -// Do not remove this, it is still used in src536a! -void SdrRegisterFieldClasses() -{ - if ( !bInit ) - { - SvxFieldItem::GetClassManager().SV_CLASS_REGISTER(SdrMeasureField); - SvxFieldItem::GetClassManager().SV_CLASS_REGISTER(SvxHeaderField); - SvxFieldItem::GetClassManager().SV_CLASS_REGISTER(SvxFooterField); - SvxFieldItem::GetClassManager().SV_CLASS_REGISTER(SvxDateTimeField); - bInit = true; - } -} - -///////////////////////////////////////////////////////////////////////////////////////////////// */ bool SdrTextObj::CalcFieldValue(const SvxFieldItem& /*rField*/, sal_Int32 /*nPara*/, sal_uInt16 /*nPos*/, bool /*bEdit*/, Color*& /*rpTxtColor*/, Color*& /*rpFldColor*/, OUString& /*rRet*/) const |