summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell/docshel2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/docshell/docshel2.cxx')
-rw-r--r--sd/source/ui/docshell/docshel2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/docshell/docshel2.cxx b/sd/source/ui/docshell/docshel2.cxx
index 54ba78f37496..1646ed348244 100644
--- a/sd/source/ui/docshell/docshel2.cxx
+++ b/sd/source/ui/docshell/docshel2.cxx
@@ -152,7 +152,7 @@ Rectangle DrawDocShell::GetVisArea(sal_uInt16 nAspect) const
}
}
- return (aVisArea);
+ return aVisArea;
}
void DrawDocShell::Connect(ViewShell* pViewSh)
@@ -177,7 +177,7 @@ FrameView* DrawDocShell::GetFrameView()
pFrameView = mpViewShell->GetFrameView();
}
- return(pFrameView);
+ return pFrameView;
}
Size DrawDocShell::GetFirstPageSize()
@@ -311,7 +311,7 @@ bool DrawDocShell::CheckPageName (vcl::Window* pWin, OUString& rName )
}
}
- return ( bIsNameValid ? sal_True : sal_False );
+ return bIsNameValid;
}
bool DrawDocShell::IsNewPageNameValid( OUString & rInOutPageName, bool bResetStringIfStandardName /* = false */ )