summaryrefslogtreecommitdiffstats
path: root/forms/source/solar/component/navbarcontrol.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/solar/component/navbarcontrol.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/solar/component/navbarcontrol.cxx')
-rw-r--r--forms/source/solar/component/navbarcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx
index 12016eb0a2ed..274851f58824 100644
--- a/forms/source/solar/component/navbarcontrol.cxx
+++ b/forms/source/solar/component/navbarcontrol.cxx
@@ -422,7 +422,7 @@ namespace frm
}
- void ONavigationBarPeer::featureStateChanged( sal_Int16 _nFeatureId, sal_Bool _bEnabled )
+ void ONavigationBarPeer::featureStateChanged( sal_Int16 _nFeatureId, bool _bEnabled )
{
// enable this button on the toolbox
NavigationToolBar* pNavBar = static_cast< NavigationToolBar* >( GetWindow() );