summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2014-07-28 14:10:04 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-09-17 10:19:50 +0200
commit78afbfa1cb0f99a62dc643fc64e38c1eaa2014f1 (patch)
treef46f50f0304b6252e77b8cedc47ef1a7923983ef /include
parent2d37d10ebdc67e38e2c96735ef38266e5a24b90f (diff)
Change NamedColor to use OUString
Change-Id: Id84d761b33f12dfc50f980e61ab44565693f2e5a
Diffstat (limited to 'include')
-rw-r--r--include/svx/Palette.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/Palette.hxx b/include/svx/Palette.hxx
index c659e063e696..2be4eb205adc 100644
--- a/include/svx/Palette.hxx
+++ b/include/svx/Palette.hxx
@@ -26,7 +26,7 @@
#include <tools/stream.hxx>
-typedef std::pair<Color, OString> NamedColor;
+typedef std::pair<Color, OUString> NamedColor;
typedef std::vector< NamedColor > ColorList;