summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/dbinsdlg.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 10:56:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 10:56:58 +0000
commitc8aae486af0fbbd69d7e20c5fdce74f50f1de718 (patch)
treec57faca7544c9123496caa389e3c3e6647b8ea3b /sw/source/ui/inc/dbinsdlg.hxx
parentINTEGRATION: CWS swwarnings (1.8.710); FILE MERGED (diff)
downloadcore-c8aae486af0fbbd69d7e20c5fdce74f50f1de718.tar.gz
core-c8aae486af0fbbd69d7e20c5fdce74f50f1de718.zip
INTEGRATION: CWS swwarnings (1.10.592); FILE MERGED
2007/02/26 16:14:57 os 1.10.592.2: #i69287# warnings removed 2007/02/22 15:06:45 tl 1.10.592.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/dbinsdlg.hxx')
-rw-r--r--sw/source/ui/inc/dbinsdlg.hxx15
1 files changed, 10 insertions, 5 deletions
diff --git a/sw/source/ui/inc/dbinsdlg.hxx b/sw/source/ui/inc/dbinsdlg.hxx
index a3d41442b65b..c0b34a1e63f0 100644
--- a/sw/source/ui/inc/dbinsdlg.hxx
+++ b/sw/source/ui/inc/dbinsdlg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbinsdlg.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-12-14 14:51:42 $
+ * last change: $Author: hr $ $Date: 2007-09-27 11:56:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -104,8 +104,13 @@ struct SwInsDBColumn
BOOL bIsDBFmt : 1;
SwInsDBColumn( const String& rStr, USHORT nColumn )
- : sColumn( rStr ), nCol( nColumn ), nDBNumFmt( 0 ), nUsrNumFmt( 0 ),
- bHasFmt(FALSE), bIsDBFmt(TRUE), eUsrNumFmtLng( LANGUAGE_SYSTEM )
+ : sColumn( rStr ),
+ nDBNumFmt( 0 ),
+ nUsrNumFmt( 0 ),
+ eUsrNumFmtLng( LANGUAGE_SYSTEM ),
+ nCol( nColumn ),
+ bHasFmt(FALSE),
+ bIsDBFmt(TRUE)
{}
int operator==( const SwInsDBColumn& rCmp ) const
@@ -182,7 +187,7 @@ class SwInsertDBColAutoPilot : public SfxModalDialog, public utl::ConfigItem
DECL_LINK( DblClickHdl, ListBox* );
DECL_LINK( HeaderHdl, Button* );
- FASTBOOL SplitTextToColArr( const String& rTxt, _DB_Columns& rColArr, BOOL bInsField );
+ BOOL SplitTextToColArr( const String& rTxt, _DB_Columns& rColArr, BOOL bInsField );
virtual void Commit();