From 3dfddf47a19b55bb56750e92102707248e295bfc Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 30 Jun 2008 14:12:32 +0000 Subject: INTEGRATION: CWS dba30e (1.30.46); FILE MERGED 2008/06/19 07:44:16 oj 1.30.46.1: merge mysql changes in --- dbaccess/source/ui/dlg/detailpages.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx index b470d2ab440d..b8de1b9d6184 100644 --- a/dbaccess/source/ui/dlg/detailpages.hxx +++ b/dbaccess/source/ui/dlg/detailpages.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: detailpages.hxx,v $ - * $Revision: 1.30 $ + * $Revision: 1.31 $ * * This file is part of OpenOffice.org. * @@ -238,6 +238,8 @@ namespace dbaui Edit m_aEDHostname; FixedText m_aPortNumber; NumericField m_aNFPortNumber; + FixedText m_aFTSocket; + Edit m_aEDSocket; FixedText m_aFTDriverClass; Edit m_aEDDriverClass; -- cgit