filter/source/msfilter/mstoolbar.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b40d89272ed71e6941708c47034e3d1fc731c7a9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 30 21:30:00 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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)
             {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to