diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-05-03 17:14:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-05-04 07:44:53 +0200 |
commit | 04fce09a82dd2c2371dc6a203fd310ac04a8ebb7 (patch) | |
tree | fcfe0773c3237fcd9bae740cc1225e81602171f8 | |
parent | 0d913b281d3b59b7411b2bd0d348be2d15539569 (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.h | 1 |
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 |