summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SlideSorterViewShell.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2010-04-29 16:58:41 +0200
committerAndre Fischer <af@openoffice.org>2010-04-29 16:58:41 +0200
commit648716ed790e8f9c9e4bf515a0ec4f3a57dbd78c (patch)
tree193c5fb6b15afba7edd8ee71ba2dcd9c1171e0c0 /sd/source/ui/inc/SlideSorterViewShell.hxx
parent735c902c49ff973f7d44c12dc683d2e8c4ed1e90 (diff)
renaissance1: #i107215# Fixed paint problem on initialization. Removed some OSL_TRACEs.
Diffstat (limited to 'sd/source/ui/inc/SlideSorterViewShell.hxx')
-rw-r--r--sd/source/ui/inc/SlideSorterViewShell.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/inc/SlideSorterViewShell.hxx b/sd/source/ui/inc/SlideSorterViewShell.hxx
index 443802a751e6..624c0b274baa 100644
--- a/sd/source/ui/inc/SlideSorterViewShell.hxx
+++ b/sd/source/ui/inc/SlideSorterViewShell.hxx
@@ -129,6 +129,8 @@ public:
virtual bool HandleScrollCommand (const CommandEvent& rEvent, ::sd::Window* pWindow);
+ virtual void Activate (BOOL IsMDIActivate);
+
//===== Drag and Drop =====================================================
virtual void StartDrag (
@@ -205,6 +207,7 @@ protected:
private:
::boost::shared_ptr<SlideSorter> mpSlideSorter;
+ bool mbIsArrangeGUIElementsPending;
SlideSorterViewShell (
SfxViewFrame* pFrame,