I realy think these should be virtual

Change-Id: Ie95ab47d0252d21391e51116ca5e2c424fba1b59
This commit is contained in:
Caolán McNamara
2014-03-29 14:51:31 +00:00
parent 3d9920bfb8
commit e2294dbff8
2 changed files with 4 additions and 4 deletions

View File

@@ -1420,7 +1420,7 @@ public:
sal_Int32* pKashidaPosDropped // invalid kashida positions (out)
) const;
sal_uInt16 GetBitCount() const;
virtual sal_uInt16 GetBitCount() const;
bool GetTextIsRTL( const OUString&, sal_Int32 nIndex, sal_Int32 nLen ) const;
@@ -1429,7 +1429,7 @@ public:
@return 0, if no alpha channel available, and the bit depth of
the alpha channel otherwise.
*/
sal_uInt16 GetAlphaBitCount() const;
virtual sal_uInt16 GetAlphaBitCount() const;
sal_uLong GetColorCount() const;
void Push( sal_uInt16 nFlags = PUSH_ALL );

View File

@@ -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 );