summaryrefslogtreecommitdiff
path: root/linguistic/inc
diff options
context:
space:
mode:
authorserval <serval2412@yahoo.fr>2010-12-22 21:33:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-23 12:59:01 +0000
commit52b91b63035eb7c45e6fce2803541f552326863a (patch)
treee507e35a84e98e18d0d0efccd342d165c98764eb /linguistic/inc
parenta3d9e49021a6965ff2fb0b5c625baedaf6327a02 (diff)
RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'linguistic/inc')
-rw-r--r--linguistic/inc/misc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/inc/misc.hxx b/linguistic/inc/misc.hxx
index 676046c799e1..9cdc8dffbc14 100644
--- a/linguistic/inc/misc.hxx
+++ b/linguistic/inc/misc.hxx
@@ -77,7 +77,7 @@ namespace linguistic
{
// ascii to OUString conversion
-#define A2OU(x) ::rtl::OUString::createFromAscii( x )
+#define A2OU(x) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x ))
/// Flags to be used with the multi-path related functions
/// @see GetDictionaryPaths, GetLinguisticPaths