summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpagv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdpagv.cxx')
-rw-r--r--svx/source/svdraw/svdpagv.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdpagv.cxx b/svx/source/svdraw/svdpagv.cxx
index ab837a7c58e6..dbe359587664 100644
--- a/svx/source/svdraw/svdpagv.cxx
+++ b/svx/source/svdraw/svdpagv.cxx
@@ -816,7 +816,7 @@ void SdrPageView::LeaveOneGroup()
{
if(GetAktGroup())
{
- bool bGlueInvalidate = (GetView().ImpIsGlueVisible());
+ bool bGlueInvalidate = GetView().ImpIsGlueVisible();
if(bGlueInvalidate)
GetView().GlueInvalidate();
@@ -853,7 +853,7 @@ void SdrPageView::LeaveAllGroup()
{
if(GetAktGroup())
{
- bool bGlueInvalidate = (GetView().ImpIsGlueVisible());
+ bool bGlueInvalidate = GetView().ImpIsGlueVisible();
if(bGlueInvalidate)
GetView().GlueInvalidate();