diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:52:30 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:52:30 +0000 |
commit | fba3ab2c1e22f5c5ef73fe260cb963c71783d5e2 (patch) | |
tree | eac6a2a6ac208dbaa1b6267ac72aa308173f57b3 /sd/inc/sdpage.hxx | |
parent | c34c5fc5afd8408cb71644bc3c0796e3ae72d95b (diff) |
INTEGRATION: CWS aw019 (1.17.24); FILE MERGED
2004/09/29 14:30:12 aw 1.17.24.1: #i11190#
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 538f7fcee5a3..90c8b1ff0f5e 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdpage.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2004-08-23 08:12:33 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:52:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -321,9 +321,9 @@ public: virtual void RequestBasic(); - virtual void WriteData(SvStream& rOut) const; +//BFS02 virtual void WriteData(SvStream& rOut) const; #endif - virtual void ReadData(const SdrIOHeader& rHead, SvStream& rIn); +//BFS02 virtual void ReadData(const SdrIOHeader& rHead, SvStream& rIn); void SetLayoutName(String aName); virtual String GetLayoutName() const { return aLayoutName; } |