summaryrefslogtreecommitdiff
path: root/svx/inc/galobj.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:07:02 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:07:02 +0000
commit62778ea1f7e33eafefd3294dc1e6543bc88e4a28 (patch)
tree1954c4bb775e8c229cc3d4c1ca0fb2f147dcb345 /svx/inc/galobj.hxx
parentcb715cfc91e70d45ca43f58c94d89cc8dacf6295 (diff)
INTEGRATION: CWS cov2src (1.3.84); FILE MERGED
2005/10/18 14:14:08 rt 1.3.84.1: #126234# Join MWS COV680 m4 into SRC680
Diffstat (limited to 'svx/inc/galobj.hxx')
-rw-r--r--svx/inc/galobj.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/inc/galobj.hxx b/svx/inc/galobj.hxx
index 340159e08294..f8a0c5fc2db3 100644
--- a/svx/inc/galobj.hxx
+++ b/svx/inc/galobj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: galobj.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:49:56 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:07:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -108,7 +108,7 @@ protected:
BOOL bIsValid;
BOOL bIsThumbBmp;
- virtual void WriteData( SvStream& rOut ) const;
+ virtual void WriteData( SvStream& rOut, const String& rDestDir ) const;
virtual void ReadData( SvStream& rIn, UINT16& rReadVersion );
BOOL CreateThumb( const Graphic& rGraphic );
@@ -144,7 +144,7 @@ private:
GalSoundType eSoundType;
- virtual void WriteData( SvStream& rOut ) const;
+ virtual void WriteData( SvStream& rOut, const String& rDestDir ) const;
virtual void ReadData( SvStream& rIn, UINT16& rReadVersion );
virtual UINT16 GetVersion() const { return 6; }
@@ -172,7 +172,7 @@ private:
BOOL CreateThumb( const FmFormModel& rModel );
- virtual void WriteData( SvStream& rOut ) const;
+ virtual void WriteData( SvStream& rOut, const String& rDestDir ) const;
virtual void ReadData( SvStream& rIn, UINT16& rReadVersion );
virtual UINT16 GetVersion() const { return 5; }
@@ -201,7 +201,7 @@ private:
void Init( const Graphic& rGraphic, const INetURLObject& rURL );
- virtual void WriteData( SvStream& rOut ) const;
+ virtual void WriteData( SvStream& rOut, const String& rDestDir ) const;
virtual void ReadData( SvStream& rIn, UINT16& rReadVersion );
virtual UINT16 GetVersion() const { return 5; }