summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SlideSorterViewShell.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-03 21:42:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-20 15:22:48 +0100
commit7919625d8103a75dec30ba8ee216105528e0a15b (patch)
treec48515881b518ae489a32a27269fe9fbfc1b2f6e /sd/source/ui/inc/SlideSorterViewShell.hxx
parentcedbc8f534b149a609b95380568035453faa5078 (diff)
configitem leak: if we create a FrameView we presumably have to delete it
Diffstat (limited to 'sd/source/ui/inc/SlideSorterViewShell.hxx')
-rw-r--r--sd/source/ui/inc/SlideSorterViewShell.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/inc/SlideSorterViewShell.hxx b/sd/source/ui/inc/SlideSorterViewShell.hxx
index f8e0bdb03e85..1a5ab8261c48 100644
--- a/sd/source/ui/inc/SlideSorterViewShell.hxx
+++ b/sd/source/ui/inc/SlideSorterViewShell.hxx
@@ -199,6 +199,8 @@ private:
::boost::shared_ptr<SlideSorter> mpSlideSorter;
bool mbIsArrangeGUIElementsPending;
+ bool m_bCreatedOwnFrameView;
+
SlideSorterViewShell (
SfxViewFrame* pFrame,
ViewShellBase& rViewShellBase,