summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
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/dbui
parent2bd856e643ef526c1283475c19cd355f7ef840f4 (diff)
sal_Bool to bool
Change-Id: Ie3901ac8dc2cb46f6d06cbc2c80760570a474bf9
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index bd2134f6d6de..dba017353898 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -869,7 +869,7 @@ static void lcl_InsTextInArr( const String& rTxt, _DB_Columns& rColArr )
}
}
-sal_Bool SwInsertDBColAutoPilot::SplitTextToColArr( const String& rTxt,
+bool SwInsertDBColAutoPilot::SplitTextToColArr( const String& rTxt,
_DB_Columns& rColArr,
sal_Bool bInsField )
{