summaryrefslogtreecommitdiff
path: root/sd/source/ui/func
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 11:07:42 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 11:07:42 +0000
commitaa8f7571edf753fc8a0bb2faa88366ba6bcaba0d (patch)
treeaaa02e80d2cc9b18e1ddcabc8ebafa3c7196c28c /sd/source/ui/func
parent2aeee470175f30aeab9fcf20eabf4be07d55f9d8 (diff)
INTEGRATION: CWS impressodf12 (1.63.12); FILE MERGED
2008/05/26 12:26:30 cl 1.63.12.1: #i35937# code cleanup after bullet rework
Diffstat (limited to 'sd/source/ui/func')
-rw-r--r--sd/source/ui/func/futext.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index ee49c2ff9693..a84461af530d 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: futext.cxx,v $
- * $Revision: 1.63 $
+ * $Revision: 1.64 $
*
* This file is part of OpenOffice.org.
*
@@ -171,11 +171,7 @@ void FuText::disposing()
::Outliner* pOutliner = mpView->GetTextEditOutliner();
if (pOutliner)
- {
- pOutliner->SetStyleSheetPool((SfxStyleSheetPool*)
- mpDoc->GetStyleSheetPool());
- pOutliner->SetMinDepth(0);
- }
+ pOutliner->SetStyleSheetPool(static_cast<SfxStyleSheetPool*>(mpDoc->GetStyleSheetPool()));
}
}