From ce301dadcbbf8d0f0a71c7eaebca9bfad2e08801 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 28 Sep 2017 11:28:15 +0200 Subject: convert GfxLink::IsEqual to operator== exactly one use site Change-Id: Id0a75d46c459be213e81b47aa6c1194c87aec848 Reviewed-on: https://gerrit.libreoffice.org/42891 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/vcl/gfxlink.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl') 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 pBuf, sal_uInt32 nBufSize, GfxLinkType nType ); - bool IsEqual( const GfxLink& ) const; + bool operator==( const GfxLink& ) const; GfxLinkType GetType() const { return meType;} -- cgit