summaryrefslogtreecommitdiff
path: root/svx/source/unoedit/unoforou.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unoedit/unoforou.cxx')
-rw-r--r--svx/source/unoedit/unoforou.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unoedit/unoforou.cxx b/svx/source/unoedit/unoforou.cxx
index 47feb9fa4302..65823194e993 100644
--- a/svx/source/unoedit/unoforou.cxx
+++ b/svx/source/unoedit/unoforou.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoforou.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: thb $ $Date: 2002-09-13 14:31:58 $
+ * last change: $Author: hr $ $Date: 2003-03-27 15:05:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,7 +231,7 @@ void SvxOutlinerForwarder::SetParaAttribs( USHORT nPara, const SfxItemSet& rSet
if( pOldParent )
((SfxItemSet*)&rSet)->SetParent( NULL );
- rOutliner.SetParaAttribs( nPara, rSet );
+ rOutliner.SetParaAttribs( nPara, rSet, true );
if( pOldParent )
((SfxItemSet*)&rSet)->SetParent( pOldParent );