summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:48 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-23 13:07:43 +0200
commit02efb7a6fdfe62bea198d3851e38696131363c2d (patch)
tree4278cd09f779c3b6b59e173e60bdb1dcbb195865 /framework
parent869d1c404c7bcab6bce59a9abea45ca583f77468 (diff)
Fix typo
Change-Id: I126a490e40d5954f290200edaa377427f59f244a Reviewed-on: https://gerrit.libreoffice.org/74596 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uiconfiguration/imagemanagerimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx
index 393757de5f84..ff53261f56b8 100644
--- a/framework/source/uiconfiguration/imagemanagerimpl.cxx
+++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx
@@ -884,7 +884,7 @@ void ImageManagerImpl::removeImages( ::sal_Int16 nImageType, const Sequence< OUS
if ( m_bUseGlobal )
{
- // Check, if we have a image in our module/global image list. If we find one =>
+ // Check, if we have an image in our module/global image list. If we find one =>
// this is a replace instead of a remove operation!
Image aNewImage = pDefaultImageList->getImageFromCommandURL( nIndex, aCommandURLSequence[i] );
if ( !aNewImage )