diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-02-17 13:42:12 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-02-17 15:53:58 +0100 |
commit | 1984e0b41e0449b6c5b1a94411a4e7559d2ca746 (patch) | |
tree | fb4fb107085950bba5ecc30e964a1b8d5230d0ae /l10ntools | |
parent | 49b54b37e86df2c66fdcdafa08e8f9275ca44fb1 (diff) |
Make l10ntools module buildable with dbglevel=3 again.
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/helpmerge.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index ceb0f1e27a29..4cbf8d553a68 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -32,6 +32,7 @@ #include <functional> #include <osl/file.hxx> +#include <sal/log.hxx> // local includes #include <stdio.h> #include <stdlib.h> @@ -70,7 +71,7 @@ void HelpParser::Dump(LangHashMap* rElem_in,const rtl::OString & sKey_in) { x=posn->first; y=posn->second->ToOString(); - fprintf(stdout,"key=%s value=%s\n",x.GetBuffer(),y.getStr()); + fprintf(stdout,"key=%s value=%s\n",x.getStr(),y.getStr()); } fprintf(stdout,"+--------------------------+\n"); } @@ -291,7 +292,7 @@ bool HelpParser::MergeSingleFile( XMLFile* file , MergeDataFile& aMergeDataFile #if OSL_DEBUG_LEVEL > 2 printf("*********************DUMPING HASHMAP***************************************"); Dump(aXMLStrHM); - printf("DBG: sHelpFile = %s\n",sHelpFile.GetBuffer() ); + printf("DBG: sHelpFile = %s\n",sHelpFile.getStr() ); #endif pResData.sGId = pos->first; |