summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unofield.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unofield.cxx')
-rw-r--r--sw/source/core/unocore/unofield.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx
index 6a4bfee16da0..130e668a810e 100644
--- a/sw/source/core/unocore/unofield.cxx
+++ b/sw/source/core/unocore/unofield.cxx
@@ -2333,10 +2333,10 @@ OUString SwXTextField::getImplementationName(void) throw( uno::RuntimeException
static OUString OldNameToNewName_Impl( const OUString &rOld )
{
- static OUString aOldNamePart1(RTL_CONSTASCII_USTRINGPARAM(".TextField.DocInfo."));
- static OUString aOldNamePart2(RTL_CONSTASCII_USTRINGPARAM(".TextField."));
- static OUString aNewNamePart1(RTL_CONSTASCII_USTRINGPARAM(".textfield.docinfo."));
- static OUString aNewNamePart2(RTL_CONSTASCII_USTRINGPARAM(".textfield."));
+ static OUString aOldNamePart1(".TextField.DocInfo.");
+ static OUString aOldNamePart2(".TextField.");
+ static OUString aNewNamePart1(".textfield.docinfo.");
+ static OUString aNewNamePart2(".textfield.");
OUString sServiceNameCC( rOld );
sal_Int32 nIdx = sServiceNameCC.indexOf( aOldNamePart1 );
if (nIdx >= 0)