summaryrefslogtreecommitdiff
path: root/xmloff/inc/anim.hxx
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/anim.hxx
parent5c046a31e1e19e01a60d4bf22cf2a5eb8ef13a63 (diff)
sal_Bool to bool
Change-Id: I3db66690f9eaa809bcbf2257804d319aaec0f975
Diffstat (limited to 'xmloff/inc/anim.hxx')
-rw-r--r--xmloff/inc/anim.hxx4
1 files changed, 2 insertions, 2 deletions
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