OutputDevice::EnableRTL should be virtual
Change-Id: I5e89326659e018561114a2fee2532d4412c070af
This commit is contained in:
@@ -1150,7 +1150,7 @@ public:
|
|||||||
bool IsMapModeEnabled() const { return mbMap; }
|
bool IsMapModeEnabled() const { return mbMap; }
|
||||||
|
|
||||||
// Enabling/disabling RTL only makes sense for OutputDevices that use a mirroring SalGraphisLayout
|
// Enabling/disabling RTL only makes sense for OutputDevices that use a mirroring SalGraphisLayout
|
||||||
void EnableRTL( bool bEnable = true);
|
virtual void EnableRTL( bool bEnable = true);
|
||||||
bool IsRTLEnabled() const { return mbEnableRTL; }
|
bool IsRTLEnabled() const { return mbEnableRTL; }
|
||||||
|
|
||||||
void SetConnectMetaFile( GDIMetaFile* pMtf );
|
void SetConnectMetaFile( GDIMetaFile* pMtf );
|
||||||
|
Reference in New Issue
Block a user