summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscdb.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index dbf0a54959e6..7f135be087ca 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -96,8 +96,8 @@ OString RscTypCont::ChangeLanguage(const OString& rNewLang)
AddLanguage( aLang.getStr() );
nID = GetLangId( aLang );
}
- SAL_INFO("rsc", "RscTypCont::ChangeLanguage: " <<
- "'" << aLang << "'" << " (0x" << std::hex << nID << ") (" << (bAdd ? "added" : "exists"));
+ SAL_INFO("rsc", "RscTypCont::ChangeLanguage: '" <<
+ aLang << "' (0x" << std::hex << nID << ") (" << (bAdd ? "added" : "exists"));
aLangFallbacks.push_back( nID);
}