summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-24 11:22:45 +0200
committerNoel Grandin <noel@peralex.com>2014-03-25 14:32:54 +0200
commitb4d4ede795cbdbb813197fcfaac43e80af4ea566 (patch)
tree17bedd4ba0d0d0fd348a03dda2f72cf2c03339d6 /sw/source/ui/dbui
parentf5864e8ff4958268b50b15bc4c60c3d0fcfe20d9 (diff)
svtools/svtabbax.hxx: sal_Bool->bool
Change-Id: I2441e15d2b32b897561cb404a925390299fea6d8
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r--sw/source/ui/dbui/addresslistdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/addresslistdialog.cxx b/sw/source/ui/dbui/addresslistdialog.cxx
index 4037f748d740..f7ca4aeac8db 100644
--- a/sw/source/ui/dbui/addresslistdialog.cxx
+++ b/sw/source/ui/dbui/addresslistdialog.cxx
@@ -223,7 +223,7 @@ SwAddressListDialog::SwAddressListDialog(SwMailMergeAddressBlockPage* pParent)
sal_Bool bEnableEdit = sal_False;
sal_Bool bEnableOK = sal_True;
- m_pListLB->SelectAll( sal_False );
+ m_pListLB->SelectAll( false );
SwDBConfig aDb;
OUString sBibliography = aDb.GetBibliographySource().sDataSource;