summaryrefslogtreecommitdiffstats
path: root/include/test/screenshot_test.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-29 17:24:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-30 08:40:20 +0200
commit57722dfc48d79986aafe6874875fa20827c0136e (patch)
treef95791fad7ade7c1fb484ceef04c02db5a31e290 /include/test/screenshot_test.hxx
parentBitmap->BitmapEx in FixedBitmap (diff)
downloadcore-57722dfc48d79986aafe6874875fa20827c0136e.tar.gz
core-57722dfc48d79986aafe6874875fa20827c0136e.zip
use BitmapEx in the screenshot stuff
part of the process of moving Bitmap usage to BitmapEx Change-Id: I4f02f8aa60d19a3639d623a998491447adf79e15 Reviewed-on: https://gerrit.libreoffice.org/55031 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/test/screenshot_test.hxx')
-rw-r--r--include/test/screenshot_test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/screenshot_test.hxx b/include/test/screenshot_test.hxx
index de773fcf682e..7bf8874a1361 100644
--- a/include/test/screenshot_test.hxx
+++ b/include/test/screenshot_test.hxx
@@ -35,7 +35,7 @@ private:
private:
/// helpers
- void implSaveScreenshot(const Bitmap& rScreenshot, const OString& rScreenshotId);
+ void implSaveScreenshot(const BitmapEx& rScreenshot, const OString& rScreenshotId);
void saveScreenshot(VclAbstractDialog const & rDialog);
void saveScreenshot(Dialog& rDialog);