diff options
-rw-r--r-- | dbaccess/source/ui/misc/charsets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/charsets.cxx b/dbaccess/source/ui/misc/charsets.cxx index 55f3eaa60555..d0789ab996b8 100644 --- a/dbaccess/source/ui/misc/charsets.cxx +++ b/dbaccess/source/ui/misc/charsets.cxx @@ -111,7 +111,7 @@ namespace dbaui //------------------------------------------------------------------------- CharsetDisplayDerefHelper::CharsetDisplayDerefHelper(const CharsetDisplayDerefHelper& _rSource) :CharsetDisplayDerefHelper_Base(_rSource) - ,m_sDisplayName(m_sDisplayName) + ,m_sDisplayName(_rSource.m_sDisplayName) { } |