diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:51:28 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 07:51:28 +0000 |
commit | 0acdd14ab00dd51c8245443594c2f18b6db36487 (patch) | |
tree | f8493a47256c48d455c6b5b817a066c432bc030a /sd/inc/drawdoc.hxx | |
parent | 655fdad6ebbebb927f3484d6a4dc3001e432e955 (diff) |
INTEGRATION: CWS aw019 (1.33.22); FILE MERGED
2004/10/18 16:34:52 aw 1.33.22.2: RESYNC: (1.33-1.34); FILE MERGED
2004/09/29 14:30:11 aw 1.33.22.1: #i11190#
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 b9919f91c..9a72edbbf 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drawdoc.hxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: kz $ $Date: 2004-10-04 18:13:44 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 08:51:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -562,8 +562,8 @@ public: static SdDrawDocument* pDocLockedInsertingLinks; // static to prevent recursions while resolving links - friend SvStream& operator<<(SvStream& rOut, SdDrawDocument& rDoc); - friend SvStream& operator>>(SvStream& rIn, SdDrawDocument& rDoc); +//BFS02 friend SvStream& operator<<(SvStream& rOut, SdDrawDocument& rDoc); +//BFS02 friend SvStream& operator>>(SvStream& rIn, SdDrawDocument& rDoc); /** This method acts as a simplified front end for the more complex |