summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptModel.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-05 07:57:50 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-07 19:05:58 -0500
commite1e750494863944e08ac6e96ceef184cfb825b8e (patch)
treedca2fa4bbc3fcbdc53162f1282f74c5433d94a1c /reportdesign/inc/RptModel.hxx
parent98e53d91ddc86a3bbce76ff4a4c70a3dd5b5e0c1 (diff)
FASTBOOL to bool conversion
Diffstat (limited to 'reportdesign/inc/RptModel.hxx')
-rw-r--r--reportdesign/inc/RptModel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx
index 872938426259..5f8ecd6ea4e1 100644
--- a/reportdesign/inc/RptModel.hxx
+++ b/reportdesign/inc/RptModel.hxx
@@ -70,7 +70,7 @@ public:
virtual ~OReportModel();
virtual void SetChanged(sal_Bool bFlg = sal_True);
- virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
+ virtual SdrPage* AllocPage(bool bMasterPage);
virtual Window* GetCurDocViewWin();
virtual SdrPage* RemovePage(USHORT nPgNum);
/** returns the numbering type that is used to format page fields in drawing shapes */