From 75a5dfeca0af580bb31f3aceee541d5f905b9101 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Fri, 13 Nov 2015 17:03:01 +0100 Subject: tdf#86886 Shortcut keys missing in undo and redo tooltips Change-Id: I8df003bdad4430a174815ce51197b997717ef379 --- include/svx/lboxctrl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/lboxctrl.hxx b/include/svx/lboxctrl.hxx index 4977f0ef2b13..75a2f24bfb7c 100644 --- a/include/svx/lboxctrl.hxx +++ b/include/svx/lboxctrl.hxx @@ -56,7 +56,7 @@ public: class SVX_DLLPUBLIC SvxUndoRedoControl : public SvxListBoxControl { std::vector< OUString > aUndoRedoList; - OUString aDefaultText; + OUString aDefaultTooltip; public: SFX_DECL_TOOLBOX_CONTROL(); -- cgit