summaryrefslogtreecommitdiff
path: root/framework/inc/framework/framelistanalyzer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/framework/framelistanalyzer.hxx')
-rw-r--r--framework/inc/framework/framelistanalyzer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/framework/framelistanalyzer.hxx b/framework/inc/framework/framelistanalyzer.hxx
index d6f2cd734237..61fe08cc7018 100644
--- a/framework/inc/framework/framelistanalyzer.hxx
+++ b/framework/inc/framework/framelistanalyzer.hxx
@@ -118,13 +118,13 @@ class FWE_DLLPUBLIC FrameListAnalyzer
if (m_xReferenceFrame == help)
{
m_xHelp = NULL;
- m_bIsHelp = TRUE;
+ m_bIsHelp = sal_True;
}
else
if (xOtherFrame == help)
{
m_xHelp = xOtherFrame;
- m_bIsHelp = FALSE;
+ m_bIsHelp = sal_False;
}
</listing>
@@ -144,13 +144,13 @@ class FWE_DLLPUBLIC FrameListAnalyzer
if (m_xReferenceFrame == backing)
{
m_xBackingComponent = NULL;
- m_bIsBackingComponent = TRUE;
+ m_bIsBackingComponent = sal_True;
}
else
if (xOtherFrame == backing)
{
m_xBackingComponent = xOtherFrame;
- m_bIsBackingComponent = FALSE ;
+ m_bIsBackingComponent = sal_False ;
}
</listing>