diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-30 14:12:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-30 14:12:32 +0000 |
commit | b3c3baf7b5c6fc2606b6a85c246030a8b5f3c0ed (patch) | |
tree | a2e65ed23721070e709ccbab0e278552b9caa2c0 /dbaccess/source/ui | |
parent | 15230f53057ead9c7a9cb64ec3f27e3197f866f1 (diff) |
INTEGRATION: CWS dba30e (1.30.46); FILE MERGED
2008/06/19 07:44:16 oj 1.30.46.1: merge mysql changes in
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/dlg/detailpages.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx index d6888eec9..bf1f051ff 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; |