From 186b4ebc99a2e80740fee51f9d0276886a003617 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 30 Jan 2014 13:46:42 +0200 Subject: convert specialised SvStream::operator>> methods to ReadXXX methods as preparation for converting the SvStream::operator>> methods on primitive types Change-Id: I62f134bced15c687d6e0d46924f56e8d1c3d95b9 Reviewed-on: https://gerrit.libreoffice.org/7798 Tested-by: LibreOffice gerrit bot Reviewed-by: Michael Stahl --- svx/inc/galobj.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/inc') diff --git a/svx/inc/galobj.hxx b/svx/inc/galobj.hxx index 8a68903bb3e1..ad04daad9a70 100644 --- a/svx/inc/galobj.hxx +++ b/svx/inc/galobj.hxx @@ -87,7 +87,7 @@ public: void SetTitle( const OUString& rTitle ); friend SvStream& WriteSgaObject( SvStream& rOut, const SgaObject& rObj ); - friend SvStream& operator>>( SvStream& rIn, SgaObject& rObj ); + friend SvStream& ReadSgaObject( SvStream& rIn, SgaObject& rObj ); BitmapEx createPreviewBitmapEx(const Size& rSizePixel) const; }; -- cgit