summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-14 13:54:06 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-07-21 16:12:53 +0200
commit6d5399965a44ebe48cc1aa038cee7308636b5527 (patch)
treec84638f788528d7dea9cbcc3d85f63cb5dc27be3
parent84b096680fa7a4f15656ce5694796285034ae1e2 (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>
-rw-r--r--include/oox/ole/axcontrol.hxx2
-rw-r--r--svtools/source/control/tabbar.cxx1
2 files changed, 1 insertions, 2 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;
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>