summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 11:09:05 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 11:09:05 +0000
commitf8eb7b2abd87fd087302f6ffbc09702a75a276b1 (patch)
tree06be21a40c799216cb76fc2625a5d7c62acdafd3 /sd/source/ui
parent0fe738f0f47bb84fab9c97a61c6fbde85989c9bd (diff)
INTEGRATION: CWS impressodf12 (1.23.40); FILE MERGED
2008/04/25 08:52:13 cl 1.23.40.2: RESYNC: (1.23-1.27); FILE MERGED 2008/04/10 17:07:46 cl 1.23.40.1: #i35937# allow paragraph depth of -1 to switch of numbering
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/slidesorter/view/SlideSorterView.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/view/SlideSorterView.cxx b/sd/source/ui/slidesorter/view/SlideSorterView.cxx
index ec3c6f3f16b1..872997b600ab 100644
--- a/sd/source/ui/slidesorter/view/SlideSorterView.cxx
+++ b/sd/source/ui/slidesorter/view/SlideSorterView.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SlideSorterView.cxx,v $
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
* This file is part of OpenOffice.org.
*
@@ -61,6 +61,7 @@
#include "sdresid.hxx"
#include "glob.hrc"
+#include <svtools/itempool.hxx>
#include <svx/svdpagv.hxx>
#include <svx/svdopage.hxx>
#include <svx/xoutx.hxx>
@@ -109,6 +110,7 @@ SlideSorterView::SlideSorterView (SlideSorter& rSlideSorter)
// Hide the page that contains the page objects.
SetPageVisible (FALSE);
+ maPageModel.GetItemPool().FreezeIdRanges();
LocalModelHasChanged();
}