summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/selectdbtabledialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/selectdbtabledialog.cxx')
-rw-r--r--sw/source/ui/dbui/selectdbtabledialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/selectdbtabledialog.cxx b/sw/source/ui/dbui/selectdbtabledialog.cxx
index 5c02c694bcb8..4d28d76a711e 100644
--- a/sw/source/ui/dbui/selectdbtabledialog.cxx
+++ b/sw/source/ui/dbui/selectdbtabledialog.cxx
@@ -182,9 +182,9 @@ IMPL_LINK_TYPED(SwSelectDBTableDialog, PreviewHdl, Button*, pButton, void)
pProperties[2].Name = "CommandType";
pProperties[2].Value <<= nCommandType;
pProperties[3].Name = "ShowTreeView";
- pProperties[3].Value <<= sal_False;
+ pProperties[3].Value <<= false;
pProperties[4].Name = "ShowTreeViewButton";
- pProperties[4].Value <<= sal_False;
+ pProperties[4].Value <<= false;
VclPtrInstance< SwDBTablePreviewDialog > pDlg(pButton, aProperties);
pDlg->Execute();