summaryrefslogtreecommitdiff
path: root/include/svx/svdotext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-24 14:48:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:19:12 +0000
commitd6d1fc2683eeb88a569795e6bd27ad5db035f511 (patch)
treecc98260f62d71ff5fb4af58d4b7e747e8793f06e /include/svx/svdotext.hxx
parent98747742b20c82382ed16b193e7bec175e905978 (diff)
loplugin:singlevalfields in svx(part1)
Change-Id: I9f655f0573ea301faa6cb54733832c26864eae4f Reviewed-on: https://gerrit.libreoffice.org/26639 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/svdotext.hxx')
-rw-r--r--include/svx/svdotext.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 2adf9949ed1c..0b29fba3abb1 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -227,9 +227,6 @@ protected:
SdrTextObj *mpNextInChain = nullptr;
SdrTextObj *mpPrevInChain = nullptr;
- // indicating the for its text to be chained to another text box
- bool mbToBeChained : 1;
-
// Fuer beschriftete Zeichenobjekte ist bTextFrame=FALSE. Der Textblock
// wird dann hoizontal und vertikal an aRect zentriert. Bei bTextFrame=
// sal_True wird der Text in aRect hineinformatiert. Der eigentliche Textrahmen
@@ -237,7 +234,6 @@ protected:
bool bTextFrame : 1;
bool bPortionInfoChecked : 1; // Fuer Optimierung von Textobjekten
bool bNoShear : 1; // Obj darf nicht gesheart werden (->Graf+Ole+TextFrame)
- bool bNoRotate : 1; // Obj darf nicht gedreht werden (->Ole)
bool bNoMirror : 1; // Obj darf nicht gespiegelt werden (->Ole,TextFrame)
bool bTextSizeDirty : 1;
@@ -254,9 +250,6 @@ protected:
// - Positions+Groesse Dialog
bool bDisableAutoWidthOnDragging : 1;
- // Allow text suppression
- bool mbTextHidden : 1;
-
// Flag for allowing text animation. Default is sal_true.
bool mbTextAnimationAllowed : 1;
@@ -356,7 +349,6 @@ public:
bool IsFitToSize() const;
// Chaining
- bool IsToBeChained() const;
SdrTextObj *GetNextLinkInChain() const;
void SetNextLinkInChain(SdrTextObj *);
SdrTextObj *GetPrevLinkInChain() const;