summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-18 18:20:39 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-18 18:27:19 +0300
commit1836e37f831dd5da06f12bc34d995610a81b6181 (patch)
tree3badbb08c1fced54d90b9583240c1086df92085d
parent354f88b376195003841fc8474a600cf22d8b3a05 (diff)
WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation
-rw-r--r--sc/source/ui/view/tabvwsh3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx
index cc19a93cf674..34bd4261a4bc 100644
--- a/sc/source/ui/view/tabvwsh3.cxx
+++ b/sc/source/ui/view/tabvwsh3.cxx
@@ -542,7 +542,7 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
case FID_NORMALVIEWMODE:
case FID_PAGEBREAKMODE:
{
- sal_Bool bWantPageBreak = nSlot == FID_PAGEBREAKMODE;
+ bool bWantPageBreak = nSlot == FID_PAGEBREAKMODE;
// check whether there is an explicit argument, use it
const SfxPoolItem* pItem;