diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-02-26 18:22:54 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-02-26 22:17:11 +0200 |
commit | 38b051ad4e21127e34ce3865ed4374be0b5cae6d (patch) | |
tree | 589392f33c538909725510287d155a27aa713018 /include | |
parent | e8218371c2fdb8e0828c641aa069ecaa89d649e6 (diff) |
Restore the GetPreferredContextMenuShortcuts method
Because of a typo in GetContextMenuShortcuts
it was actually unused and removed later in
7419057e3ec4365748fa6456e207f40fd9e09c62
("loplugin:unusedmethods in chart2..svx").
Change-Id: Iab3d8e39ef19e7c6dd7df63db5d2dcfc57007a5f
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/settings.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index 53bb153e4033..ef1835929fbd 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -431,6 +431,7 @@ public: bool GetContextMenuShortcuts() const; void SetPreferredContextMenuShortcuts( bool bContextMenuShortcuts ); + bool GetPreferredContextMenuShortcuts() const; void SetPrimaryButtonWarpsSlider( bool bPrimaryButtonWarpsSlider ); bool GetPrimaryButtonWarpsSlider() const; |