summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-07-11 17:40:51 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-07-11 17:44:02 +0400
commitf6413c384f11cd7fb626163eec421aa40216ebab (patch)
tree107ebcb8293ac2aff005671cede3faf28d452a93
parent794caa58a7208921ad8f911d586088213e390fba (diff)
fdo#38785: preview window should be paint transparent
Change-Id: Ie3bf92e8cad16af85f800d0e2a4c992312524a7f
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 19110e02fe5e..b1adb8ef7653 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -2544,6 +2544,7 @@ BmpWindow::BmpWindow( Window* pPar, sal_uInt16 nId,
bLeftAlign(sal_False)
{
SetBackground();
+ SetPaintTransparent(sal_True);
}
void BmpWindow::Paint( const Rectangle& )