summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptoc.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptoc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptoc.hxx b/lotuswordpro/source/filter/lwptoc.hxx
index 83031433a79c..84a859dcdbcb 100644
--- a/lotuswordpro/source/filter/lwptoc.hxx
+++ b/lotuswordpro/source/filter/lwptoc.hxx
@@ -153,9 +153,9 @@ public:
void RegisterStyle() SAL_OVERRIDE;
virtual void XFConvert(XFContentContainer* pCont) SAL_OVERRIDE;
inline sal_uInt16 GetLevel(){return m_nLevel;}
- inline bool GetUseText(){ return (m_nFlags & USETEXT) ? sal_True : sal_False;}
+ inline bool GetUseText(){ return (m_nFlags & USETEXT) ? true : false;}
inline OUString GetSearchStyle(){return m_SearchName.str();}
- inline bool GetUseLeadingText(){ return (m_nFlags & USENUMBER) ? sal_True : sal_False;}
+ inline bool GetUseLeadingText(){ return (m_nFlags & USENUMBER) ? true : false;}
private:
virtual ~LwpTocLevelData();