include/oox/ole/axcontrol.hxx | 2 +- svtools/source/control/tabbar.cxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)
New commits: commit 6d5399965a44ebe48cc1aa038cee7308636b5527 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jul 14 13:54:06 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jul 21 16:12:53 2022 +0200 Removed duplicated include and typo Change-Id: Idd50b3533e8b32e66cb4975e1257048f9233089b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137078 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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; diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index 11448292f5e0..5e5aba4af172 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -38,7 +38,6 @@ #include <svtools/strings.hrc> #include <limits> #include <memory> -#include <utility> #include <vector> #include <vcl/idle.hxx> #include <bitmaps.hlst>