diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:55:09 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 07:56:09 +0000 |
commit | 1616565f1232f31d1e0fa2a3316d63eadd8e0e28 (patch) | |
tree | 8467a5f2a0c2b9d6c3a5af8753d56e6bc6b3a8ee /include/svx/sdr | |
parent | ba50da44888281c4f0c7fac5effd6d82d154455c (diff) |
Fix typos
Change-Id: If877778a98d8f06f6f596b4c186d9c4cf5c33438
Reviewed-on: https://gerrit.libreoffice.org/18957
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx/sdr')
-rw-r--r-- | include/svx/sdr/contact/viewobjectcontact.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdr/contact/viewobjectcontact.hxx b/include/svx/sdr/contact/viewobjectcontact.hxx index fec1dfe34a02..0a48efffa9e8 100644 --- a/include/svx/sdr/contact/viewobjectcontact.hxx +++ b/include/svx/sdr/contact/viewobjectcontact.hxx @@ -91,7 +91,7 @@ public: // access to ViewContact ViewContact& GetViewContact() const { return mrViewContact; } - // get the oebject's size range + // get the object size range const basegfx::B2DRange& getObjectRange() const; // React on changes of the object of this ViewContact |