summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-05 18:18:02 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-05 18:18:02 +0200
commita093cea5daf5a6e934bf7c5aa5acfc66a644637f (patch)
tree2d8872ebc4e1d4508e95dee7d1ac3d906e12256a /vcl
parentfdo#62082 Fix buttons in Custom animation toolbar (diff)
downloadcore-a093cea5daf5a6e934bf7c5aa5acfc66a644637f.tar.gz
core-a093cea5daf5a6e934bf7c5aa5acfc66a644637f.zip
WaE: [loplugin:literaltoboolconversion]
Change-Id: I4025c6a00ed6f9dc3522701bcd85153276626330
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/outdev.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx
index 55bcb876201b..817437965907 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) );
}