include/svx/diagram/datamodel.hxx          |    6 +++---
 oox/source/drawingml/diagram/datamodel.cxx |    2 +-
 oox/source/helper/propertymap.cxx          |    2 +-
 wizards/source/scriptforge/SF_Utils.xba    |    4 ++--
 writerfilter/source/dmapper/SdtHelper.hxx  |    2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 0fafd7ff653e26ccafc5067d1387d72239de8d3f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Apr 5 22:00:33 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Apr 5 23:44:14 2022 +0200

    Fix typos
    
    Change-Id: Idcb10d0cc0759473e95e47afec7ed69853628612
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132587
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/include/svx/diagram/datamodel.hxx 
b/include/svx/diagram/datamodel.hxx
index 1ad52b060d9e..d585ea8ff2bc 100644
--- a/include/svx/diagram/datamodel.hxx
+++ b/include/svx/diagram/datamodel.hxx
@@ -69,9 +69,9 @@ struct SVXCORE_DLLPUBLIC Connection
 
 typedef std::vector< Connection > Connections;
 
-/** Text and properies for a point
+/** Text and properties for a point
  * For proof of concept to make TextData available in svx level this
- * is in a first run pretty simple, but may need to be extended accodingly
+ * is in a first run pretty simple, but may need to be extended accordingly
  * up to similar data as in oox::drawingml::TextBody. Pls have a look at
  * secureDataFromShapeToModelAfterDiagramImport() resp.
  * restoreDataFromModelToShapeAfterReCreation() on it's usage/purpose
@@ -158,7 +158,7 @@ public:
     typedef std::map< OUString, std::map<sal_Int32, SourceIdAndDepth > > 
StringMap;
 
 protected:
-    // Make constructor protected to signal that this anyways pure virtual 
class
+    // Make constructor protected to signal that this anyway pure virtual class
     // shall not be incarnated - target to use is oox::drawingml::DiagramData
     DiagramData();
 
diff --git a/oox/source/drawingml/diagram/datamodel.cxx 
b/oox/source/drawingml/diagram/datamodel.cxx
index 30d7e2bb5f40..394266ae123d 100644
--- a/oox/source/drawingml/diagram/datamodel.cxx
+++ b/oox/source/drawingml/diagram/datamodel.cxx
@@ -107,7 +107,7 @@ void 
DiagramData::secureDataFromShapeToModelAfterDiagramImport()
             // imported one. Report differences to allow extending the 
mechanism
             // more easily.
 #ifdef DBG_UTIL
-            // The oiginal is pShapeCandidate, re-create potential new 
oox::drawingml::Shape
+            // The original is pShapeCandidate, re-create potential new 
oox::drawingml::Shape
             // as aNew to be able to compare these
             ShapePtr aNew(std::make_shared<Shape>());
             restoreDataFromModelToShapeAfterReCreation(point, *aNew);
diff --git a/oox/source/helper/propertymap.cxx 
b/oox/source/helper/propertymap.cxx
index 608614441b21..232f4ee9fba9 100644
--- a/oox/source/helper/propertymap.cxx
+++ b/oox/source/helper/propertymap.cxx
@@ -228,7 +228,7 @@ sal_Int32 PropertyMap::getPropertyId( std::u16string_view 
sPropName )
 {
     // This may use a std::map to get faster from String to ID in the
     // future, inside the [0..PROP_COUNT[ entries. Since it is currently
-    // only used for Diagram re-creation I opted fo less mem usage here
+    // only used for Diagram re-creation I opted for less memory usage here
     if(sPropName.empty())
         return -1;
 
diff --git a/wizards/source/scriptforge/SF_Utils.xba 
b/wizards/source/scriptforge/SF_Utils.xba
index 127329c7e78b..5dbe667a52f0 100644
--- a/wizards/source/scriptforge/SF_Utils.xba
+++ b/wizards/source/scriptforge/SF_Utils.xba
@@ -1047,7 +1047,7 @@ Public Function _VarTypeObj(ByRef pvValue As Variant) As 
Object
 &apos;&apos;&apos;             V_UNOOBJECT             Uno object or Uno 
structure
 &apos;&apos;&apos;             V_SFOBJECT              ScriptForge object: has 
ObjectType and ServiceName properties
 &apos;&apos;&apos;             V_BASICOBJECT   User Basic object
-&apos;&apos;&apos;     coupled withe object type as a string 
(&quot;com.sun.star...&quot; or &quot;SF_...&quot; or &quot;... ScriptForge 
class ...&quot;)
+&apos;&apos;&apos;     coupled with object type as a string 
(&quot;com.sun.star...&quot; or &quot;SF_...&quot; or &quot;... ScriptForge 
class ...&quot;)
 &apos;&apos;&apos;     When the argument is not an Object, return the usual 
VarType() of the argument
 
 Dim oObjDesc As _ObjectDescriptor      &apos;  Return value
@@ -1107,4 +1107,4 @@ Finally:
 End Function   &apos;  ScriptForge.SF_Utils._VarTypeObj
 
 REM ================================================= END OF 
SCRIPTFORGE.SF_UTILS
-</script:module>
\ No newline at end of file
+</script:module>
diff --git a/writerfilter/source/dmapper/SdtHelper.hxx 
b/writerfilter/source/dmapper/SdtHelper.hxx
index 54e083ee8df2..d898aee8ed72 100644
--- a/writerfilter/source/dmapper/SdtHelper.hxx
+++ b/writerfilter/source/dmapper/SdtHelper.hxx
@@ -102,7 +102,7 @@ class SdtHelper final : public virtual SvRefBase
 
     void loadPropertiesXMLs();
 
-    /// Clear all collected attributes for futher reuse
+    /// Clear all collected attributes for further reuse
     void clear();
 
 public:

Reply via email to