diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2012-02-17 18:07:24 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-17 17:37:17 +0000 |
commit | 69eede0409987c0e34a3ff1000520bdf249fb150 (patch) | |
tree | 506027d960bddf7122624e7646e7e4f838a0e4be /l10ntools | |
parent | c04e865ff6b48d49d7ae73479710f255135d80a6 (diff) |
Remove unused code.
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/inc/export.hxx | 2 | ||||
-rw-r--r-- | l10ntools/source/export.cxx | 23 |
2 files changed, 0 insertions, 25 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index c669a3b57bbb..97c5bf1fae1e 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -166,8 +166,6 @@ public: rtl::OString sPForm; - void Dump(); - ResData(const rtl::OString &rPF, const rtl::OString &rGId) : nWidth( 0 ), diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx index 6a43da8068b1..3c0bff9dff28 100644 --- a/l10ntools/source/export.cxx +++ b/l10ntools/source/export.cxx @@ -201,29 +201,6 @@ int GetError() // class ResData // -void ResData::Dump(){ - printf("**************\nResData\n"); - printf("sPForm = %s , sResTyp = %s , sId = %s , sGId = %s , sHelpId = %s\n", - sPForm.getStr(), sResTyp.getStr(), sId.getStr(), - sGId.getStr(), sHelpId.getStr()); - - rtl::OString a("*pStringList"); - rtl::OString b("*pUIEntries"); - rtl::OString c("*pFilterList"); - rtl::OString d("*pItemList"); - rtl::OString e("*pPairedList"); - rtl::OString f("sText"); - - Export::DumpMap( f , sText ); - - if( pStringList ) Export::DumpExportList( a , *pStringList ); - if( pUIEntries ) Export::DumpExportList( b , *pUIEntries ); - if( pFilterList ) Export::DumpExportList( c , *pFilterList ); - if( pItemList ) Export::DumpExportList( d , *pItemList ); - if( pPairedList ) Export::DumpExportList( e , *pPairedList ); - printf("\n"); -} - /*****************************************************************************/ sal_Bool ResData::SetId( const rtl::OString& rId, sal_uInt16 nLevel ) /*****************************************************************************/ |