diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-11 11:43:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-11 12:50:43 +0200 |
commit | 08c40a2474405b160aab96cabe115d8437d68f8a (patch) | |
tree | d423154f9ad8e44302f8ed7ae62b5d7d3013a71f /reportdesign/inc | |
parent | 785c4f10b87ab47b853abf947dfb21117d55cca1 (diff) |
sal_Bool->bool
Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/RptModel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx index 8c7161946209..66a229a3081f 100644 --- a/reportdesign/inc/RptModel.hxx +++ b/reportdesign/inc/RptModel.hxx @@ -58,7 +58,7 @@ public: OReportModel(::reportdesign::OReportDefinition* _pReportDefinition); virtual ~OReportModel(); - virtual void SetChanged(sal_Bool bFlg = sal_True); + virtual void SetChanged(bool bFlg = true) SAL_OVERRIDE; virtual SdrPage* AllocPage(bool bMasterPage); virtual SdrPage* RemovePage(sal_uInt16 nPgNum); /** @returns the numbering type that is used to format page fields in drawing shapes */ |