diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-18 11:23:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-18 11:27:39 +0200 |
commit | c3e3f466571e4993c1b5e42c6d15e37c48f3a069 (patch) | |
tree | 538fb90ed2c05e725f28ff16d41fd27ca38a7573 /sd/source/ui/docshell/docshell.cxx | |
parent | e399c0759812affd4f7f6e1e3aacfbcafc06ad6d (diff) |
sfx2: sal_Bool->bool
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
Diffstat (limited to 'sd/source/ui/docshell/docshell.cxx')
-rw-r--r-- | sd/source/ui/docshell/docshell.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index 518eabf0712b..573fb792f689 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -340,7 +340,7 @@ void DrawDocShell::InPlaceActivate( bool bActive ) } } -void DrawDocShell::Activate( sal_Bool bMDI) +void DrawDocShell::Activate( bool bMDI) { if (bMDI) { @@ -349,7 +349,7 @@ void DrawDocShell::Activate( sal_Bool bMDI) } } -void DrawDocShell::Deactivate( sal_Bool ) +void DrawDocShell::Deactivate( bool ) { } |