diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-09 22:37:13 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-08-10 07:35:04 +0200 |
commit | 23178c0c3e2a9240d965ef8836e085000617fad3 (patch) | |
tree | ea4d680e039f631d39102dae50955a19adca4b3f | |
parent | c958f52b813d34baa9b5236bb34a08a04e6b0aba (diff) |
Fix typos
Change-Id: I98d9120160fb652cae490513765670f447cf5911
Reviewed-on: https://gerrit.libreoffice.org/58791
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | sal/qa/osl/file/osl_File.cxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/contact/viewcontactofgraphic.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/txtvfldi.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
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( |