vcl/source/gdi/outdev.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a093cea5daf5a6e934bf7c5aa5acfc66a644637f Author: Tor Lillqvist <t...@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) ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits