summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:15:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:15:15 +0000
commit7fa0d288a9b6748f81870030d71d36c4e44c684a (patch)
tree4bc5329bd7d177e2225af7d2ac2c60d7eca89f05 /dbaccess
parentINTEGRATION: CWS warnings01 (1.7.48); FILE MERGED (diff)
downloadcore-7fa0d288a9b6748f81870030d71d36c4e44c684a.tar.gz
core-7fa0d288a9b6748f81870030d71d36c4e44c684a.zip
INTEGRATION: CWS warnings01 (1.6.50); FILE MERGED
2006/03/24 15:36:17 fs 1.6.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/WColumnSelect.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/WColumnSelect.hxx b/dbaccess/source/ui/inc/WColumnSelect.hxx
index 47347fc3e88f..a20afe6914ca 100644
--- a/dbaccess/source/ui/inc/WColumnSelect.hxx
+++ b/dbaccess/source/ui/inc/WColumnSelect.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WColumnSelect.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:42:02 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:15:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,7 +64,6 @@ namespace dbaui
ImageButton m_ibColumn_LH;
ImageButton m_ibColumns_LH;
MultiListBox m_lbNewColumnNames; // right side
- sal_Bool m_bAttrsChanged;
DECL_LINK( ButtonClickHdl, Button * );
@@ -81,8 +80,7 @@ namespace dbaui
const ::rtl::OUString& _sColumnName,
const ::rtl::OUString& _sExtraChars,
sal_Int32 _nMaxNameLen,
- const ::comphelper::TStringMixEqualFunctor& _aCase,
- USHORT nPos = LISTBOX_APPEND);
+ const ::comphelper::TStringMixEqualFunctor& _aCase);
void moveColumn( ListBox* _pRight,
ListBox* _pLeft,