diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-01 21:03:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-01 21:03:49 +0000 |
commit | 970edf67d2369288f12391be5cc06946fcd1684e (patch) | |
tree | 94a38251c25409f01ef74e58efe3d4f19d6ebcd2 /include | |
parent | 0a599225bcfc8682a7cc7f68dd3901d9791522b1 (diff) |
noone cares about the return from WriteGraphic either
Change-Id: Ia91a8b4ae7768bd1623b8e2b545fcc9beff1fbc7
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/graph.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 1f338eae80ff..3bd6a2c7f4e0 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -212,8 +212,8 @@ public: bool ExportNative( SvStream& rOStream ) const; - friend VCL_DLLPUBLIC SvStream& WriteGraphic( SvStream& rOStream, const Graphic& rGraphic ); - friend VCL_DLLPUBLIC void ReadGraphic( SvStream& rIStream, Graphic& rGraphic ); + friend VCL_DLLPUBLIC void WriteGraphic(SvStream& rOStream, const Graphic& rGraphic); + friend VCL_DLLPUBLIC void ReadGraphic(SvStream& rIStream, Graphic& rGraphic); public: |