diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-02 16:49:45 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-10-02 21:37:32 +0200 |
commit | 22c3b4077f5f113f8208bb03b853eb3befafff51 (patch) | |
tree | 12898bdfa36c5f61a1fc90e95407797936ef656c | |
parent | 408dbdd28037917986f6d2cdc290f935ffefc60e (diff) |
Fix typo
Change-Id: I34e0e97b165b8335e58bcc5713d2140b31ee94ed
Reviewed-on: https://gerrit.libreoffice.org/61225
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | sc/source/filter/oox/drawingfragment.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |