diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-18 15:42:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-19 13:05:07 +0200 |
commit | 215a2d9028ff3cdfe60bb8c9e00172e4458103ce (patch) | |
tree | 7d0889019476c6bc73f565a5cfc2ed7684eca311 /sc/source/ui/dbgui | |
parent | fce4d1bb945055184736338e3fa03d4ac3dbead3 (diff) |
sal_Bool->bool
Change-Id: I0628d292f3aa68312e1b5863a020943052585fd0
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/scendlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/scendlg.cxx b/sc/source/ui/dbgui/scendlg.cxx index 2d55288aba07..9b3701ee615f 100644 --- a/sc/source/ui/dbgui/scendlg.cxx +++ b/sc/source/ui/dbgui/scendlg.cxx @@ -41,7 +41,7 @@ //======================================================================== -ScNewScenarioDlg::ScNewScenarioDlg( Window* pParent, const OUString& rName, sal_Bool bEdit, sal_Bool bSheetProtected) +ScNewScenarioDlg::ScNewScenarioDlg( Window* pParent, const OUString& rName, bool bEdit, bool bSheetProtected) : ModalDialog(pParent, "ScenarioDialog", "modules/scalc/ui/scenariodialog.ui") |