summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/dbinsdlg.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-02-05 23:42:42 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-02-05 23:46:54 +0900
commite37d24e1c9a3140df47238b1989fc0b5df1443f6 (patch)
treef3428a9e243eefdca1c3dcc118772c7bdf990b52 /sw/source/ui/inc/dbinsdlg.hxx
parentORowSetValue: clean up sign/unsigned union member (diff)
downloadcore-e37d24e1c9a3140df47238b1989fc0b5df1443f6.tar.gz
core-e37d24e1c9a3140df47238b1989fc0b5df1443f6.zip
sal_Bool to bool
Change-Id: Ie3901ac8dc2cb46f6d06cbc2c80760570a474bf9
Diffstat (limited to 'sw/source/ui/inc/dbinsdlg.hxx')
-rw-r--r--sw/source/ui/inc/dbinsdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/dbinsdlg.hxx b/sw/source/ui/inc/dbinsdlg.hxx
index 600167ddbbf6..02488d163044 100644
--- a/sw/source/ui/inc/dbinsdlg.hxx
+++ b/sw/source/ui/inc/dbinsdlg.hxx
@@ -151,7 +151,7 @@ class SwInsertDBColAutoPilot : public SfxModalDialog, public utl::ConfigItem
DECL_LINK( DblClickHdl, ListBox* );
DECL_LINK( HeaderHdl, Button* );
- sal_Bool SplitTextToColArr( const String& rTxt, _DB_Columns& rColArr, sal_Bool bInsField );
+ bool SplitTextToColArr( const String& rTxt, _DB_Columns& rColArr, sal_Bool bInsField );
using SfxModalDialog::Notify;
virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
virtual void Commit();