summaryrefslogtreecommitdiff
path: root/include/vcl/gfxlink.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-28 11:28:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-29 08:52:34 +0200
commitce301dadcbbf8d0f0a71c7eaebca9bfad2e08801 (patch)
tree8c1bdc3dc58ca804fb24355180c39c8c28314ee5 /include/vcl/gfxlink.hxx
parent1ffba0e356608fb6dbf568248e2a953b4d7fb5d6 (diff)
convert GfxLink::IsEqual to operator==
exactly one use site Change-Id: Id0a75d46c459be213e81b47aa6c1194c87aec848 Reviewed-on: https://gerrit.libreoffice.org/42891 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/gfxlink.hxx')
-rw-r--r--include/vcl/gfxlink.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/gfxlink.hxx b/include/vcl/gfxlink.hxx
index 3632b66d23f3..d8eef9e3ce3a 100644
--- a/include/vcl/gfxlink.hxx
+++ b/include/vcl/gfxlink.hxx
@@ -83,7 +83,7 @@ public:
// pBuff = The Graphic data. This class takes ownership of this
GfxLink( std::unique_ptr<sal_uInt8[]> pBuf, sal_uInt32 nBufSize, GfxLinkType nType );
- bool IsEqual( const GfxLink& ) const;
+ bool operator==( const GfxLink& ) const;
GfxLinkType GetType() const { return meType;}