summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-30 11:30:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-30 15:47:20 +0100
commit33a49289dfdba94c92dfd466635c4c663e916848 (patch)
treeb2ff25a773c7420f698c29712699d9d242a97266 /include
parente8dff0479e568c6d8de517782ac22ba987f81da1 (diff)
move the one single use of EnableMenuStrings to its call site
Change-Id: Ie5087f564c024cae526757ed1445c97113e8a68e
Diffstat (limited to 'include')
-rw-r--r--include/vcl/toolbox.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index cc3704c77946..0ce31f36f1e5 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -136,7 +136,6 @@ private:
mbCustomize:1,
mbCustomizeMode:1,
mbDragging:1,
- mbMenuStrings:1,
mbIsShift:1,
mbIsKeyEvent:1,
mbChangingHighlight:1,
@@ -452,8 +451,6 @@ public:
// read configuration to determine locking behaviour
static bool AlwaysLocked();
- void EnableMenuStrings( bool bEnable = true ) { mbMenuStrings = bEnable; }
-
void SetOutStyle( sal_uInt16 nNewStyle );
sal_uInt16 GetOutStyle() const { return mnOutStyle; }