summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 12:17:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 10:59:53 +0000
commit9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (patch)
tree633f51fcef822ad4cf4b00688dcfa66e962c6d1d /svx
parent6149c5c8352d1e5c45568b5551539175f5305d4d (diff)
Fix typos
Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41 Reviewed-on: https://gerrit.libreoffice.org/16295 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/properties/measureproperties.cxx2
-rw-r--r--svx/source/unodraw/unoshape.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/properties/measureproperties.cxx b/svx/source/sdr/properties/measureproperties.cxx
index 13bf60501787..b408b7ec5990 100644
--- a/svx/source/sdr/properties/measureproperties.cxx
+++ b/svx/source/sdr/properties/measureproperties.cxx
@@ -106,7 +106,7 @@ namespace sdr
GetObjectItemSet();
//#71958# by default, the show units Bool-Item is set as hard
- // attribute to sal_True to aviod confusion when copying SdrMeasureObj's
+ // attribute to sal_True to avoid confusion when copying SdrMeasureObj's
// from one application to another
mpItemSet->Put(makeSdrMeasureShowUnitItem(true));
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index f516aaf6d61d..319678a06ed8 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -1206,7 +1206,7 @@ void SAL_CALL SvxShape::setSize( const awt::Size& rSize )
if( mpObj.is() && mpModel)
{
// #i123539# optimization for 3D chart object generation: do not use UNO
- // API commmands to get the range, this is too expensive since for 3D
+ // API commands to get the range, this is too expensive since for 3D
// scenes it may recalculate the whole scene since in AOO this depends
// on the contained geometry (layouted to show all content)
const bool b3DConstruction(dynamic_cast< E3dObject* >(mpObj.get()) && mpModel->isLocked());