diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 00:16:43 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 00:16:43 +0100 |
commit | a791a8e604be9fad5794ff565b4509614de43bc3 (patch) | |
tree | b5ea175769348ce73187de41c137be934f3bfbc1 /sfx2/source/menu/thessubmenu.cxx | |
parent | 4f5dd635593abb9000583663958779290d171f5c (diff) |
TL_CONSTASCII_USTRINGPARAM in libs core 32
Diffstat (limited to 'sfx2/source/menu/thessubmenu.cxx')
-rw-r--r-- | sfx2/source/menu/thessubmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/menu/thessubmenu.cxx b/sfx2/source/menu/thessubmenu.cxx index 10a7f9ec3372..34818c6e69fc 100644 --- a/sfx2/source/menu/thessubmenu.cxx +++ b/sfx2/source/menu/thessubmenu.cxx @@ -261,7 +261,7 @@ String SfxThesSubMenuHelper::GetThesImplName( const lang::Locale &rLocale ) cons if (m_xLngMgr.is()) { uno::Sequence< OUString > aServiceNames = m_xLngMgr->getConfiguredServices( - OUString::createFromAscii("com.sun.star.linguistic2.Thesaurus"), rLocale ); + OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.linguistic2.Thesaurus")), rLocale ); // there should be at most one thesaurus configured for each language DBG_ASSERT( aServiceNames.getLength() <= 1, "more than one thesaurus found. Should not be possible" ); if (aServiceNames.getLength() == 1) |