diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2003-11-24 16:07:24 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2003-11-24 16:07:24 +0000 |
commit | 66f30687236cf9152a874f59bbdc0ed7dcb5f84e (patch) | |
tree | 16b403bf202625fe9d7617efe6082644d1e45b07 /sd/inc/drawdoc.hxx | |
parent | df7195cf9c6044dd77b21c90cc518ea1f1afa146 (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.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 6a124cd9d..d69de2253 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; |