summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-11 07:37:44 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-11 07:37:44 +0000
commit52400bad951931a6620befdff19a08cd68f9a0e3 (patch)
treef3dec092e68ef70fa543740c0237efec9238ef45 /dbaccess
parent2b444505a481c19bf94130834ea9ead92fbf265b (diff)
#i10000# fix for solaris
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/uno/textconnectionsettings_uno.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
index fa68e9b6c81c..0171ae61af0f 100644
--- a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
+++ b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: textconnectionsettings_uno.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2008-03-07 11:25:55 $
+ * last change: $Author: obo $ $Date: 2008-03-11 08:37:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -105,6 +105,8 @@ namespace dbaui
// OGenericUnoDialog overridables
virtual Dialog* createDialog( Window* _pParent );
virtual void implInitialize( const com::sun::star::uno::Any& _rValue );
+ protected:
+ using OTextConnectionSettingsDialog_BASE::getFastPropertyValue;
};
//====================================================================