diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-21 08:38:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-21 14:25:44 +0000 |
commit | 42eb8d310c15e05fc224c9b7a61fdf4bf3118f70 (patch) | |
tree | 2269bc77bed95fd458d55f9d2da01e2aa8a8723a /l10ntools/source | |
parent | 4bb264574a9136ae39e5557b080d3f49a853ce6e (diff) |
unwrap ifdefs with unused members
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/merge.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx index 55c62d14cf98..138846016b02 100644 --- a/l10ntools/source/merge.cxx +++ b/l10ntools/source/merge.cxx @@ -50,16 +50,6 @@ namespace // class PFormEntrys // -rtl::OString PFormEntrys::Dump() -{ - if (sText.size()) - { - rtl::OString a(RTL_CONSTASCII_STRINGPARAM("sText")); - Export::DumpMap(a , sText); - } - return rtl::OString(RTL_CONSTASCII_STRINGPARAM("PFormEntrys\n")); -} - sal_Bool PFormEntrys::GetTransex3Text( rtl::OString &rReturn, sal_uInt16 nTyp, const rtl::OString &nLangIndex, sal_Bool bDel ) { |