diff options
author | Santiago Martinez <smvarela@gmail.com> | 2012-03-08 11:14:41 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-03-08 11:17:08 +0530 |
commit | fdd3427a584a3f14ecb0d00557417434db04df99 (patch) | |
tree | ca56c8d19e7d3705e4a442e7edccdb2e9e3cc571 /connectivity | |
parent | b43fe402154fae9bf1e2201d9b1a049cbcaf63ef (diff) |
Removed unused code.
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/inc/connectivity/dbcharset.hxx | 1 | ||||
-rw-r--r-- | connectivity/source/commontools/dbcharset.cxx | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/inc/connectivity/dbcharset.hxx b/connectivity/inc/connectivity/dbcharset.hxx index 60c96fb71a2f..cb13fcd303f4 100644 --- a/connectivity/inc/connectivity/dbcharset.hxx +++ b/connectivity/inc/connectivity/dbcharset.hxx @@ -116,7 +116,6 @@ namespace dbtools ::rtl::OUString getIanaName() const { return m_aIanaName; } protected: - CharsetIteratorDerefHelper(); CharsetIteratorDerefHelper( const rtl_TextEncoding _eEncoding, const ::rtl::OUString& _rIanaName ); }; diff --git a/connectivity/source/commontools/dbcharset.cxx b/connectivity/source/commontools/dbcharset.cxx index 87b78c408ff9..45729df8fa7c 100644 --- a/connectivity/source/commontools/dbcharset.cxx +++ b/connectivity/source/commontools/dbcharset.cxx @@ -154,12 +154,6 @@ namespace dbtools { } - //------------------------------------------------------------------------- - CharsetIteratorDerefHelper::CharsetIteratorDerefHelper() - :m_eEncoding(RTL_TEXTENCODING_DONTKNOW) - { - } - //========================================================================= //= OCharsetMap::CharsetIterator //========================================================================= |