From c3e3f466571e4993c1b5e42c6d15e37c48f3a069 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Mar 2014 11:23:57 +0200 Subject: sfx2: sal_Bool->bool Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b --- sc/source/ui/drawfunc/drawsh2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/drawfunc/drawsh2.cxx') diff --git a/sc/source/ui/drawfunc/drawsh2.cxx b/sc/source/ui/drawfunc/drawsh2.cxx index 7ff85f14e5a6..99beae50b91c 100644 --- a/sc/source/ui/drawfunc/drawsh2.cxx +++ b/sc/source/ui/drawfunc/drawsh2.cxx @@ -400,7 +400,7 @@ void ScDrawShell::GetDrawAttrStateForIFBX( SfxItemSet& rSet ) -void ScDrawShell::Activate (const sal_Bool bMDI) +void ScDrawShell::Activate (const bool bMDI) { (void)bMDI; -- cgit