summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdview.cxx')
-rw-r--r--svx/source/svdraw/svdview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index e8ef1ce00c46..8b5f70a3e7e0 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -1442,7 +1442,7 @@ void SdrView::onAccessibilityOptionsChanged()
void SdrView::SetMasterPagePaintCaching(sal_Bool bOn)
{
- if(mbMasterPagePaintCaching != bOn)
+ if(mbMasterPagePaintCaching != (bool) bOn)
{
mbMasterPagePaintCaching = bOn;