summaryrefslogtreecommitdiff
path: root/vcl/inc/headless/SvpGraphicsBackend.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-01-06 09:43:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-01-07 10:56:03 +0000
commitb3566864db77effddb243717dd0d9a1c791383e6 (patch)
tree88fa65fd2f20a171cf1937968e1eda2f065a40d4 /vcl/inc/headless/SvpGraphicsBackend.hxx
parentb348b9467111d47b0e995dcbec4951cd1c249e4a (diff)
move drawRect into CairoCommon and reuse from X11CairoSalGraphicsImpl
Change-Id: I1d9f1dc96788530eb6a226a53a67764918348100 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145139 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/headless/SvpGraphicsBackend.hxx')
-rw-r--r--vcl/inc/headless/SvpGraphicsBackend.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/headless/SvpGraphicsBackend.hxx b/vcl/inc/headless/SvpGraphicsBackend.hxx
index 7bd78118f6f4..e6f86617eba3 100644
--- a/vcl/inc/headless/SvpGraphicsBackend.hxx
+++ b/vcl/inc/headless/SvpGraphicsBackend.hxx
@@ -134,9 +134,6 @@ public:
void drawBitmapBuffer(const SalTwoRect& rPosAry, const BitmapBuffer* pBuffer,
cairo_operator_t eOp);
-
-private:
- void implDrawRect(double nX, double nY, double nWidth, double nHeight);
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */