[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri May 31 06:19:52 UTC 2019
filter/source/msfilter/mstoolbar.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b40d89272ed71e6941708c47034e3d1fc731c7a9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu May 30 21:30:00 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri May 31 08:19:17 2019 +0200
Fix typo
Change-Id: I27d457eb2af8ff8ef297dd97923acf4978eac2d7
Reviewed-on: https://gerrit.libreoffice.org/73228
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/msfilter/mstoolbar.cxx b/filter/source/msfilter/mstoolbar.cxx
index b25884b1fc5b..d36469fabf0d 100644
--- a/filter/source/msfilter/mstoolbar.cxx
+++ b/filter/source/msfilter/mstoolbar.cxx
@@ -282,7 +282,7 @@ void TBCData::ImportToolBarControl( CustomToolBarImportHelper& helper, std::vect
TBCBSpecific* pSpecificInfo = dynamic_cast< TBCBSpecific* >( controlSpecificInfo.get() );
if ( pSpecificInfo )
{
- // if we have a icon then lets set it for the command
+ // if we have an icon then lets set it for the command
OUString sCommand;
for (auto const& property : props)
{
More information about the Libreoffice-commits
mailing list