[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Mon Jun 30 13:00:05 PDT 2014
sw/source/ui/frmdlg/frmpage.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 77c5da90a6bd20f420107f767bc9e297ac9d9cfc
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jun 30 21:59:34 2014 +0200
loplugin:literaltoboolconversion
Change-Id: I8a08580ad5cac4836a6dae5c842bd821e90bf546
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 3197345..c866f52 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -2607,7 +2607,7 @@ BmpWindow::BmpWindow(Window* pPar, WinBits nStyle)
, bLeftAlign(false)
{
SetBackground();
- SetPaintTransparent(sal_True);
+ SetPaintTransparent(true);
// #i119307# the graphic might have transparency, set up white as the color
// to use when drawing a rectangle under the image
SetLineColor(COL_WHITE);
More information about the Libreoffice-commits
mailing list