summaryrefslogtreecommitdiff
path: root/sax/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sax/inc')
-rw-r--r--sax/inc/sax/tools/converter.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sax/inc/sax/tools/converter.hxx b/sax/inc/sax/tools/converter.hxx
index 601ce6c6532c..8b84feb5c984 100644
--- a/sax/inc/sax/tools/converter.hxx
+++ b/sax/inc/sax/tools/converter.hxx
@@ -95,10 +95,15 @@ public:
static void convertMeasurePx( ::rtl::OUStringBuffer& rBuffer,
sal_Int32 nValue );
- /** convert string to color */
+ /** convert string to rgb color */
static bool convertColor( sal_Int32& rColor,
const ::rtl::OUString&rValue );
+ /** convert string to argb color */
+ static bool convertColor( sal_Int32& rColor,
+ const ::rtl::OUString&rValue,
+ const double alpha);
+
/** convert color to string */
static void convertColor( ::rtl::OUStringBuffer &rBuffer,
sal_Int32 nColor );