summaryrefslogtreecommitdiff
path: root/sd/inc/drawdoc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-11-24 16:07:24 +0000
committerRüdiger Timm <rt@openoffice.org>2003-11-24 16:07:24 +0000
commit8f0090626ff033f2a3aa2555083e48b39ee58a80 (patch)
treeaa4d1bdd7dc26761e86edbf1c39de74d65d5e684 /sd/inc/drawdoc.hxx
parentae06e570b7fa9ffc7c9fe04b0a217d63135601ea (diff)
INTEGRATION: CWS aw003 (1.27.4); FILE MERGED
2003/11/07 11:55:13 aw 1.27.4.1: #111111# Argument type to SetChanged(...) has changed.
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r--sd/inc/drawdoc.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index a4b3cefb7050..d5e40a7a619f 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drawdoc.hxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2003-10-27 13:29:14 $
+ * last change: $Author: rt $ $Date: 2003-11-24 17:07:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -310,7 +310,7 @@ public:
virtual const SdrModel* LoadModel(const String& rFileName);
virtual void DisposeLoadedModels();
virtual FASTBOOL IsReadOnly() const;
- virtual void SetChanged(FASTBOOL bFlag = TRUE);
+ virtual void SetChanged(sal_Bool bFlag = sal_True);
virtual SvStream* GetDocumentStream(SdrDocumentStreamInfo& rStreamInfo) const;
virtual void HandsOff();
@@ -514,7 +514,7 @@ public:
void SetCustomShow(BOOL bCustShow) { bCustomShow = bCustShow; }
BOOL IsCustomShow() const { return bCustomShow; }
- void NbcSetChanged(FASTBOOL bFlag = TRUE);
+ void NbcSetChanged(sal_Bool bFlag = sal_True);
void SetTextDefaults() const;