summaryrefslogtreecommitdiff
path: root/include/svx/xbtmpit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-16 14:26:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-19 07:12:56 +0100
commitccd316d1cb310734848bd20244f509024b549b8c (patch)
tree3f942f2c44c42f4422e8889e94100684e25cf5c4 /include/svx/xbtmpit.hxx
parentadd367bfec9d12502e64d2994f0f39e2e436442a (diff)
use VirtualDevice in createHistorical8x8FromArray
part of making BitmapWriteAccess an internal detail of vcl/ Change-Id: I8b3aa2fdd3c26db0e48b228640cd31b0bd31543c Reviewed-on: https://gerrit.libreoffice.org/49937 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/xbtmpit.hxx')
-rw-r--r--include/svx/xbtmpit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xbtmpit.hxx b/include/svx/xbtmpit.hxx
index 7f34b0c1be71..b9ced7c42fb0 100644
--- a/include/svx/xbtmpit.hxx
+++ b/include/svx/xbtmpit.hxx
@@ -30,7 +30,7 @@ class BitmapColor;
// helper to construct historical 8x8 bitmaps with two colors
-Bitmap SVX_DLLPUBLIC createHistorical8x8FromArray(const sal_uInt16* pArray, Color aColorPix, Color aColorBack);
+BitmapEx SVX_DLLPUBLIC createHistorical8x8FromArray(sal_uInt16 const * pArray, Color aColorPix, Color aColorBack);
bool SVX_DLLPUBLIC isHistorical8x8(const BitmapEx& rBitmapEx, BitmapColor& o_rBack, BitmapColor& o_rFront);