summaryrefslogtreecommitdiffstats
path: root/linguistic/workben/sprophelp.cxx
diff options
context:
space:
mode:
authorserval <serval2412@yahoo.fr>2010-12-22 16:19:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-22 16:43:11 +0000
commitd9b52710a9b8f2e66afbb7fb35de044b16afd7ab (patch)
treeb806779a386b30b477397cd32cf8d591d4d7cbf9 /linguistic/workben/sprophelp.cxx
parentAdd another file to EXCEPTIONSFILES. (diff)
downloadcore-d9b52710a9b8f2e66afbb7fb35de044b16afd7ab.tar.gz
core-d9b52710a9b8f2e66afbb7fb35de044b16afd7ab.zip
RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'linguistic/workben/sprophelp.cxx')
-rw-r--r--linguistic/workben/sprophelp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/workben/sprophelp.cxx b/linguistic/workben/sprophelp.cxx
index 4bf29bf1e0b0..26480de208d8 100644
--- a/linguistic/workben/sprophelp.cxx
+++ b/linguistic/workben/sprophelp.cxx
@@ -53,7 +53,7 @@ using namespace com::sun::star::linguistic2;
using namespace linguistic;
-#define A2OU(x) ::rtl::OUString::createFromAscii( x )
+#define A2OU(x) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x ))
///////////////////////////////////////////////////////////////////////////
@@ -70,7 +70,7 @@ PropertyChgHelper::PropertyChgHelper(
OUString *pName = aPropNames.getArray();
for (INT32 i = 0; i < nPropCount; ++i)
{
- pName[i] = A2OU( pPropNames[i] );
+ pName[i] = ::rtl::OUString::createFromAscii( pPropNames[i] );
}
}