diff options
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r-- | sc/source/ui/inc/docsh.hxx | 2 |
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); |