diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-17 23:18:09 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 23:39:34 +0200 |
commit | 73ed7a5179df6543fd3b34d82b5feb9b7277b688 (patch) | |
tree | 4fe18c7b745ddaacc0ae1007fafef90efb5fd210 /svx | |
parent | c7d324a4cb236426849c52005d95a43f1d0c2c1d (diff) |
Fix typos
Change-Id: Ia11646ac8f2f57225a1cf37725c5e0742a8489d9
Reviewed-on: https://gerrit.libreoffice.org/57605
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/properties/attributeproperties.cxx | 4 | ||||
-rw-r--r-- | svx/source/unodraw/unoshap2.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sdr/properties/attributeproperties.cxx b/svx/source/sdr/properties/attributeproperties.cxx index ebd3f8c14780..ae498d03803c 100644 --- a/svx/source/sdr/properties/attributeproperties.cxx +++ b/svx/source/sdr/properties/attributeproperties.cxx @@ -187,11 +187,11 @@ namespace sdr // be the case already (SdrModel::Merge and SdDrawDocument::InsertBookmarkAsPage // have already cloned the StyleSheets to the target-SdrModel when used in Draw/impress). // If none is found, ImpGetDefaultStyleSheet will be used to set a 'default' - // StyleSheet as StyleSheet implicitely later (that's what happened in the task, + // StyleSheet as StyleSheet implicitly later (that's what happened in the task, // thus the FillStyle changed to the 'default' Blue). // Note: It *may* be necessary to do more for StyleSheets, e.g. clone/copy the // StyleSheet Hierarchy from the source SdrModel and/or add the Items from there - // as hard attibutes. If needed, have a look at the older AttributeProperties::SetModel + // as hard attributes. If needed, have a look at the older AttributeProperties::SetModel // implementation from e.g. libreoffice-6-0. SfxStyleSheetBasePool* pTargetStyleSheetPool(rObj.getSdrModelFromSdrObject().GetStyleSheetPool()); diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx index 4aad6e1ec6ee..20040a4ec4f4 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -208,7 +208,7 @@ void SvxShapeGroup::addUnoShape( const uno::Reference< drawing::XShape >& xShape // pSdrShape->SetModel(GetSdrObject()->GetModel()); // #85922# It makes no sense to set the layer asked - // from the group object since these is an iteration + // from the group object since this is an iteration // over the contained objects. In consequence, this // statement erases all layer information from the draw // objects. Layers need to be set at draw objects directly |