summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-23 15:21:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-23 18:55:01 +0200
commita71c658b948585ff6ca30e5ab26c65f294b8cfcf (patch)
treec35e3803e3440f13d0d155593a16056fd3794477
parent450d2c581027329f8adcbe5e5b622da28798d586 (diff)
Fix typo
Change-Id: I29de3e8483f3a6921bdf3d402fd10d0d587da2c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103250 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--chart2/source/view/inc/VCoordinateSystem.hxx2
-rw-r--r--sc/source/ui/inc/drwtrans.hxx2
-rw-r--r--sw/source/filter/ww8/wrtw8esh.cxx2
3 files changed, 3 insertions, 3 deletions
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: