diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-21 17:04:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-21 17:04:46 +0100 |
commit | ed9af64644daad7abe6c839b02a89f5c2ef2ae80 (patch) | |
tree | fab63acc2d604c72b29ea4d2c89533348786d633 /vcl/inc/unx | |
parent | a375d0c539ac8ccd23a96c8e615a246aa3f374a7 (diff) |
Just use plain bool here
Change-Id: I82c19f2f0e0ef88497db54f426c91af2aee0bc99
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index 7435e375baf1..95789a0fa1d2 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -92,8 +92,8 @@ public: sal_uInt16 nId, const gchar* aCommand, MenuItemBits nBits, - gboolean bChecked, - gboolean bIsSubmenu ); + bool bChecked, + bool bIsSubmenu ); void NativeSetEnableItem( gchar* aCommand, gboolean bEnable ); void NativeCheckItem( unsigned nSection, unsigned nItemPos, MenuItemBits bits, gboolean bCheck ); void NativeSetAccelerator( unsigned nSection, unsigned nItemPos, const vcl::KeyCode& rKeyCode, const OUString& rKeyName ); |