summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 13:10:05 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 08:22:20 +0000
commit7bd560f6260a8474a67398e1b12831faf1751d1d (patch)
tree4a69fddf2630033df7415135806cb336856a83a7
parent0a850f3e15ef762f33688b11a07624ec2674caa1 (diff)
Fix typos
Change-Id: I95fc63af11c336cde9f5bef908e1389c2fb56f02 Reviewed-on: https://gerrit.libreoffice.org/34823 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--include/basegfx/range/basicbox.hxx2
-rw-r--r--include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx2
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java2
-rw-r--r--sal/qa/osl/file/osl_File.cxx6
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
5 files changed, 7 insertions, 7 deletions
diff --git a/include/basegfx/range/basicbox.hxx b/include/basegfx/range/basicbox.hxx
index c3d87e08136b..a4535b15cde3 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 ed481de8c68c..4ebe5508e8ab 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 aa2f4901e850..37d5efb9b5e3 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 fa97645940a8..8faad6e8c4d6 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 f44bd94ee2bb..0eb40164873d 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() );