[Libreoffice-commits] core.git: sal/qa svx/source xmloff/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 10 05:35:33 UTC 2018


 sal/qa/osl/file/osl_File.cxx                    |    2 +-
 svx/source/sdr/contact/viewcontactofgraphic.cxx |    2 +-
 xmloff/source/text/txtvfldi.cxx                 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 23178c0c3e2a9240d965ef8836e085000617fad3
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 9 22:37:13 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 10 07:35:04 2018 +0200

    Fix typos
    
    Change-Id: I98d9120160fb652cae490513765670f447cf5911
    Reviewed-on: https://gerrit.libreoffice.org/58791
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 5027f934c084..e022f02bcb84 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -1609,7 +1609,7 @@ namespace osl_FileStatus
             nError1 = xDir->getNextItem(m_aItem_2);
             CPPUNIT_ASSERT_EQUAL_MESSAGE("get second item failed!", osl::FileBase::E_None, nError1);
             xDir->close();
-            // FIXME mindy: failed on my RH9,so removed temporaly
+            // FIXME mindy: failed on my RH9, so removed temporarily
             // nError1 = DirectoryItem::get(aVolURL2, m_aVolumeItem);
             // CPPUNIT_ASSERT_MESSAGE("get volume item failed!", osl::FileBase::E_None == nError1);
         }
diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx
index dcb7f0b90d0f..942512100f26 100644
--- a/svx/source/sdr/contact/viewcontactofgraphic.cxx
+++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx
@@ -367,7 +367,7 @@ namespace sdr
             else if(visualisationUsesDraft())
             {
                 // #i102380# The graphic is swapped out. To not force a swap-in here, there is a mechanism
-                // which shows a swapped-out-visualisation (which gets created here now) and an asynchronious
+                // which shows a swapped-out-visualisation (which gets created here now) and an asynchronous
                 // visual update mechanism for swapped-out graphics when they were loaded (see AsynchGraphicLoadingEvent
                 // and ViewObjectContactOfGraphic implementation). Not forcing the swap-in here allows faster
                 // (non-blocking) processing here and thus in the effect e.g. fast scrolling through pages
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx
index 78c9780bf6dc..52d61d70276d 100644
--- a/xmloff/source/text/txtvfldi.cxx
+++ b/xmloff/source/text/txtvfldi.cxx
@@ -644,7 +644,7 @@ void XMLTableFormulaImportContext::PrepareField(
 // Should be adapted to XMLVarField-/XMLSetVarFieldImportContext scheme!
 
 
-// declaration containter import (<variable/user-field/sequence-decls>)
+// declaration container import (<variable/user-field/sequence-decls>)
 
 
 XMLVariableDeclsImportContext::XMLVariableDeclsImportContext(


More information about the Libreoffice-commits mailing list