From 9b979c8bf13593175391efcab461a146d6f1331e Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 9 Feb 2012 01:50:21 +0900 Subject: Replaced String by rtl::OUString in SvxMacro --- cui/source/tabpages/macroass.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx index abd712328aa7..3128df1ec49c 100644 --- a/cui/source/tabpages/macroass.cxx +++ b/cui/source/tabpages/macroass.cxx @@ -131,7 +131,7 @@ String ConvertToUIName_Impl( SvxMacro *pMacro ) { String aName( pMacro->GetMacName() ); String aEntry; - if ( ! pMacro->GetLanguage().EqualsAscii("JavaScript") ) + if ( ! pMacro->GetLanguage().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("JavaScript")) ) { sal_uInt16 nCount = comphelper::string::getTokenCount(aName, '.'); aEntry = aName.GetToken( nCount-1, '.' ); -- cgit option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/data/tyx_CG.xml
AgeCommit message (Expand)Author