summaryrefslogtreecommitdiff
path: root/linguistic/workben/sspellimp.hxx
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/sspellimp.hxx
parent38ff183e944faff1b827843c0eae6e159c280a22 (diff)
RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'linguistic/workben/sspellimp.hxx')
-rw-r--r--linguistic/workben/sspellimp.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/linguistic/workben/sspellimp.hxx b/linguistic/workben/sspellimp.hxx
index ad3a2d0708db..ebded3b83905 100644
--- a/linguistic/workben/sspellimp.hxx
+++ b/linguistic/workben/sspellimp.hxx
@@ -52,9 +52,6 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::linguistic2;
-
-#define A2OU(x) ::rtl::OUString::createFromAscii( x )
-
///////////////////////////////////////////////////////////////////////////
@@ -168,7 +165,7 @@ public:
inline OUString SpellChecker::getImplementationName_Static() throw()
{
- return A2OU( "com.sun.star.lingu.examples.SpellChecker" );
+ return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.lingu.examples.SpellChecker" ));
}