[Libreoffice-commits] core.git: chart2/source sc/source sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 23 16:55:40 UTC 2020
chart2/source/view/inc/VCoordinateSystem.hxx | 2 +-
sc/source/ui/inc/drwtrans.hxx | 2 +-
sw/source/filter/ww8/wrtw8esh.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit a71c658b948585ff6ca30e5ab26c65f294b8cfcf
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Sep 23 15:21:03 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Sep 23 18:55:01 2020 +0200
Fix typo
Change-Id: I29de3e8483f3a6921bdf3d402fd10d0d587da2c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103250
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/chart2/source/view/inc/VCoordinateSystem.hxx b/chart2/source/view/inc/VCoordinateSystem.hxx
index 790ee0f9ab95..3cae017fdd74 100644
--- a/chart2/source/view/inc/VCoordinateSystem.hxx
+++ b/chart2/source/view/inc/VCoordinateSystem.hxx
@@ -110,7 +110,7 @@ public:
getModel() const { return m_xCooSysModel;}
/**
- * Create "view" axis obejcts 'VAxis' from the coordinate system model.
+ * Create "view" axis objects 'VAxis' from the coordinate system model.
*/
virtual void createVAxisList(
const css::uno::Reference< css::chart2::XChartDocument> & xChartDoc
diff --git a/sc/source/ui/inc/drwtrans.hxx b/sc/source/ui/inc/drwtrans.hxx
index 50e56cac1364..f45727674297 100644
--- a/sc/source/ui/inc/drwtrans.hxx
+++ b/sc/source/ui/inc/drwtrans.hxx
@@ -51,7 +51,7 @@ private:
bool m_bGrIsBit;
bool m_bOleObj;
// source information for drag&drop:
- // (view is needed to handle drawing obejcts)
+ // (view is needed to handle drawing objects)
std::unique_ptr<SdrView> m_pDragSourceView;
ScDragSrc m_nDragSourceFlags;
bool m_bDragWasInternal;
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 04384ef2ad67..7c24d92e81ba 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -313,7 +313,7 @@ namespace
};
/// A function object to act as a predicate comparing the ordering numbers
- /// of two drawing obejcts in a WW8Export.
+ /// of two drawing objects in a WW8Export.
class CompareDrawObjs
{
private:
More information about the Libreoffice-commits
mailing list