summaryrefslogtreecommitdiff
path: root/include/vcl/virdev.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-26 16:56:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-26 16:56:44 +0100
commit35ddbcbc42628c57c3e5fda1a3e221231d21803b (patch)
treef74feb97b7ef5ebe743e1aa13e4505158cac8efd /include/vcl/virdev.hxx
parent2d832c264801a8b1e155d33d1506af55dc6e207f (diff)
Fix merge conflicts
Change-Id: I6e099911afec9c4086f620b45656880135decff0
Diffstat (limited to 'include/vcl/virdev.hxx')
-rw-r--r--include/vcl/virdev.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/virdev.hxx b/include/vcl/virdev.hxx
index 2713567b0608..2b82d2cf067a 100644
--- a/include/vcl/virdev.hxx
+++ b/include/vcl/virdev.hxx
@@ -113,7 +113,7 @@ public:
virtual ~VirtualDevice();
- virtual void EnableRTL( bool bEnable = true ) SAL_OVERRIDE;
+ virtual void EnableRTL( bool bEnable = true );
bool SetOutputSizePixel( const Size& rNewSize, bool bErase = true );
bool SetOutputSizePixelScaleOffsetAndBuffer( const Size& rNewSize, const Fraction& rScale, const Point& rNewOffset, const basebmp::RawMemorySharedArray &pBuffer );
@@ -134,8 +134,8 @@ public:
void SetReferenceDevice( sal_Int32 i_nDPIX, sal_Int32 i_nDPIY );
- sal_uInt16 GetBitCount() const SAL_OVERRIDE;
- sal_uInt16 GetAlphaBitCount() const SAL_OVERRIDE;
+ sal_uInt16 GetBitCount() const;
+ sal_uInt16 GetAlphaBitCount() const;
private:
SAL_DLLPRIVATE void ImplSetReferenceDevice( RefDevMode, sal_Int32 i_nDPIX, sal_Int32 i_nDPIY );