OutputDevice::EnableRTL should be virtual

Change-Id: I5e89326659e018561114a2fee2532d4412c070af
This commit is contained in:
Chris Sherlock
2014-03-27 03:19:12 +11:00
parent 512de6e75d
commit 3ffb8c2f58

View File

@@ -1150,7 +1150,7 @@ public:
bool IsMapModeEnabled() const { return mbMap; }
// 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; }
void SetConnectMetaFile( GDIMetaFile* pMtf );