summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:16:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:16:07 +0000
commitdd73c441f4ae87ed7a04eca292f87e0fdcde2072 (patch)
tree7368f9a5f9e9af745bd7518b2655d41d70dbe720 /dbaccess
parentINTEGRATION: CWS warnings01 (1.12.50); FILE MERGED (diff)
downloadcore-dd73c441f4ae87ed7a04eca292f87e0fdcde2072.tar.gz
core-dd73c441f4ae87ed7a04eca292f87e0fdcde2072.zip
INTEGRATION: CWS warnings01 (1.33.74); FILE MERGED
2006/03/24 15:36:18 fs 1.33.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx
index 4baecb77e6f2..cccd8b7ddd49 100644
--- a/dbaccess/source/ui/inc/brwctrlr.hxx
+++ b/dbaccess/source/ui/inc/brwctrlr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: brwctrlr.hxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: vg $ $Date: 2006-03-31 12:14:58 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:16:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -380,8 +380,8 @@ namespace dbaui
void applyParserFilter(const ::rtl::OUString& _rOldFilter, sal_Bool _bOldFilterApplied,const ::rtl::OUString& _sOldHaving = ::rtl::OUString());
void applyParserOrder(const ::rtl::OUString& _rOldOrder);
- sal_uInt16 getCurrentColumnPosition();
- void setCurrentColumnPosition(sal_uInt16 _nPos);
+ sal_Int16 getCurrentColumnPosition();
+ void setCurrentColumnPosition( sal_Int16 _nPos );
void deleteView();
void addColumnListeners(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & _xGridControlModel);