summaryrefslogtreecommitdiff
path: root/xmloff/inc
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/inc
parent5c046a31e1e19e01a60d4bf22cf2a5eb8ef13a63 (diff)
sal_Bool to bool
Change-Id: I3db66690f9eaa809bcbf2257804d319aaec0f975
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/MultiPropertySetHelper.hxx4
-rw-r--r--xmloff/inc/anim.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/MultiPropertySetHelper.hxx b/xmloff/inc/MultiPropertySetHelper.hxx
index 452ff19939a1..c73ebd7fc220 100644
--- a/xmloff/inc/MultiPropertySetHelper.hxx
+++ b/xmloff/inc/MultiPropertySetHelper.hxx
@@ -96,7 +96,7 @@ public:
* Return whether hasProperties was called
* (i.e. if we are ready to call getValues)
*/
- sal_Bool checkedProperties();
+ bool checkedProperties();
/**
* Get values from the XMultiPropertySet.
@@ -147,7 +147,7 @@ public:
const ::com::sun::star::uno::Any& getValue( sal_Int16 nIndex,
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> &,
- sal_Bool bTryMulti = sal_False );
+ bool bTryMulti = false );
/**
* Get a value from the XMultiPropertySet on demand.
diff --git a/xmloff/inc/anim.hxx b/xmloff/inc/anim.hxx
index 9e1a0e54da4c..8f81891cbdc5 100644
--- a/xmloff/inc/anim.hxx
+++ b/xmloff/inc/anim.hxx
@@ -89,8 +89,8 @@ extern SvXMLEnumMapEntry aXML_AnimationDirection_EnumMap[];
extern SvXMLEnumMapEntry aXML_AnimationSpeed_EnumMap[];
-void SdXMLImplSetEffect( ::com::sun::star::presentation::AnimationEffect eEffect, XMLEffect& eKind, XMLEffectDirection& eDirection, sal_Int16& nStartScale, sal_Bool& bIn );
-::com::sun::star::presentation::AnimationEffect ImplSdXMLgetEffect( XMLEffect eKind, XMLEffectDirection eDirection, sal_Int16 nStartScale, sal_Bool bIn );
+void SdXMLImplSetEffect( ::com::sun::star::presentation::AnimationEffect eEffect, XMLEffect& eKind, XMLEffectDirection& eDirection, sal_Int16& nStartScale, bool& bIn );
+::com::sun::star::presentation::AnimationEffect ImplSdXMLgetEffect( XMLEffect eKind, XMLEffectDirection eDirection, sal_Int16 nStartScale, bool bIn );
#endif // _XMLOFF_ANIM_HXX