summaryrefslogtreecommitdiff
path: root/include/svx/svdotext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-20 12:09:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 08:42:41 +0200
commit742c0838f29bd09505e2cb9ca35debf401c18c23 (patch)
treea224af9ead35435e613ac03c03ee0f74173c01e5 /include/svx/svdotext.hxx
parent528632660b72b105345945c13c5b68060d94a91b (diff)
loplugin:unusedfields in svx part1
Change-Id: I6621e0dda5a5dc3e68c7b1613975c075e2879912 Reviewed-on: https://gerrit.libreoffice.org/39006 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdotext.hxx')
-rw-r--r--include/svx/svdotext.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 93294cf12ba3..1781f6d5b128 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -158,12 +158,6 @@ private:
return pEdtOutl;
}
- // This method is only allowed for sdr::properties::TextProperties
- SVX_DLLPRIVATE void SetPortionInfoChecked(bool bNew)
- {
- bPortionInfoChecked = bNew;
- }
-
// to allow sdr::properties::TextProperties access to SetPortionInfoChecked()
// and GetTextEditOutliner()
friend class sdr::properties::TextProperties;
@@ -234,7 +228,6 @@ protected:
// The actual text frame is realized by an SdrRectObj with
// bTextFrame=sal_True.
bool bTextFrame : 1;
- bool bPortionInfoChecked : 1; // to optimise text objects
bool bNoShear : 1; // disable shearing (->graphic+Ole+TextFrame)
bool bNoMirror : 1; // disable mirroring (->Ole,TextFrame)
bool bTextSizeDirty : 1;