summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-02-16 12:33:30 +0100
committerMalte Timmermann [mt] <malte.timmermann@oracle.com>2011-02-16 12:33:30 +0100
commit34ca828e5a98e16be0c4d7f5f9096460284833b9 (patch)
tree4530b971a58ea3f296ec84be4f53b72daaac158f /cui
parentf42f3b496a1d956f72fad8aaf37da790e89ed803 (diff)
fixed compile errors after resync to m100, part2
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/backgrnd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index 789d03359011..2c7dcd315f3f 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -354,7 +354,7 @@ SvxBackgroundTabPage::SvxBackgroundTabPage( Window* pParent,
aBorderWin ( this, CUI_RES(CT_BORDER) ),
aBackgroundColorSet ( &aBorderWin, CUI_RES( SET_BGDCOLOR ) ),
aBackgroundColorBox ( this, CUI_RES( GB_BGDCOLOR ) ),
- pPreviewWin1 ( new BackgroundPreviewImpl( this, CUI_RES( WIN_PREVIEW1 ), FALSE ) ),
+ pPreviewWin1 ( new BackgroundPreviewImpl( this, CUI_RES( WIN_PREVIEW1 ), sal_False ) ),
aColTransFT ( this, CUI_RES( FT_COL_TRANS ) ),
aColTransMF ( this, CUI_RES( MF_COL_TRANS ) ),
@@ -371,7 +371,7 @@ SvxBackgroundTabPage::SvxBackgroundTabPage( Window* pParent,
aGraphTransFL ( this, CUI_RES( FL_GRAPH_TRANS ) ),
aGraphTransMF ( this, CUI_RES( MF_GRAPH_TRANS ) ),
pPreviewWin2 ( new BackgroundPreviewImpl(
- this, CUI_RES( WIN_PREVIEW2 ), TRUE ) ),
+ this, CUI_RES( WIN_PREVIEW2 ), sal_True ) ),
nHtmlMode ( 0 ),
bAllowShowSelector ( sal_True ),