diff options
Diffstat (limited to 'include/vcl/wall.hxx')
-rw-r--r-- | include/vcl/wall.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/wall.hxx b/include/vcl/wall.hxx index f7a46080e50e..4f4113f8a444 100644 --- a/include/vcl/wall.hxx +++ b/include/vcl/wall.hxx @@ -115,7 +115,7 @@ public: sal_Bool IsSameInstance( const Wallpaper& rWallpaper ) const { return (mpImplWallpaper == rWallpaper.mpImplWallpaper); } - friend VCL_DLLPUBLIC SvStream& operator>>( SvStream& rIStm, Wallpaper& rWallpaper ); + friend VCL_DLLPUBLIC SvStream& ReadWallpaper( SvStream& rIStm, Wallpaper& rWallpaper ); friend VCL_DLLPUBLIC SvStream& WriteWallpaper( SvStream& rOStm, const Wallpaper& rWallpaper ); }; |