diff options
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
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 |