summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/pagectrl.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 14:41:42 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 14:41:42 +0000
commit5453dfb41b842364b618c1bd8fd35a0c6fc8ad55 (patch)
treed1bbe75b3ea9ee36c6eeb6a599312144a6ed99e3 /svx/source/dialog/pagectrl.cxx
parentINTEGRATION: CWS uicleanup (1.70.198); FILE MERGED (diff)
downloadcore-5453dfb41b842364b618c1bd8fd35a0c6fc8ad55.tar.gz
core-5453dfb41b842364b618c1bd8fd35a0c6fc8ad55.zip
INTEGRATION: CWS uicleanup (1.9.1304); FILE MERGED
2005/02/17 13:33:05 dv 1.9.1304.1: #116586# Set default background for page control
Diffstat (limited to 'svx/source/dialog/pagectrl.cxx')
-rw-r--r--svx/source/dialog/pagectrl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/dialog/pagectrl.cxx b/svx/source/dialog/pagectrl.cxx
index 94fbb1d0972e..77aab6fa97c4 100644
--- a/svx/source/dialog/pagectrl.cxx
+++ b/svx/source/dialog/pagectrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pagectrl.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: os $ $Date: 2002-09-25 14:18:51 $
+ * last change: $Author: kz $ $Date: 2005-03-18 15:41:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,6 +144,7 @@ SvxPageWindow::SvxPageWindow( Window* pParent, const ResId& rId ) :
aWinSize.Width() -= 4;
aWinSize = PixelToLogic( aWinSize );
+ SetBackground();
}
// -----------------------------------------------------------------------