summaryrefslogtreecommitdiff
path: root/vcl/inc/salgdiimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/salgdiimpl.hxx')
-rw-r--r--vcl/inc/salgdiimpl.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/vcl/inc/salgdiimpl.hxx b/vcl/inc/salgdiimpl.hxx
index c79cf7ea14f3..4d76d9a41446 100644
--- a/vcl/inc/salgdiimpl.hxx
+++ b/vcl/inc/salgdiimpl.hxx
@@ -177,11 +177,12 @@ public:
virtual void invert( sal_uInt32 nPoints, const Point* pPtAry, SalInvert nFlags ) = 0;
+ /// Only implemented by the macOS Quartz backend and the MS-Windows GDI backend.
virtual bool drawEPS(
- tools::Long nX, tools::Long nY,
- tools::Long nWidth, tools::Long nHeight,
- void* pPtr,
- sal_uInt32 nSize ) = 0;
+ tools::Long /*nX*/, tools::Long /*nY*/,
+ tools::Long /*nWidth*/, tools::Long /*nHeight*/,
+ void* /*pPtr*/,
+ sal_uInt32 /*nSize*/ ) { return false; }
virtual bool blendBitmap(
const SalTwoRect&,