[Libreoffice-commits] core.git: vcl/source
Tor Lillqvist
tml at collabora.com
Wed Feb 5 08:19:36 PST 2014
vcl/source/gdi/outdev.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a093cea5daf5a6e934bf7c5aa5acfc66a644637f
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Feb 5 18:18:02 2014 +0200
WaE: [loplugin:literaltoboolconversion]
Change-Id: I4025c6a00ed6f9dc3522701bcd85153276626330
diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx
index 55bcb87..8174379 100644
--- a/vcl/source/gdi/outdev.cxx
+++ b/vcl/source/gdi/outdev.cxx
@@ -500,7 +500,7 @@ bool OutputDevice::ImplHasMirroredGraphics() const
{
// HOTFIX for #i55719#
if( meOutDevType == OUTDEV_PRINTER )
- return sal_False;
+ return false;
return ( ImplGetGraphics() && (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) );
}
More information about the Libreoffice-commits
mailing list