summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 10:23:07 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 10:23:07 +0000
commit1e975b57d1f1a32f38a512621c421c4765647a68 (patch)
tree254594667704a92040855b90171a8fdf297db714 /dbaccess
parentd575399831cd009651552d93ff291ea5c98ef65b (diff)
INTEGRATION: CWS textconnectionsettings (1.27.82); FILE MERGED
2008/03/05 12:55:51 fs 1.27.82.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/detailpages.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx
index c65a8e4a963d..9c372e6642de 100644
--- a/dbaccess/source/ui/dlg/detailpages.hxx
+++ b/dbaccess/source/ui/dlg/detailpages.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: detailpages.hxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: kz $ $Date: 2008-03-05 17:00:11 $
+ * last change: $Author: kz $ $Date: 2008-03-07 11:23:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,9 @@
#ifndef _DBAUI_CHARSETS_HXX_
#include "charsets.hxx"
#endif
+#ifndef CHARSETLISTBOX_HXX
+#include "charsetlistbox.hxx"
+#endif
#ifndef _SV_FIELD_HXX
#include <vcl/field.hxx>
#endif
@@ -90,7 +93,7 @@ namespace dbaui
FixedLine* m_pDataConvertFixedLine;
FixedText* m_pCharsetLabel;
- ListBox* m_pCharset;
+ CharSetListBox* m_pCharset;
FixedLine* m_pAutoFixedLine;
CheckBox* m_pAutoRetrievingEnabled;
@@ -99,8 +102,6 @@ namespace dbaui
FixedText* m_pAutoRetrievingLabel;
Edit* m_pAutoRetrieving;
- OCharsetDisplay m_aCharsets;
-
sal_uInt32 m_nControlFlags;
public: