From a901e48579e203a28cc0871ceed0356ae6a5798b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 7 Jun 2018 15:57:09 +0200 Subject: drop PhysicalFontFace::Clone since we are now holding these via reference counting, no need to clone them Change-Id: I7b0bd86f4a5bca428f7dcd989f838a9aa0c7e179 Reviewed-on: https://gerrit.libreoffice.org/55427 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/win/salgdi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/inc/win') diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 661c47908865..5f6dbe21836e 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -63,7 +63,6 @@ public: BYTE nPitchAndFamily ); virtual ~WinFontFace() override; - virtual rtl::Reference Clone() const override; virtual rtl::Reference CreateFontInstance( const FontSelectPattern& ) const override; virtual sal_IntPtr GetFontId() const override; void SetFontId( sal_IntPtr nId ) { mnId = nId; } -- cgit