summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:47 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-23 14:05:01 +0200
commit7a8f925d67f38fb14bf8df512f62828299ac37ca (patch)
tree6e1e0af6885547a9246c55d5b8e9f93a4907bf1c /framework
parentFix typo (diff)
downloadcore-7a8f925d67f38fb14bf8df512f62828299ac37ca.tar.gz
core-7a8f925d67f38fb14bf8df512f62828299ac37ca.zip
Fix typo
Change-Id: I30d3a4e7c30dcd1717663f152221f81769b08459 Reviewed-on: https://gerrit.libreoffice.org/74597 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/addonstoolbarmanager.cxx2
1 files changed, 1 insertions, 1 deletions
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() )
{