diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-13 21:05:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 15:26:04 +0100 |
commit | 3e6685165995d25ea6028d569c68714a02ee9ca3 (patch) | |
tree | 5ab49e814fd13993957892a8a7c5536806b44aec /l10ntools/inc/helpmerge.hxx | |
parent | 0206aafdb9b9076b58b46eaeaecccbff832a8182 (diff) |
set Dump methods to ultra-verbose debug-mode
Diffstat (limited to 'l10ntools/inc/helpmerge.hxx')
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index e2ec54daa637..40ca25dac877 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -48,13 +48,13 @@ private: /// @PRECOND 0 < langIdx_in < MAX_IDX static void FillInFallbacks( LangHashMap& rElem_out, ByteString sLangIdx_in ); -/// Debugmethod, prints the content of the map to stdout - static void Dump( LangHashMap* rElem_in , const ByteString sKey_in ); - -/// Debugmethod, prints the content of the map to stdout - static void Dump( XMLHashMap* rElem_in ) ; - +#if OSL_DEBUG_LEVEL > 2 + /// Debugmethod, prints the content of the map to stdout + static void Dump(LangHashMap* rElem_in , const ByteString sKey_in); + /// Debugmethod, prints the content of the map to stdout + static void Dump(XMLHashMap* rElem_in); +#endif public: HelpParser( const ByteString &rHelpFile, bool bUTF8 , bool bHasInputList ); |