diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-11-24 16:23:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-11-24 16:23:37 +0000 |
commit | c54f1b212eb090835bf184880aad5bdc24f54135 (patch) | |
tree | 7fbf610974ab9279892d024507d09ce977a8919f /sc/inc/drwlayer.hxx | |
parent | d44d2ef6a5388d0e31690a0583fff0ae02a607eb (diff) |
INTEGRATION: CWS aw003 (1.8.132); FILE MERGED
2003/11/07 13:44:45 aw 1.8.132.1: #111111#
SetChanged(...) parameter change
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r-- | sc/inc/drwlayer.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx index 49089ea6c0e0..d1b23529307a 100644 --- a/sc/inc/drwlayer.hxx +++ b/sc/inc/drwlayer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drwlayer.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: dr $ $Date: 2002-09-19 10:19:19 $ + * last change: $Author: rt $ $Date: 2003-11-24 17:23:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,7 +136,7 @@ public: virtual SdrPage* AllocPage(FASTBOOL bMasterPage); virtual SdrModel* AllocModel() const; - virtual void SetChanged( FASTBOOL bFlg = TRUE ); + virtual void SetChanged( sal_Bool bFlg = sal_True ); virtual Window* GetCurDocViewWin(); virtual SvStream* GetDocumentStream(SdrDocumentStreamInfo& rStreamInfo) const; |