summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 11:35:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 11:35:51 +0000
commit6c3967c9e4be0c7c2191c20e593303c0b5537fe4 (patch)
treee5d564b7aec189d686d89a77636e20531e25290c /svx/source/tbxctrls
parent7a8e0b21555ba0568076dbed738dccc384e74dd1 (diff)
INTEGRATION: CWS impressodf12 (1.14.352); FILE MERGED
2008/05/26 12:19:14 cl 1.14.352.3: #i35937# code cleanup after bullet rework 2008/04/25 08:58:25 cl 1.14.352.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/10 16:50:57 cl 1.14.352.1: #i35937# allow paragraph depth of -1 to switch of numbering
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/fontworkgallery.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx
index d172e4b186..7cb779974b 100644
--- a/svx/source/tbxctrls/fontworkgallery.cxx
+++ b/svx/source/tbxctrls/fontworkgallery.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fontworkgallery.cxx,v $
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -187,10 +187,7 @@ void FontWorkGalleryDialog::changeText( SdrTextObj* pObj )
{
SdrOutliner& rOutl = mpModel->GetDrawOutliner(pObj);
- rOutl.SetMinDepth(0);
-
USHORT nOutlMode = rOutl.GetMode();
- USHORT nMinDepth = rOutl.GetMinDepth();
Size aPaperSize = rOutl.GetPaperSize();
BOOL bUpdateMode = rOutl.GetUpdateMode();
rOutl.SetUpdateMode(FALSE);
@@ -211,7 +208,6 @@ void FontWorkGalleryDialog::changeText( SdrTextObj* pObj )
rOutl.Init( nOutlMode );
rOutl.SetParaAttribs( 0, rOutl.GetEmptyItemSet() );
rOutl.SetUpdateMode( bUpdateMode );
- rOutl.SetMinDepth( nMinDepth );
rOutl.SetPaperSize( aPaperSize );
rOutl.Clear();