framework/source/dispatch/interceptionhelper.cxx |    2 +-
 include/svx/sdr/animation/animationstate.hxx     |    2 +-
 include/svx/xdash.hxx                            |    2 +-
 svx/source/xoutdev/xattr.cxx                     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 75b410f1292fc9f794984583f734260e8a0378c6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 14 13:46:04 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jul 15 09:44:58 2022 +0200

    Fix typo "vetor"->"vector"
    
    Change-Id: Ie706797e1bda4d1cd279fa68e93fb15beabb6a2e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137077
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/framework/source/dispatch/interceptionhelper.cxx 
b/framework/source/dispatch/interceptionhelper.cxx
index 57ab28ee4fa1..2fe3933bf7dd 100644
--- a/framework/source/dispatch/interceptionhelper.cxx
+++ b/framework/source/dispatch/interceptionhelper.cxx
@@ -235,7 +235,7 @@ void SAL_CALL InterceptionHelper::disposing(const 
css::lang::EventObject& aEvent
 
     // We need a full copy of all currently registered interceptor objects.
     // Otherwise we can't iterate over this vector without the risk, that our 
iterator will be invalid.
-    // Because this vetor will be influenced by every deregistered interceptor.
+    // Because this vector will be influenced by every deregistered 
interceptor.
     InterceptionHelper::InterceptorList aCopy = m_lInterceptionRegs;
 
     aReadLock.clear();
diff --git a/include/svx/sdr/animation/animationstate.hxx 
b/include/svx/sdr/animation/animationstate.hxx
index 92878897e072..a2e079725df3 100644
--- a/include/svx/sdr/animation/animationstate.hxx
+++ b/include/svx/sdr/animation/animationstate.hxx
@@ -33,7 +33,7 @@ namespace sdr::animation
             // the animated VOC
             sdr::contact::ViewObjectContact&                    mrVOContact;
 
-            // the vetor of animated primitives
+            // the vector of animated primitives
             drawinglayer::primitive2d::Primitive2DContainer      
maAnimatedPrimitives;
 
             // local helpers
diff --git a/include/svx/xdash.hxx b/include/svx/xdash.hxx
index e789830e2736..eef7d2f7fb2d 100644
--- a/include/svx/xdash.hxx
+++ b/include/svx/xdash.hxx
@@ -60,7 +60,7 @@ public:
 
     // XDash is translated into an array of doubles which describe the lengths 
of the
     // dashes, dots and empty passages. It returns the complete length of the 
full DashDot
-    // sequence and fills the given vetor of doubles accordingly (also 
resizing, so deleting it).
+    // sequence and fills the given vector of doubles accordingly (also 
resizing, so deleting it).
     double CreateDotDashArray(::std::vector< double >& rDotDashArray, double 
fLineWidth) const;
 };
 
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index aceba42bbb61..7d8c1395e584 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -434,7 +434,7 @@ bool XDash::operator==(const XDash& rDash) const
 
 // XDash is translated into an array of doubles which describe the lengths of 
the
 // dashes, dots and empty passages. It returns the complete length of the full 
DashDot
-// sequence and fills the given vetor of doubles accordingly (also resizing, 
so deleting it).
+// sequence and fills the given vector of doubles accordingly (also resizing, 
so deleting it).
 const double SMALLEST_DASH_WIDTH(26.95);
 
 double XDash::CreateDotDashArray(::std::vector< double >& rDotDashArray, 
double fLineWidth) const

Reply via email to