summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-13 17:03:01 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-13 17:04:04 +0100
commit75a5dfeca0af580bb31f3aceee541d5f905b9101 (patch)
treee3aab67f5e176d98ca8819293412929d54b7d309 /include/svx
parent2af4da0ea9ee0b029e89cf5ab65d378d426d1af1 (diff)
tdf#86886 Shortcut keys missing in undo and redo tooltips
Change-Id: I8df003bdad4430a174815ce51197b997717ef379
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/lboxctrl.hxx2
1 files changed, 1 insertions, 1 deletions
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();