summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-04 20:20:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-05 10:44:41 +0200
commit9d787ac8ee3b336d620fbec2cd3cba16a1f2f30a (patch)
tree5d3640601c2a97cdf6522c5ff8bd282fa88698fb /svx
parent007fd868e398f51363a24aa24c244cb8096e0579 (diff)
Fix typos
Change-Id: I66d48c809b263835016571772ce2ee529c16b8f4 Reviewed-on: https://gerrit.libreoffice.org/76960 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/contact/viewcontactofsdrobj.cxx2
-rw-r--r--svx/source/sdr/contact/viewobjectcontact.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/contact/viewcontactofsdrobj.cxx b/svx/source/sdr/contact/viewcontactofsdrobj.cxx
index 497a4c5a4a89..a679d26474fc 100644
--- a/svx/source/sdr/contact/viewcontactofsdrobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrobj.cxx
@@ -37,7 +37,7 @@
namespace sdr { namespace contact {
-// Create a Object-Specific ViewObjectContact, set ViewContact and
+// Create an Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something.
ViewObjectContact& ViewContactOfSdrObj::CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact)
{
diff --git a/svx/source/sdr/contact/viewobjectcontact.cxx b/svx/source/sdr/contact/viewobjectcontact.cxx
index 197113cda630..d15ba27dd9f9 100644
--- a/svx/source/sdr/contact/viewobjectcontact.cxx
+++ b/svx/source/sdr/contact/viewobjectcontact.cxx
@@ -389,7 +389,7 @@ drawinglayer::primitive2d::Primitive2DContainer const & ViewObjectContact::getPr
// started doing so, but it just makes the code more complicated. For now,
// just allow re-creation of the PrimitiveSequence (and removing buffered
// decomposed content of it). May be optimized, though. OTOH it only happens
- // in calc which traditionally does not have a huge amout of DrawObjects anyways.
+ // in calc which traditionally does not have a huge amount of DrawObjects anyways.
const_cast< ViewObjectContact* >(this)->mxPrimitive2DSequence = drawinglayer::primitive2d::Primitive2DContainer { aEmbed };
const_cast< ViewObjectContact* >(this)->maObjectRange.transform(aTranslateGridOffset);
}