summaryrefslogtreecommitdiff
path: root/svtools/source/control/collatorres.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/collatorres.cxx')
-rw-r--r--svtools/source/control/collatorres.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/control/collatorres.cxx b/svtools/source/control/collatorres.cxx
index 79388a7b9c9c..7c669c6c59cd 100644
--- a/svtools/source/control/collatorres.cxx
+++ b/svtools/source/control/collatorres.cxx
@@ -76,8 +76,7 @@ CollatorRessource::CollatorRessource()
mp_Data = new CollatorRessourceData[COLLATOR_RESSOURCE_COUNT];
#define ASCSTR(str) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(str))
- #define RESSTR(rid) ResId::toString(SvtResId(rid))
-
+ #define RESSTR(rid) SvtResId(rid).toString()
mp_Data[0] = CollatorRessourceData (ASCSTR("alphanumeric"), RESSTR(STR_SVT_COLLATE_ALPHANUMERIC));
mp_Data[1] = CollatorRessourceData (ASCSTR("charset"), RESSTR(STR_SVT_COLLATE_CHARSET));