summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/impfont.hxx2
-rw-r--r--vcl/inc/impgraph.hxx2
-rw-r--r--vcl/inc/wall2.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx
index 0a9266013f99..0bdd8edb2969 100644
--- a/vcl/inc/impfont.hxx
+++ b/vcl/inc/impfont.hxx
@@ -82,7 +82,7 @@ private:
mbVertical:1,
mbTransparent:1; // compatibility, now on output device
- friend SvStream& operator>>( SvStream& rIStm, Impl_Font& );
+ friend SvStream& ReadImpl_Font( SvStream& rIStm, Impl_Font& );
friend SvStream& WriteImpl_Font( SvStream& rOStm, const Impl_Font& );
};
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 76cacb7f8f47..6926aee63c64 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -161,7 +161,7 @@ private:
sal_Bool ImplExportNative( SvStream& rOStm ) const;
friend SvStream& WriteImpGraphic( SvStream& rOStm, const ImpGraphic& rImpGraphic );
- friend SvStream& operator>>( SvStream& rIStm, ImpGraphic& rImpGraphic );
+ friend SvStream& ReadImpGraphic( SvStream& rIStm, ImpGraphic& rImpGraphic );
// SvgData support
const SvgDataPtr& getSvgData() const;
diff --git a/vcl/inc/wall2.hxx b/vcl/inc/wall2.hxx
index c6329b6abbe4..14c5e1fa753b 100644
--- a/vcl/inc/wall2.hxx
+++ b/vcl/inc/wall2.hxx
@@ -35,7 +35,7 @@ private:
sal_uLong mnRefCount;
BitmapEx* mpCache;
- friend SvStream& operator>>( SvStream& rIStm, ImplWallpaper& rImplWallpaper );
+ friend SvStream& ReadImplWallpaper( SvStream& rIStm, ImplWallpaper& rImplWallpaper );
friend SvStream& WriteImplWallpaper( SvStream& rOStm, const ImplWallpaper& rImplWallpaper );
public: