summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-06-25 19:13:49 +0000
committerNiklas Nebel <nn@openoffice.org>2001-06-25 19:13:49 +0000
commitbc08ef79a56181e1f9ebf8bee1da2d593b6cf859 (patch)
treec3275ce3286e0f9a430ebd1a323bdce76b17b4b5
parent32e67f0536cbee6fc98e1fd0db17536eeea7762a (diff)
#87795# SetCharCompressType: really set compress type
-rw-r--r--svx/source/svdraw/svdmodel.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index 616c32a6845d..3b548b277566 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdmodel.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: cl $ $Date: 2001-06-25 15:35:20 $
+ * last change: $Author: nn $ $Date: 2001-06-25 20:13:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2555,6 +2555,7 @@ void SdrModel::SetCharCompressType( UINT16 nType )
{
if( nType != mnCharCompressType )
{
+ mnCharCompressType = nType;
ImpSetOutlinerDefaults( pDrawOutliner );
ImpSetOutlinerDefaults( pHitTestOutliner );
}