summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/basedlgs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/basedlgs.cxx')
-rw-r--r--sfx2/source/dialog/basedlgs.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index 609f81af92b6..1e3f6d12f692 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -382,7 +382,7 @@ SfxModelessDialog::~SfxModelessDialog()
//-------------------------------------------------------------------------
-sal_Bool SfxModelessDialog::Close()
+bool SfxModelessDialog::Close()
/* [Description]
@@ -398,7 +398,7 @@ sal_Bool SfxModelessDialog::Close()
pBindings->GetDispatcher_Impl()->Execute(
pImp->pMgr->GetType(),
SFX_CALLMODE_RECORD|SFX_CALLMODE_SYNCHRON, &aValue, 0L );
- return sal_True;
+ return true;
}
//-------------------------------------------------------------------------
@@ -497,7 +497,7 @@ SfxFloatingWindow::SfxFloatingWindow( SfxBindings *pBindinx,
//-------------------------------------------------------------------------
-sal_Bool SfxFloatingWindow::Close()
+bool SfxFloatingWindow::Close()
/* [Description]
@@ -513,7 +513,7 @@ sal_Bool SfxFloatingWindow::Close()
pBindings->GetDispatcher_Impl()->Execute(
pImp->pMgr->GetType(),
SFX_CALLMODE_RECORD|SFX_CALLMODE_SYNCHRON, &aValue, 0L );
- return sal_True;
+ return true;
}
// -----------------------------------------------------------------------