From 7a8f925d67f38fb14bf8df512f62828299ac37ca Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 14 Jun 2019 22:42:47 +0000 Subject: Fix typo Change-Id: I30d3a4e7c30dcd1717663f152221f81769b08459 Reviewed-on: https://gerrit.libreoffice.org/74597 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- framework/source/uielement/addonstoolbarmanager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/uielement/addonstoolbarmanager.cxx b/framework/source/uielement/addonstoolbarmanager.cxx index 9cdcfeb838db..3fb7a775dc73 100644 --- a/framework/source/uielement/addonstoolbarmanager.cxx +++ b/framework/source/uielement/addonstoolbarmanager.cxx @@ -326,7 +326,7 @@ void AddonsToolBarManager::FillToolbar( const Sequence< Sequence< PropertyValue } } - // Request a item window from the toolbar controller and set it at the VCL toolbar + // Request an item window from the toolbar controller and set it at the VCL toolbar Reference< XToolbarController > xTbxController( xController, UNO_QUERY ); if ( xTbxController.is() && xToolbarWindow.is() ) { -- cgit