summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-06-21 16:03:04 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-06-21 16:03:04 +0000
commitc4da49ea5f8a57534d1490ba816e7e781e05db28 (patch)
treefa70832971acb3fb62982bf8d9528e11a4086f57 /xmloff/source/text
parente88b0204d249f86b7af0ad4a8b5006de38cc39e1 (diff)
#88626# color of column separator gets read properly
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/XMLTextColumnsContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextColumnsContext.cxx b/xmloff/source/text/XMLTextColumnsContext.cxx
index eca5a4085555..c61c898ea148 100644
--- a/xmloff/source/text/XMLTextColumnsContext.cxx
+++ b/xmloff/source/text/XMLTextColumnsContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextColumnsContext.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dvo $ $Date: 2001-06-15 17:13:32 $
+ * last change: $Author: dvo $ $Date: 2001-06-21 17:03:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -297,7 +297,7 @@ XMLTextColumnSepContext_Impl::XMLTextColumnSepContext_Impl(
Color aColor;
if( GetImport().GetMM100UnitConverter().
convertColor( aColor, rValue ) )
- nColor = nVal;
+ nColor = (sal_Int32)aColor.GetColor();
}
break;
case XML_TOK_COLUMN_SEP_ALIGN: