summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/View.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-11 15:26:57 +0200
committerNoel Grandin <noel@peralex.com>2015-11-12 08:01:36 +0200
commitb5216432a86ea6b0be9af29c71b864629b748c13 (patch)
treea7b1986f507dc2830084dfa5b5caff78fd66e828 /sd/source/ui/inc/View.hxx
parent77ae2a45c7cddc0475b4e2b3d38661e21eb170ed (diff)
sd: remove the maLockedRedraws field
not doing anything useful Change-Id: I3c11261cff73886eb93cd76062c0ff5018384b3d
Diffstat (limited to 'sd/source/ui/inc/View.hxx')
-rw-r--r--sd/source/ui/inc/View.hxx14
1 files changed, 2 insertions, 12 deletions
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx
index a870c39e3158..935ba079745c 100644
--- a/sd/source/ui/inc/View.hxx
+++ b/sd/source/ui/inc/View.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_VIEW_HXX
#define INCLUDED_SD_SOURCE_UI_INC_VIEW_HXX
-#include <boost/ptr_container/ptr_vector.hpp>
-
#include "pres.hxx"
#include <tools/gen.hxx>
#include <svtools/transfer.hxx>
@@ -56,13 +54,6 @@ class ViewShell;
class Window;
class ViewClipboard;
-// SdViewRedrawRec
-struct SdViewRedrawRec
-{
- VclPtr<OutputDevice> mpOut;
- Rectangle aRect;
-};
-
//For master view we want to force that master
//textboxes have readonly text, because the
//text is the auto-generated click-here-to-edit
@@ -262,14 +253,13 @@ protected:
SdrMarkList* mpDragSrcMarkList;
SdrObject* mpDropMarkerObj;
SdrDropMarkerOverlay* mpDropMarker;
- sal_uInt16 mnDragSrcPgNum;
+ sal_uInt16 mnDragSrcPgNum;
Point maDropPos;
::std::vector<OUString> maDropFileVector;
sal_Int8 mnAction;
Idle maDropErrorIdle;
Idle maDropInsertFileIdle;
- sal_uInt16 mnLockRedrawSmph;
- boost::ptr_vector<SdViewRedrawRec> maLockedRedraws;
+ sal_uInt16 mnLockRedrawSmph;
bool mbIsDropAllowed;
DECL_LINK_TYPED( DropErrorHdl, Idle*, void );