diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-11 17:17:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-12 10:04:59 +0200 |
commit | 69ac0fa53b60bc2ab65a2590f3eb3f789bcfc31c (patch) | |
tree | e7f16dcfde76378da3d2ba2ac97e35c7b9362fc2 /include/toolkit | |
parent | c356bd37bdebd5a9eea1d25c628212f071659158 (diff) |
toolkit: sal_Bool -> bool
Change-Id: I8819d408e8556bbf38605c2feef2fa87d8dd41c3
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/helper/accessiblefactory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/helper/accessiblefactory.hxx b/include/toolkit/helper/accessiblefactory.hxx index e56eda24b7d1..fc99828e2aa6 100644 --- a/include/toolkit/helper/accessiblefactory.hxx +++ b/include/toolkit/helper/accessiblefactory.hxx @@ -119,7 +119,7 @@ namespace toolkit /** creates an accessible component for the given menu */ virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > - createAccessible( Menu* _pMenu, sal_Bool _bIsMenuBar ) = 0; + createAccessible( Menu* _pMenu, bool _bIsMenuBar ) = 0; protected: virtual ~IAccessibleFactory() {} |