summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtsecte.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-10-13 02:34:47 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-10-13 02:35:48 +0900
commitd22ee5be41ffa0ac5a075c68a00b9b9eb6b8d376 (patch)
treeaa017ce29f31ffa7ba1648854839b100f99361f1 /xmloff/source/text/txtsecte.cxx
parent5c046a31e1e19e01a60d4bf22cf2a5eb8ef13a63 (diff)
sal_Bool to bool
Change-Id: I3db66690f9eaa809bcbf2257804d319aaec0f975
Diffstat (limited to 'xmloff/source/text/txtsecte.cxx')
-rw-r--r--xmloff/source/text/txtsecte.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtsecte.cxx b/xmloff/source/text/txtsecte.cxx
index 2ac90d804233..d0dd1e3fcfa3 100644
--- a/xmloff/source/text/txtsecte.cxx
+++ b/xmloff/source/text/txtsecte.cxx
@@ -105,7 +105,7 @@ void XMLTextParagraphExport::exportListAndSectionChange(
if( rPropSetHelper.hasProperty( nTextSectionId ))
{
xNextSection.set(rPropSetHelper.getValue( nTextSectionId , xPropSet,
- sal_True ), uno::UNO_QUERY);
+ true ), uno::UNO_QUERY);
}
// else: no current section
}