summaryrefslogtreecommitdiff
path: root/xmloff/source/style/MultiPropertySetHelper.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/style/MultiPropertySetHelper.cxx
parent5c046a31e1e19e01a60d4bf22cf2a5eb8ef13a63 (diff)
sal_Bool to bool
Change-Id: I3db66690f9eaa809bcbf2257804d319aaec0f975
Diffstat (limited to 'xmloff/source/style/MultiPropertySetHelper.cxx')
-rw-r--r--xmloff/source/style/MultiPropertySetHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/MultiPropertySetHelper.cxx b/xmloff/source/style/MultiPropertySetHelper.cxx
index 298f7293594a..06ce388e9042 100644
--- a/xmloff/source/style/MultiPropertySetHelper.cxx
+++ b/xmloff/source/style/MultiPropertySetHelper.cxx
@@ -107,7 +107,7 @@ void MultiPropertySetHelper::hasProperties(
}
}
-sal_Bool MultiPropertySetHelper::checkedProperties()
+bool MultiPropertySetHelper::checkedProperties()
{
return (NULL != pSequenceIndex);
}
@@ -147,7 +147,7 @@ void MultiPropertySetHelper::getValues(
const Any& MultiPropertySetHelper::getValue( sal_Int16 nIndex,
const Reference< XPropertySet> & rPropSet,
- sal_Bool bTryMulti )
+ bool bTryMulti )
{
if( !pValues )
{