summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:45 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-23 16:18:20 +0200
commit4f113609feae412a79edbdffcc2f34600c79ee63 (patch)
treea5d68cc22547a654aa92699ceaf95c91f24ecb2d /framework
parenta8109450300ab74d8aadb24204e33c16d46ff637 (diff)
Fix typo
Change-Id: Ie4a0e69b78f671f9990f9c750e5ecb63447efe2b Reviewed-on: https://gerrit.libreoffice.org/74599 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/toolbarmanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index 16502d124de6..6e8fc6993d96 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -585,7 +585,7 @@ void ToolBarManager::impl_elementChanged(bool const isRemove,
if (( pIter->second.nImageInfo == 0 ) && ( pIter->second.nImageInfo == nImageInfo ))
{
// Special case: An image from the document image manager has been removed.
- // It is possible that we have a image at our module image manager. Before
+ // It is possible that we have an image at our module image manager. Before
// we can remove our image we have to ask our module image manager.
Sequence< OUString > aCmdURLSeq( 1 );
Sequence< Reference< XGraphic > > aGraphicSeq;
@@ -841,7 +841,7 @@ void ToolBarManager::CreateControllers()
}
}
- // 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() )
{