diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2018-12-05 01:23:17 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-05 08:18:50 +0100 |
commit | be504e8c7ef06637f055c43ad350381377df1e90 (patch) | |
tree | ced7e4e4f18ad257ef9c0ab78c0714b40cbc0599 /vcl/inc/unx/salgdi.h | |
parent | 1d65ffc5a37be21e0316019b1c96eb9a1c871ac0 (diff) |
tdf#121719: Revert fix for tdf#96971
it's still used on Mac. Revert it until XOL is removed
This reverts 258301879bcd20397c38bbd522dea2c923bd9fc2
Change-Id: I06548a590f370618ad640724a1b9c59a3faceec2
Reviewed-on: https://gerrit.libreoffice.org/64582
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx/salgdi.h')
-rw-r--r-- | vcl/inc/unx/salgdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index 4fd30762d045..97be62230a68 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -109,7 +109,7 @@ public: virtual void SetFillColor( Color nColor ) override; - virtual void SetXORMode( bool bSet ) override; + virtual void SetXORMode( bool bSet, bool ) override; virtual void SetROPLineColor( SalROPColor nROPColor ) override; virtual void SetROPFillColor( SalROPColor nROPColor ) override; |