diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-07-14 13:54:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-07-21 16:12:53 +0200 |
commit | 6d5399965a44ebe48cc1aa038cee7308636b5527 (patch) | |
tree | c84638f788528d7dea9cbcc3d85f63cb5dc27be3 /include | |
parent | 84b096680fa7a4f15656ce5694796285034ae1e2 (diff) |
Removed duplicated include and typo
Change-Id: Idd50b3533e8b32e66cb4975e1257048f9233089b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137078
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/ole/axcontrol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx index f4fd7b6a7deb..ddcc5b80a3c1 100644 --- a/include/oox/ole/axcontrol.hxx +++ b/include/oox/ole/axcontrol.hxx @@ -671,7 +671,7 @@ class OOX_DLLPUBLIC AxOptionButtonModel final : public AxMorphDataModelBase public: explicit AxOptionButtonModel(); - /** Returns the group name used to goup several option buttons together. */ + /** Returns the group name used to group several option buttons together. */ const OUString& getGroupName() const { return maGroupName; } virtual ApiControlType getControlType() const override; |