summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/propbrw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/propbrw.cxx')
-rw-r--r--reportdesign/source/ui/report/propbrw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx
index 2a9689529aa1..5c550a7a8294 100644
--- a/reportdesign/source/ui/report/propbrw.cxx
+++ b/reportdesign/source/ui/report/propbrw.cxx
@@ -249,7 +249,7 @@ OUString PropBrw::getCurrentPage() const
}
//----------------------------------------------------------------------------
-sal_Bool PropBrw::Close()
+bool PropBrw::Close()
{
m_xLastSection.clear();
// suspend the controller (it is allowed to veto)
@@ -259,7 +259,7 @@ sal_Bool PropBrw::Close()
{
Reference< XController > xController( m_xMeAsFrame->getController() );
if ( xController.is() && !xController->suspend( sal_True ) )
- return sal_False;
+ return false;
}
catch( const Exception& )
{
@@ -273,7 +273,7 @@ sal_Bool PropBrw::Close()
m_pDesignView->getController().executeUnChecked(SID_PROPERTYBROWSER_LAST_PAGE,uno::Sequence< beans::PropertyValue>());
- return sal_True;
+ return true;
}
//----------------------------------------------------------------------------