Kaydet (Commit) 23178c0c authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I98d9120160fb652cae490513765670f447cf5911
Reviewed-on: https://gerrit.libreoffice.org/58791Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst c958f52b
......@@ -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);
}
......
......@@ -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
......
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment