summaryrefslogtreecommitdiff
path: root/vcl/inc/salmenu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/salmenu.hxx')
-rw-r--r--vcl/inc/salmenu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salmenu.hxx b/vcl/inc/salmenu.hxx
index 2a15583dbbfa..6515fc2fab0f 100644
--- a/vcl/inc/salmenu.hxx
+++ b/vcl/inc/salmenu.hxx
@@ -65,7 +65,7 @@ public:
SalMenu() {}
virtual ~SalMenu();
- virtual sal_Bool VisibleMenuBar() = 0; // must return sal_True to actually DISPLAY native menu bars
+ virtual bool VisibleMenuBar() = 0; // must return sal_True to actually DISPLAY native menu bars
// otherwise only menu messages are processed (eg, OLE on Windows)
virtual void InsertItem( SalMenuItem* pSalMenuItem, unsigned nPos ) = 0;