summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-30 21:59:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-30 21:59:34 +0200
commit77c5da90a6bd20f420107f767bc9e297ac9d9cfc (patch)
tree736109250a7041b6d1b546a55a707fc02e3a3b99 /sw/source/ui
parent656dd07d298b8a8a9f3db69cc2b44779dde664db (diff)
loplugin:literaltoboolconversion
Change-Id: I8a08580ad5cac4836a6dae5c842bd821e90bf546
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 3197345f9527..c866f5218c07 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);