summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-05-03 17:14:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-05-04 07:44:53 +0200
commit04fce09a82dd2c2371dc6a203fd310ac04a8ebb7 (patch)
treefcfe0773c3237fcd9bae740cc1225e81602171f8
parent0d913b281d3b59b7411b2bd0d348be2d15539569 (diff)
loplugin:finalprotected
Change-Id: I57e70a5a6432f721952d412e14270ae22b4d7a4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115045 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--vcl/inc/quartz/salgdi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index e7559c5b9e7d..afddffb6a9f9 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -287,7 +287,6 @@ private:
void pattern50Fill();
#ifdef MACOSX
-protected:
void copyScaledArea(tools::Long nDestX, tools::Long nDestY, tools::Long nSrcX, tools::Long nSrcY,
tools::Long nSrcWidth, tools::Long nSrcHeight, AquaSharedAttributes* pSrcShared);
#endif