summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 19:19:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-28 11:18:25 +0200
commit86900bd5e24e64e2d517c9c4229554a76ec4470c (patch)
tree766998abb29a628612ebec13c2da19479478cc6c /svx/inc
parent486f997d257533b889bd5af4c85eb1e2f4c9c152 (diff)
Fix typos
Change-Id: I1b3f858cf56f93fc72f1508322c00647e12a4c43 Reviewed-on: https://gerrit.libreoffice.org/76481 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/sdr/contact/viewcontactofgraphic.hxx2
-rw-r--r--svx/inc/sdr/contact/viewcontactofgroup.hxx2
-rw-r--r--svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx2
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx2
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrpage.hxx2
-rw-r--r--svx/inc/sdr/contact/viewobjectcontactofe3d.hxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofgraphic.hxx b/svx/inc/sdr/contact/viewcontactofgraphic.hxx
index 148817bdd8f5..fc89e5e501af 100644
--- a/svx/inc/sdr/contact/viewcontactofgraphic.hxx
+++ b/svx/inc/sdr/contact/viewcontactofgraphic.hxx
@@ -43,7 +43,7 @@ namespace sdr
const drawinglayer::attribute::SdrLineFillShadowTextAttribute& rAttribute) const;
protected:
- // Create a Object-Specific ViewObjectContact, set ViewContact and
+ // Create an Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something.
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
diff --git a/svx/inc/sdr/contact/viewcontactofgroup.hxx b/svx/inc/sdr/contact/viewcontactofgroup.hxx
index 2dafa4ae9a47..2e952d3bb1ed 100644
--- a/svx/inc/sdr/contact/viewcontactofgroup.hxx
+++ b/svx/inc/sdr/contact/viewcontactofgroup.hxx
@@ -36,7 +36,7 @@ namespace sdr
virtual ~ViewContactOfGroup() override;
private:
- // Create a Object-Specific ViewObjectContact, set ViewContact and
+ // Create an Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something. Default is to create
// a standard ViewObjectContact containing the given ObjectContact and *this
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
diff --git a/svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx b/svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx
index 488fe4812ca4..5b3823508543 100644
--- a/svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx
+++ b/svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx
@@ -38,7 +38,7 @@ namespace sdr
// to be changed in any way.
sdr::MasterPageDescriptor& mrMasterPageDescriptor;
- // Create a Object-Specific ViewObjectContact
+ // Create an Object-Specific ViewObjectContact
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
// This method is responsible for creating the graphical visualisation data
diff --git a/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx b/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx
index 3004ff819e14..c6dbce55ad35 100644
--- a/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx
@@ -35,7 +35,7 @@ private:
drawinglayer::primitive2d::Primitive2DReference mxChartContent;
protected:
- // Create a Object-Specific ViewObjectContact, set ViewContact and
+ // Create an Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something.
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
diff --git a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx
index 6fa87cfd59b6..3ce3d3d95272 100644
--- a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx
+++ b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx
@@ -176,7 +176,7 @@ class ViewContactOfSdrPage : public ViewContact
ViewContactOfHelplines maViewContactOfHelplinesFront;
protected:
- // Create a Object-Specific ViewObjectContact, set ViewContact and
+ // Create an Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something. Default is to create
// a standard ViewObjectContact containing the given ObjectContact and *this
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
diff --git a/svx/inc/sdr/contact/viewobjectcontactofe3d.hxx b/svx/inc/sdr/contact/viewobjectcontactofe3d.hxx
index 9a50c59fa7d1..aa8ba3b475fd 100644
--- a/svx/inc/sdr/contact/viewobjectcontactofe3d.hxx
+++ b/svx/inc/sdr/contact/viewobjectcontactofe3d.hxx
@@ -45,7 +45,7 @@ namespace sdr
// This method will not handle included hierarchies and not check geometric visibility.
drawinglayer::primitive3d::Primitive3DContainer createPrimitive3DContainer(const DisplayInfo& rDisplayInfo) const;
- // also override the 2d method to deliver a 2d object with embedd3d 3d and the 3d transformation which is able to
+ // also override the 2d method to deliver a 2d object with embedded 3d and the 3d transformation which is able to
// answer the get2DRange question accordingly
virtual drawinglayer::primitive2d::Primitive2DContainer createPrimitive2DSequence(const DisplayInfo& rDisplayInfo) const override;