summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2020-05-23 23:15:51 +1000
committerMike Kaganski <mike.kaganski@collabora.com>2020-05-24 08:45:18 +0200
commit7637547123b00a9b07ef8659bc077be85cba0a89 (patch)
tree2f9840e414c1263adf53b6b1324f82efcab5ebbd /include/vcl/outdev.hxx
parentccbcaac09f5e0e6c103d57f83aee629b3092c4a0 (diff)
tdf#74702 vcl: extract IsScreenComp()
Change-Id: Ie35ae8c10eaa66b48c9c79a0356a71ad82ca66e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94720 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 64936a956cd0..81724f297917 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -436,6 +436,8 @@ public:
const Point& GetRefPoint() const { return maRefPoint; }
bool IsRefPoint() const { return mbRefPoint; }
+ virtual bool IsScreenComp() const { return true; }
+
virtual sal_uInt16 GetBitCount() const;
Size GetOutputSizePixel() const