diff options
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/graph.cxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx index 8676dd6aae31..ab76b9161be4 100644 --- a/vcl/source/gdi/graph.cxx +++ b/vcl/source/gdi/graph.cxx @@ -2,9 +2,9 @@ * * $RCSfile: graph.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2004-08-31 14:58:46 $ + * last change: $Author: kz $ $Date: 2004-10-04 19:38:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -858,6 +858,13 @@ ULONG Graphic::GetChecksum() const // ------------------------------------------------------------------------ +BOOL Graphic::ExportNative( SvStream& rOStream ) const +{ + return mpImpGraphic->ImplExportNative( rOStream ); +} + +// ------------------------------------------------------------------------ + SvStream& operator>>( SvStream& rIStream, Graphic& rGraphic ) { rGraphic.ImplTestRefCount(); |