summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/tools/color.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tools/color.hxx b/include/tools/color.hxx
index 0cf6e122eb90..e2b1783f5e5d 100644
--- a/include/tools/color.hxx
+++ b/include/tools/color.hxx
@@ -437,6 +437,8 @@ inline void operator <<=( css::uno::Any & rAny, Color value )
}
namespace com::sun::star::uno {
+ template<> inline Any::Any(Color const & value): Any(sal_Int32(value)) {}
+
template<>
inline Any makeAny( Color const & value )
{