diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofgraphic.cxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx | 2 | ||||
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx index 10bd3e0122d9..4f07fea76ec5 100644 --- a/svx/source/sdr/contact/viewcontactofgraphic.cxx +++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx @@ -366,7 +366,7 @@ namespace sdr fShearX, fRotate, aObjectRange.getMinX(), aObjectRange.getMinY())); - // get the current, unchenged graphic obect from SdrGrafObj + // get the current, unchanged graphic object from SdrGrafObj const GraphicObject& rGraphicObject = GetGrafObject().GetGraphicObject(false); if(visualisationUsesPresObj()) diff --git a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx index 3d5e1c43fe81..4e119601f823 100644 --- a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx +++ b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx @@ -150,7 +150,7 @@ namespace sdr if(nXDist || nYDist) { - // #119750# create obect and shadow outline, clip shadow outline + // #119750# create object and shadow outline, clip shadow outline // on object outline. If there is a rest, create shadow. Do this to // emulate that shadow is *not* visible behind the object for // transparent object fill for comments in excel diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 94ceb4350359..85e0b784c0c4 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -4213,7 +4213,7 @@ uno::Any SvxItemPropertySet_getPropertyValue( const SfxItemPropertySimpleEntry* if(!pMap || !pMap->nWID) return uno::Any(); - // Check is for items that store either metric values if thei are positiv or percentage if thei are negativ. + // Check is for items that store either metric values if they are positive or percentage if they are negative. bool bDontConvertNegativeValues = ( pMap->nWID == XATTR_FILLBMP_SIZEX || pMap->nWID == XATTR_FILLBMP_SIZEY ); return SvxItemPropertySet::getPropertyValue( pMap, rSet, (pMap->nWID != SDRATTR_XMLATTRIBUTES), bDontConvertNegativeValues ); } |