[Libreoffice-commits] core.git: include/vcl

Chris Sherlock chris.sherlock79 at gmail.com
Thu Mar 27 07:20:27 PDT 2014


 include/vcl/outdev.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3ffb8c2f58ae02ad201cd016f2331aed0523d46e
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Thu Mar 27 03:19:12 2014 +1100

    OutputDevice::EnableRTL should be virtual
    
    Change-Id: I5e89326659e018561114a2fee2532d4412c070af

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 9b115de..35c48fa 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -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 );


More information about the Libreoffice-commits mailing list