summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/SectionWindow.cxx
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-02-22 10:00:34 +0100
committerOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-02-22 10:00:34 +0100
commit61d2dfb35bb6434551bdefb17730ae65ae78365e (patch)
treeb0a5f24ad107ecca627c982e3e924fb584b25c54 /reportdesign/source/ui/report/SectionWindow.cxx
parent4a7d3e0c752e3d1a10de8c4a2a1ccd1f00ada3fc (diff)
dba34d: replace tools types
Diffstat (limited to 'reportdesign/source/ui/report/SectionWindow.cxx')
-rw-r--r--reportdesign/source/ui/report/SectionWindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/report/SectionWindow.cxx b/reportdesign/source/ui/report/SectionWindow.cxx
index 7d5a7f4549e0..ab08c11e0753 100644
--- a/reportdesign/source/ui/report/SectionWindow.cxx
+++ b/reportdesign/source/ui/report/SectionWindow.cxx
@@ -211,9 +211,9 @@ void OSectionWindow::ImplInitSettings()
static bool t = false;
if ( t )
{
- EnableChildTransparentMode( TRUE );
+ EnableChildTransparentMode( sal_True );
SetParentClipMode( PARENTCLIPMODE_NOCLIP );
- SetPaintTransparent( TRUE );
+ SetPaintTransparent( sal_True );
}
SetBackground( );
}