summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/userpaintoverlay.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/userpaintoverlay.cxx')
-rw-r--r--slideshow/source/engine/slide/userpaintoverlay.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/slide/userpaintoverlay.cxx b/slideshow/source/engine/slide/userpaintoverlay.cxx
index 68a3a4ea96a8..3e720c3b9322 100644
--- a/slideshow/source/engine/slide/userpaintoverlay.cxx
+++ b/slideshow/source/engine/slide/userpaintoverlay.cxx
@@ -161,9 +161,9 @@ namespace slideshow
}
}
- bool eraseAllInkChanged( bool const& rEraseAllInk ) override
+ bool eraseAllInkChanged( bool bEraseAllInk ) override
{
- this->mbIsEraseAllModeActivated= rEraseAllInk;
+ this->mbIsEraseAllModeActivated = bEraseAllInk;
// if the erase all mode is activated it will remove all ink from slide,
// therefore destroy all the polygons stored
if(mbIsEraseAllModeActivated)