summaryrefslogtreecommitdiff
path: root/sd/inc/drawdoc.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-07-19 11:08:14 +0000
committerThorsten Behrens <thb@openoffice.org>2002-07-19 11:08:14 +0000
commite3844d71d981c45a31e0ccb317c4f3d6be313ded (patch)
tree6bd250c621e6d6e3f60aea66db13f902f5bc9fa7 /sd/inc/drawdoc.hxx
parent400a561d0b637f03b442f4379186ebc0baf47ab6 (diff)
#100237# Defined NbcSetChanged outline
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r--sd/inc/drawdoc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index fbfcc5a39..0f7afdb65 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drawdoc.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: cl $ $Date: 2002-07-18 14:02:15 $
+ * last change: $Author: thb $ $Date: 2002-07-19 12:08:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -351,7 +351,7 @@ public:
friend SvStream& operator >> (SvStream& rIn, SdDrawDocument& rDoc);
virtual void SetChanged(FASTBOOL bFlag = TRUE);
- void NbcSetChanged(FASTBOOL bFlag = TRUE) { bChanged = bFlag; }
+ void NbcSetChanged(FASTBOOL bFlag = TRUE);
virtual SvStream* GetDocumentStream(SdrDocumentStreamInfo& rStreamInfo) const;
virtual void HandsOff();