summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Button.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-15 15:06:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-15 15:06:45 +0200
commitf5e617a6e455fdf68afd2122dde90a111cbd5ebe (patch)
tree6f165ddf44b9798bd19929049d7bd6408faaf27d /forms/source/component/Button.cxx
parentMark template member fns that are supposed to override as SAL_OVERRIDE (diff)
downloadcore-f5e617a6e455fdf68afd2122dde90a111cbd5ebe.tar.gz
core-f5e617a6e455fdf68afd2122dde90a111cbd5ebe.zip
forms: sal_Bool -> bool
Change-Id: If69785c37c6c9cd175e149f10bd5497de26a120c
Diffstat (limited to 'forms/source/component/Button.cxx')
-rw-r--r--forms/source/component/Button.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx
index 8d45fae2b3aa..3ede9e4b5b23 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -483,13 +483,13 @@ IMPL_LINK_NOARG(OButtonControl, OnClick)
}
}
else
- actionPerformed_Impl( sal_False, ::com::sun::star::awt::MouseEvent() );
+ actionPerformed_Impl( false, ::com::sun::star::awt::MouseEvent() );
}
return 0L;
}
-void OButtonControl::actionPerformed_Impl( sal_Bool _bNotifyListener, const ::com::sun::star::awt::MouseEvent& _rEvt )
+void OButtonControl::actionPerformed_Impl( bool _bNotifyListener, const ::com::sun::star::awt::MouseEvent& _rEvt )
{
{
sal_Int16 nFeatureId = -1;
@@ -706,7 +706,7 @@ void OButtonControl::getSupportedFeatures( ::std::vector< sal_Int16 >& /* [out]
}
-void OButtonControl::featureStateChanged( sal_Int16 _nFeatureId, sal_Bool _bEnabled )
+void OButtonControl::featureStateChanged( sal_Int16 _nFeatureId, bool _bEnabled )
{
if ( _nFeatureId == m_nTargetUrlFeatureId )
{