summaryrefslogtreecommitdiff
path: root/include/vcl/hatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/hatch.hxx')
-rw-r--r--include/vcl/hatch.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/hatch.hxx b/include/vcl/hatch.hxx
index 08dab0b08083..da669b3ad1e6 100644
--- a/include/vcl/hatch.hxx
+++ b/include/vcl/hatch.hxx
@@ -43,7 +43,7 @@ struct ImplHatch
ImplHatch( const ImplHatch& rImplHatch );
friend SvStream& operator>>( SvStream& rIStm, ImplHatch& rImplHatch );
- friend SvStream& operator<<( SvStream& rOStm, const ImplHatch& rImplHatch );
+ friend SvStream& WriteImplHatch( SvStream& rOStm, const ImplHatch& rImplHatch );
};
// ---------
@@ -81,7 +81,7 @@ public:
sal_uInt16 GetAngle() const { return mpImplHatch->mnAngle; }
friend VCL_DLLPUBLIC SvStream& operator>>( SvStream& rIStm, Hatch& rHatch );
- friend VCL_DLLPUBLIC SvStream& operator<<( SvStream& rOStm, const Hatch& rHatch );
+ friend VCL_DLLPUBLIC SvStream& WriteHatch( SvStream& rOStm, const Hatch& rHatch );
};
#endif // INCLUDED_VCL_HATCH_HXX