summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-10 16:33:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-10 16:34:14 +0100
commitcf6516632379688fa2b4c66f5e1644355fb424fe (patch)
treea28a2882acabc445121ff3baeda76b2f3e8bf031 /sc/source/ui/inc/docsh.hxx
parent07d01742c69f1c0335bc7e1b57abd8341ce255e7 (diff)
WaE: unsafe mix of bool and sal_Bool
Change-Id: Ie2fcc1a5404c62dc15b98f99f89631795df91b01
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index 56f6c934b667..157daf45ae88 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -360,7 +360,7 @@ public:
virtual SfxStyleSheetBasePool* GetStyleSheetPool();
- void SetInplace( sal_Bool bInplace );
+ void SetInplace( bool bInplace );
bool IsEmpty() const;
void SetEmpty(bool bSet);