summaryrefslogtreecommitdiff
path: root/sw/inc/fmtcnct.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtcnct.hxx')
-rw-r--r--sw/inc/fmtcnct.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtcnct.hxx b/sw/inc/fmtcnct.hxx
index 4d69b242ec49..e677d6434f96 100644
--- a/sw/inc/fmtcnct.hxx
+++ b/sw/inc/fmtcnct.hxx
@@ -64,10 +64,10 @@ SwFmtChain &SwFmtChain::operator=( const SwFmtChain &rCpy )
return *this;
}
-inline const SwFmtChain &SwAttrSet::GetChain(sal_Bool bInP) const
+inline const SwFmtChain &SwAttrSet::GetChain(bool bInP) const
{ return (const SwFmtChain&)Get( RES_CHAIN,bInP); }
-inline const SwFmtChain &SwFmt::GetChain(sal_Bool bInP) const
+inline const SwFmtChain &SwFmt::GetChain(bool bInP) const
{ return aSet.GetChain(bInP); }
#endif