diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 13:46:28 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 17:36:13 +0200 |
commit | c7ed73e52f01fd71eaf85ecc1faddfb9cf700d3a (patch) | |
tree | 44746d3ec762c78ed35eb1affdabfbb3b660e66f /include/svx/sdr | |
parent | 07fb0664fa81040cdb110d7d8848b937f1facc33 (diff) |
Fix typos
Change-Id: Ia7486fe6c110a4a7f53f1dac82dbff3a15405fd7
Reviewed-on: https://gerrit.libreoffice.org/75947
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/svx/sdr')
-rw-r--r-- | include/svx/sdr/contact/viewcontactofe3dscene.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/contact/viewcontactofe3dscene.hxx b/include/svx/sdr/contact/viewcontactofe3dscene.hxx index 0d8dc2a6d424..b27e7d1596da 100644 --- a/include/svx/sdr/contact/viewcontactofe3dscene.hxx +++ b/include/svx/sdr/contact/viewcontactofe3dscene.hxx @@ -68,7 +68,7 @@ public: basegfx::B3DRange getAllContentRange3D() const; 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/include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx b/include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx index 5652449d62e4..2039fc4a12a2 100644 --- a/include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx +++ b/include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx @@ -54,7 +54,7 @@ public: 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; |