Kaydet (Commit) 7bd560f6 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Noel Grandin

Fix typos

Change-Id: I95fc63af11c336cde9f5bef908e1389c2fb56f02
Reviewed-on: https://gerrit.libreoffice.org/34823Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 0a850f3e
......@@ -26,7 +26,7 @@
namespace basegfx
{
/** Explicitely different from BasicRange, handling the inside predicates
/** Explicitly different from BasicRange, handling the inside predicates
differently.
This is modelled after how polygon fill algorithms set pixel -
......
......@@ -34,7 +34,7 @@ namespace drawinglayer
// primitives for HitTest functionality, the 3d decompositions produce
// an as much as possible simplified fill geometry encapsulated in this
// primtive when there is no fill geometry. Currently, the 3d hit test
// uses only areas, so maybe in a further enchanced version this will change
// uses only areas, so maybe in a further enhanced version this will change
// to 'if neither filled nor lines' creation criteria. The whole primitive
// decomposes to nothing, so no one not knowing it will be influenced. Only
// helper processors for hit test (and maybe BoundRect extractors) will
......
......@@ -218,7 +218,7 @@ public class _XCharacterClassification extends MultiMethodTest {
if (!res) {
log.println("FAILED for: language=" + languages[j] +
" ; country=" + countries[j]);
log.println("Sysmbol :" + toCheck.toCharArray()[i]);
log.println("Symbol :" + toCheck.toCharArray()[i]);
log.println("Gained: " + get);
log.println("Expected : " + expected[i]);
}
......
......@@ -222,8 +222,8 @@ inline void deleteTestFile( const ::rtl::OUString& filename )
if ( !isURL( filename ) )
::osl::FileBase::getFileURLFromSystemPath( filename, aPathURL ); //convert if not full qualified URL
nError = ::osl::File::setAttributes( aPathURL, osl_File_Attribute_GrpWrite| osl_File_Attribute_OwnWrite| osl_File_Attribute_OthWrite ); // if readonly, make writtenable.
CPPUNIT_ASSERT_MESSAGE( "In deleteTestFile Function: set writtenable ", ( ::osl::FileBase::E_None == nError ) || ( ::osl::FileBase::E_NOENT == nError ) );
nError = ::osl::File::setAttributes( aPathURL, osl_File_Attribute_GrpWrite| osl_File_Attribute_OwnWrite| osl_File_Attribute_OthWrite ); // if readonly, make writable.
CPPUNIT_ASSERT_MESSAGE( "In deleteTestFile Function: set writable ", ( ::osl::FileBase::E_None == nError ) || ( ::osl::FileBase::E_NOENT == nError ) );
nError = ::osl::File::remove( aPathURL );
CPPUNIT_ASSERT_MESSAGE( "In deleteTestFile Function: remove ", ( ::osl::FileBase::E_None == nError ) || ( nError == ::osl::FileBase::E_NOENT ) );
......@@ -1185,7 +1185,7 @@ namespace osl_FileBase
deleteTestFile( *pUStr_FileURL );
}
CPPUNIT_ASSERT_MESSAGE( "test for open and write access rights, in (W32), it did not have write access right, but it should be writtenable.",
CPPUNIT_ASSERT_MESSAGE( "test for open and write access rights, in (W32), it did not have write access right, but it should be writable.",
bOK );
}
......
......@@ -975,7 +975,7 @@ bool WW8AttributeOutput::StartURL( const OUString &rUrl, const OUString &rTarget
m_rWW8Export.OutputField( nullptr, ww::eHYPERLINK, sURL, FieldFlags::Start | FieldFlags::CmdStart );
// write the refence to the "picture" structure
// write the reference to the "picture" structure
sal_uLong nDataStt = m_rWW8Export.pDataStrm->Tell();
m_rWW8Export.m_pChpPlc->AppendFkpEntry( m_rWW8Export.Strm().Tell() );
......
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