summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/lookupcolorname.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/accessibility/lookupcolorname.hxx')
-rw-r--r--svx/source/accessibility/lookupcolorname.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/accessibility/lookupcolorname.hxx b/svx/source/accessibility/lookupcolorname.hxx
index 99071817f10d..30cf716beb7e 100644
--- a/svx/source/accessibility/lookupcolorname.hxx
+++ b/svx/source/accessibility/lookupcolorname.hxx
@@ -48,7 +48,7 @@ namespace accessibility {
when no name exists, a string of the form "#RRGGBB" with two hexadecimal
digits for each color component.
*/
-rtl::OUString lookUpColorName(long color);
+OUString lookUpColorName(long color);
}