summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-25 10:21:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-25 13:10:03 +0200
commit4d41b2e42fb91b99bd17b13f0f592978f4ccfba7 (patch)
tree7901e9cee894825e5bdc15999a2a2f385eee3bac /editeng
parentd181d8acbf49e2fe87c8cf53a9431e503ccced55 (diff)
loplugin:unusedfields
Change-Id: I81bcf4f56599146536ba8d66cc86fa5a08737298 Reviewed-on: https://gerrit.libreoffice.org/41556 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editobj.cxx2
-rw-r--r--editeng/source/editeng/editobj2.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx
index f5122fec09eb..a20217749d46 100644
--- a/editeng/source/editeng/editobj.cxx
+++ b/editeng/source/editeng/editobj.cxx
@@ -540,7 +540,6 @@ EditTextObjectImpl::EditTextObjectImpl( EditTextObject* pFront, SfxItemPool* pP
bVertical = false;
bIsTopToBottomVert = false;
- bStoreUnicodeStrings = false;
nScriptType = SvtScriptType::NONE;
}
@@ -555,7 +554,6 @@ EditTextObjectImpl::EditTextObjectImpl( EditTextObject* pFront, const EditTextOb
bIsTopToBottomVert = r.bIsTopToBottomVert;
nScriptType = r.nScriptType;
pPortionInfo = nullptr; // Do not copy PortionInfo
- bStoreUnicodeStrings = false;
if ( !r.bOwnerOfPool )
{
diff --git a/editeng/source/editeng/editobj2.hxx b/editeng/source/editeng/editobj2.hxx
index 15724a4ceef7..67141145eedb 100644
--- a/editeng/source/editeng/editobj2.hxx
+++ b/editeng/source/editeng/editobj2.hxx
@@ -195,7 +195,6 @@ private:
bool bOwnerOfPool:1;
bool bVertical:1;
bool bIsTopToBottomVert : 1;
- bool bStoreUnicodeStrings:1;
bool ImpChangeStyleSheets( const OUString& rOldName, SfxStyleFamily eOldFamily,
const OUString& rNewName, SfxStyleFamily eNewFamily );