diff --git a/dbaccess/source/ui/inc/charsets.hxx b/dbaccess/source/ui/inc/charsets.hxx index c9592fa84e5c..16bdeb5b0f2e 100644 --- a/dbaccess/source/ui/inc/charsets.hxx +++ b/dbaccess/source/ui/inc/charsets.hxx @@ -4,9 +4,9 @@ * * $RCSfile: charsets.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:16:33 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:31:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -111,7 +111,6 @@ namespace dbaui ::rtl::OUString getDisplayName() const { return m_sDisplayName; } protected: - CharsetDisplayDerefHelper(); CharsetDisplayDerefHelper(const ::dbtools::CharsetIteratorDerefHelper& _rBase, const ::rtl::OUString& _rDisplayName); };