summaryrefslogtreecommitdiff
path: root/include/vcl/virdev.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-29 14:51:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-29 14:55:30 +0000
commite2294dbff8fa0969760b772e9536259c3367ae66 (patch)
tree733210974de652d700fe29d0dcadf54e9c0e3372 /include/vcl/virdev.hxx
parent3d9920bfb805d8de561b397a032c8b55bbacd695 (diff)
I realy think these should be virtual
Change-Id: Ie95ab47d0252d21391e51116ca5e2c424fba1b59
Diffstat (limited to 'include/vcl/virdev.hxx')
-rw-r--r--include/vcl/virdev.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/virdev.hxx b/include/vcl/virdev.hxx
index 5b25b72f6e6d..0436b5dc7161 100644
--- a/include/vcl/virdev.hxx
+++ b/include/vcl/virdev.hxx
@@ -134,8 +134,8 @@ public:
void SetReferenceDevice( sal_Int32 i_nDPIX, sal_Int32 i_nDPIY );
- sal_uInt16 GetBitCount() const;
- sal_uInt16 GetAlphaBitCount() const;
+ virtual sal_uInt16 GetBitCount() const SAL_OVERRIDE;
+ virtual sal_uInt16 GetAlphaBitCount() const SAL_OVERRIDE;
private:
SAL_DLLPRIVATE void ImplSetReferenceDevice( RefDevMode, sal_Int32 i_nDPIX, sal_Int32 i_nDPIY );