summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/ChildWindowWrapper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-13 15:09:51 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:19 +0200
commit8cdcfc7b490135540b0487ca8761321a75a509d9 (patch)
tree2fd193c6557840c3ea4e1af271bdc90ca4059a31 /sc/source/ui/inc/ChildWindowWrapper.hxx
parent2d9025dad498fc5e56406835f6489c99927ccf8c (diff)
sal_Bool->bool
Change-Id: I8d624b376541fab53945c28b726eda582dba0edd
Diffstat (limited to 'sc/source/ui/inc/ChildWindowWrapper.hxx')
-rw-r--r--sc/source/ui/inc/ChildWindowWrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/ChildWindowWrapper.hxx b/sc/source/ui/inc/ChildWindowWrapper.hxx
index a9bc144eabdd..b61853ec02f1 100644
--- a/sc/source/ui/inc/ChildWindowWrapper.hxx
+++ b/sc/source/ui/inc/ChildWindowWrapper.hxx
@@ -49,7 +49,7 @@ public:
}
static void RegisterChildWindow (
- sal_Bool bVisible = sal_False,
+ bool bVisible = false,
SfxModule* pModule = NULL,
sal_uInt16 nFlags = 0)
{