diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-01 17:37:19 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-04-04 03:43:48 +0200 |
commit | 3c5e9a2349a707ab3fcfc81a2d04804d72821273 (patch) | |
tree | dae76704b33cde4b890f6210059e9551e21a4f0f /framework | |
parent | 03a6be9dda966a8d16f271480c7be0d6d69ee39e (diff) |
Fix typo
Change-Id: I6c03a7e99b31251eb0fe1c197d565e85bec419df
Reviewed-on: https://gerrit.libreoffice.org/52279
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/uielement/toolbarmanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index dcddc5a1909e..2511445b1df1 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -133,7 +133,7 @@ class ToolBarManager : public ToolbarManager_Base void RemoveControllers(); void CreateControllers(); void UpdateControllers(); - //for update controller via Support Visiable + //for update controller via Support Visible void UpdateController( const css::uno::Reference< css::frame::XToolbarController >& xController); //end void AddFrameActionListener(); |