diff options
Diffstat (limited to 'framework/inc/uielement/langselectionmenucontroller.hxx')
-rw-r--r-- | framework/inc/uielement/langselectionmenucontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/langselectionmenucontroller.hxx b/framework/inc/uielement/langselectionmenucontroller.hxx index 03f3c39ff1aa..38246ecea298 100644 --- a/framework/inc/uielement/langselectionmenucontroller.hxx +++ b/framework/inc/uielement/langselectionmenucontroller.hxx @@ -75,7 +75,7 @@ namespace framework MODE_SetLanguageAllTextMenu }; - sal_Bool m_bShowMenu; + bool m_bShowMenu; OUString m_aLangStatusCommandURL; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > m_xLanguageDispatch; OUString m_aMenuCommandURL_Lang; |