summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index ec259808c273..608819c63541 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -234,7 +234,6 @@ public:
PageKind GetPageKind() const { return mePageKind; }
void SetPageKind( PageKind ePageKind ) { mePageKind = ePageKind; }
const Point& GetMousePos() const { return maMousePos; }
- void SetMousePosFreezed() { mbMousePosFreezed = false; }
EditMode GetEditMode() const { return meEditMode; }
virtual SdPage* GetActualPage() override { return mpActualPage; }
@@ -382,7 +381,6 @@ protected:
SdPage* mpActualPage;
::tools::Rectangle maMarkRect;
Point maMousePos;
- bool mbMousePosFreezed;
VclPtr<TabControl> maTabControl;
EditMode meEditMode;
PageKind mePageKind;