summaryrefslogtreecommitdiffstats
path: root/framework/source/xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/xml')
-rw-r--r--framework/source/xml/imagesdocumenthandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/xml/imagesdocumenthandler.cxx b/framework/source/xml/imagesdocumenthandler.cxx
index 327e666fde9d..28ec385b2f3e 100644
--- a/framework/source/xml/imagesdocumenthandler.cxx
+++ b/framework/source/xml/imagesdocumenthandler.cxx
@@ -224,7 +224,7 @@ void SAL_CALL OReadImagesDocumentHandler::startElement(
// the color value is given as #rrggbb and used the hexadecimal system!!
sal_uInt32 nColor = aColor.copy( 1 ).toUInt32( 16 );
- m_pImages->aMaskColor = Color( COLORDATA_RGB( nColor ) );
+ m_pImages->aMaskColor = Color( nColor );
}
}
break;