summaryrefslogtreecommitdiff
path: root/include/svx/svdpntv.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/svdpntv.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/svdpntv.hxx')
-rw-r--r--include/svx/svdpntv.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index 1d914686e038..7c21f6090799 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -169,16 +169,12 @@ protected:
bool mbGlueVisible2 : 1; // Also show glue points for GluePointEdit
bool mbGlueVisible3 : 1; // Also show glue points for EdgeTool
bool mbGlueVisible4 : 1; // Show glue points, if one edge is selected
- bool mbRestoreColors : 1; // Pens and Brushes are reset
bool mbSomeObjChgdFlag : 1;
bool mbSwapAsynchron : 1;
bool mbPrintPreview : 1;
// These bools manage, the status that is displayed
//
- // Enter/Leave group: default is true, but is set to false in
- // e.g. Chart, where we'd get Ghost effects when rendering
- bool mbVisualizeEnteredGroup : 1;
bool mbAnimationPause : 1;
// Flag which decides if buffered output for this view is allowed. When
@@ -294,9 +290,6 @@ public:
// Data read access on logic HitTolerance and MinMoveTolerance
sal_uInt16 getHitTolLog() const { return mnHitTolLog; }
- // Flag for group visualization
- bool DoVisualizeEnteredGroup() const { return mbVisualizeEnteredGroup; }
-
// Using the DragState we can tell e.g. which distance was
// already dragged
const SdrDragStat& GetDragStat() const { return maDragStat; }