I realy think these should be virtual
Change-Id: Ie95ab47d0252d21391e51116ca5e2c424fba1b59
This commit is contained in:
@@ -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 );
|
||||
|
@@ -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 );
|
||||
|
Reference in New Issue
Block a user