summaryrefslogtreecommitdiffstats
path: root/sc/inc/drwlayer.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:06:00 -0500
commit80fd1855d416f6c1e7559bf5b734e2c26ba9f9e5 (patch)
tree2da615eabeeefa7842a512f4aac408d937675dda /sc/inc/drwlayer.hxx
parentfate#307731, fate#307730: Adds dotted and dashed border lines (diff)
downloadcore-80fd1855d416f6c1e7559bf5b734e2c26ba9f9e5.tar.gz
core-80fd1855d416f6c1e7559bf5b734e2c26ba9f9e5.zip
FASTBOOL to bool conversion
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r--sc/inc/drwlayer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx
index 7dd9903f82a1..602c28235f73 100644
--- a/sc/inc/drwlayer.hxx
+++ b/sc/inc/drwlayer.hxx
@@ -118,7 +118,7 @@ public:
ScDrawLayer( ScDocument* pDocument, const String& rName );
virtual ~ScDrawLayer();
- virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
+ virtual SdrPage* AllocPage(bool bMasterPage);
virtual SdrModel* AllocModel() const;
virtual void SetChanged( sal_Bool bFlg = sal_True );