summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtexppr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtexppr.cxx')
-rw-r--r--xmloff/source/text/txtexppr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx
index 6fd0bc24af1e..a40cee944fd4 100644
--- a/xmloff/source/text/txtexppr.cxx
+++ b/xmloff/source/text/txtexppr.cxx
@@ -1133,7 +1133,7 @@ void XMLTextExportPropertySetMapper::ContextFilter(
if( pCharHighlight && pCharBackground )
{
assert(pCharBackgroundTransparency); // always together
- sal_uInt32 nColor = COL_TRANSPARENT;
+ Color nColor = COL_TRANSPARENT;
pCharHighlight->maValue >>= nColor;
if( nColor == COL_TRANSPARENT )
{