summaryrefslogtreecommitdiff
path: root/filter/source/t602
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-29 23:35:09 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-29 23:35:09 +0100
commita493c4685701b6f95bead37e27c91e1abb61e09f (patch)
tree3cbef3759ade641027c2d0ef7170a48afe047c51 /filter/source/t602
parent18c98fabdab112d0dda2351896907644c7c005b8 (diff)
RTL_CONSTASCII_USTRINGPARAM in filters 14
Diffstat (limited to 'filter/source/t602')
-rw-r--r--filter/source/t602/t602filter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/t602/t602filter.cxx b/filter/source/t602/t602filter.cxx
index 7571f1e80287..d7b78072668e 100644
--- a/filter/source/t602/t602filter.cxx
+++ b/filter/source/t602/t602filter.cxx
@@ -932,7 +932,7 @@ throw ( RuntimeException )
MutexGuard guard( Mutex::getGlobalMutex() );
if( !pNames ) {
static Sequence< OUString > seqNames(2);
- seqNames.getArray()[0] = OUString::createFromAscii(IMPLEMENTATION_NAME);
+ seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM(IMPLEMENTATION_NAME));
pNames = &seqNames;
}
}