[Libreoffice-commits] core.git: include/basegfx include/drawinglayer qadevOOo/tests sal/qa sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Mar 3 08:23:16 UTC 2017
include/basegfx/range/basicbox.hxx | 2 +-
include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx | 2 +-
qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java | 2 +-
sal/qa/osl/file/osl_File.cxx | 6 +++---
sw/source/filter/ww8/wrtw8nds.cxx | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 7bd560f6260a8474a67398e1b12831faf1751d1d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Mar 2 13:10:05 2017 +0100
Fix typos
Change-Id: I95fc63af11c336cde9f5bef908e1389c2fb56f02
Reviewed-on: https://gerrit.libreoffice.org/34823
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/include/basegfx/range/basicbox.hxx b/include/basegfx/range/basicbox.hxx
index c3d87e0..a4535b1 100644
--- a/include/basegfx/range/basicbox.hxx
+++ b/include/basegfx/range/basicbox.hxx
@@ -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 -
diff --git a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
index ed481de..4ebe550 100644
--- a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
@@ -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
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
index aa2f490..37d5efb 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
@@ -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]);
}
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index fa97645..8faad6e 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -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 );
}
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index f44bd94..0eb4016 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -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() );
More information about the Libreoffice-commits
mailing list