[Libreoffice-commits] core.git: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 2 19:37:55 UTC 2018


 sc/source/filter/oox/drawingfragment.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22c3b4077f5f113f8208bb03b853eb3befafff51
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Oct 2 16:49:45 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Oct 2 21:37:32 2018 +0200

    Fix typo
    
    Change-Id: I34e0e97b165b8335e58bcc5713d2140b31ee94ed
    Reviewed-on: https://gerrit.libreoffice.org/61225
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx
index 52c349f31fd8..47346ca81191 100644
--- a/sc/source/filter/oox/drawingfragment.cxx
+++ b/sc/source/filter/oox/drawingfragment.cxx
@@ -536,7 +536,7 @@ Reference< XShape > VmlDrawing::createAndInsertClientXShape( const ::oox::vml::S
             case XML_Radio:
             {
                 AxOptionButtonModel& rAxModel = aControl.createModel< AxOptionButtonModel >();
-                // unique name to prevent autoGroping with ActiveX controls.
+                // unique name to prevent autoGrouping with ActiveX controls.
                 rAxModel.maGroupName = "autoGroup_formControl";
                 convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClientData->mnTextHAlign );
                 convertControlBackground( rAxModel, rShape );


More information about the Libreoffice-commits mailing list