filter/source/msfilter/escherex.cxx             |    2 +-
 filter/source/textfilterdetect/filterdetect.cxx |    2 +-
 sd/source/ui/animations/CustomAnimationPane.cxx |    2 +-
 vcl/win/dtrans/MtaOleClipb.cxx                  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8064d229e5e1eebf0dd2a92f77e39e532485e772
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 1 17:18:20 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 2 10:43:57 2022 +0100

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

diff --git a/filter/source/msfilter/escherex.cxx 
b/filter/source/msfilter/escherex.cxx
index b7ffd449cb22..9ea8ab91a7e0 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -2515,7 +2515,7 @@ bool EscherPropertyContainer::IsDefaultObject(
 {
     switch(eShapeType)
     {
-        // if the custom shape is not default shape of ppt, return sal_Fasle;
+        // if the custom shape is not default shape of ppt, return false;
         case mso_sptTearDrop:
             return false;
 
diff --git a/filter/source/textfilterdetect/filterdetect.cxx 
b/filter/source/textfilterdetect/filterdetect.cxx
index d852ef24c63e..0edbb1f4cc47 100644
--- a/filter/source/textfilterdetect/filterdetect.cxx
+++ b/filter/source/textfilterdetect/filterdetect.cxx
@@ -155,7 +155,7 @@ bool HandleEmptyFileUrlByExtension(MediaDescriptor& 
rMediaDesc, const OUString&
     std::shared_ptr<const SfxFilter> 
pFilter(SfxFilterMatcher().GetFilter4Extension(rExt, nMust));
     if (!pFilter)
     {
-        // retry without PREFFERED so we can find at least something for 
0-byte *.ods
+        // retry without PREFERRED so we can find at least something for 
0-byte *.ods
         nMust = SfxFilterFlags::IMPORT | SfxFilterFlags::EXPORT;
         pFilter = SfxFilterMatcher().GetFilter4Extension(rExt, nMust);
 
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx 
b/sd/source/ui/animations/CustomAnimationPane.cxx
index 0b317da19c3d..6004a5386b79 100644
--- a/sd/source/ui/animations/CustomAnimationPane.cxx
+++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -2459,7 +2459,7 @@ void CustomAnimationPane::onSelect()
         return;
 
     // tdf#145030 if nothing is selected in the effects list, leave the 
selection of
-    // objects in in the slide untouched
+    // objects in the slide untouched
     if (maListSelection.empty())
         return;
 
diff --git a/vcl/win/dtrans/MtaOleClipb.cxx b/vcl/win/dtrans/MtaOleClipb.cxx
index e0e08773e4a4..865025057dcc 100644
--- a/vcl/win/dtrans/MtaOleClipb.cxx
+++ b/vcl/win/dtrans/MtaOleClipb.cxx
@@ -482,7 +482,7 @@ HRESULT CMtaOleClipboard::onGetClipboard( LPSTREAM* 
ppStream )
     if ( SUCCEEDED( hr ) )
     {
         hr = MarshalIDataObjectInStream(pIDataObject.get(), ppStream);
-        OSL_ENSURE(SUCCEEDED(hr), "marshalling cliboard data object failed");
+        OSL_ENSURE(SUCCEEDED(hr), "marshalling clipboard data object failed");
     }
     return hr;
 }

Reply via email to