summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-07 16:21:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-07 23:08:59 +0200
commit255d7e562c729ed113336d635326cb84d98b8f4e (patch)
treedec852a77c8a5220ebcb4d4e82e4a36ba3ad618e /svx
parent621580eda6361c5a9f949ad7a16691abf632e370 (diff)
Fix typos
Change-Id: Ic28a1cdc779af9438555acd3bf85312e5e244fe6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100336 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/engine3d/view3d.cxx2
-rw-r--r--svx/source/svdraw/svdhdl.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx
index 78bc1dd15521..2a03587f1fe2 100644
--- a/svx/source/engine3d/view3d.cxx
+++ b/svx/source/engine3d/view3d.cxx
@@ -712,7 +712,7 @@ void E3dView::ImpCreateSingle3DObjectFlat(E3dScene* pScene, SdrObject* pObj, boo
// line style turned off
aSet.Put(XLineStyleItem(drawing::LineStyle_NONE));
- //Determining if FILL_Attribut is set.
+ //Determining if FILL_Attribute is set.
if(!pPath->IsClosed() || eFillStyle == drawing::FillStyle_NONE)
{
// This SdrPathObj is not filled, leave the front and rear face out.
diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx
index bbd2926d36ab..f16f73346c1e 100644
--- a/svx/source/svdraw/svdhdl.cxx
+++ b/svx/source/svdraw/svdhdl.cxx
@@ -369,7 +369,7 @@ void SdrHdl::SetHdlList(SdrHdlList* pList)
// remember list
pHdlList = pList;
- // now its possible to create graphic representation
+ // now it's possible to create graphic representation
Touch();
}
}