diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-06-05 20:46:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-05 21:29:27 +0200 |
commit | f60603a2d783af8ff3de1696795aab548ca8460b (patch) | |
tree | 5373a7cd48c0ad755aefc996be3596b70921d3f4 | |
parent | 09f38f4df1177768fbeefc31e6e73137b2784c49 (diff) |
typos
Change-Id: I3a28b5ce7464de724799997234925533d45f6121
Reviewed-on: https://gerrit.libreoffice.org/38420
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
5 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java b/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java index 3edfec18b37e..c8f6def18549 100644 --- a/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java +++ b/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java @@ -39,7 +39,7 @@ import com.sun.star.test.XSomethingB; import com.sun.star.uno.Type; // TestComponentB implements all necessary interfaces self, this is only -// for demonstration. More convenient is to use the impelmentation WeakBase or +// for demonstration. More convenient is to use the implementation WeakBase or // ComponentBase, see implementation of TestComponentA. public class TestComponentB implements XTypeProvider, XServiceInfo, XSomethingB { static final String __serviceName= "com.sun.star.test.SomethingB"; diff --git a/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java b/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java index d7a3940bc611..643dcda6425c 100644 --- a/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java +++ b/odk/examples/DevelopersGuide/Components/dialogcomponent/DialogComponent.java @@ -62,7 +62,7 @@ import com.sun.star.awt.Rectangle; import com.sun.star.test.XTestDialogHandler; // DialogComponent implements all necessary interfaces self, this is only -// for demonstration. More convenient is to use the impelmentation WeakBase or +// for demonstration. More convenient is to use the implementation WeakBase or // ComponentBase, see implementation of TestComponentA. public class DialogComponent { diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index ad3685869f9e..f1995e90b3a7 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -2638,7 +2638,7 @@ void DrawingML::WritePolyPolygon( const tools::PolyPolygon& rPolyPolygon ) const tools::Rectangle aRect( rPolyPolygon.GetBoundRect() ); - // Put all polygons of rPolyPolygon in the same path elemnt + // Put all polygons of rPolyPolygon in the same path element // to subtract the overlapped areas. mpFS->startElementNS( XML_a, XML_path, XML_w, I64S( aRect.GetWidth() ), diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 3a2a81ef06eb..41749131ace9 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -2642,7 +2642,7 @@ sal_Int32 PDFWriterImpl::emitStructure( PDFStructureElement& rEle ) { OSL_FAIL( "PDFWriterImpl::emitStructure: invalid child structure element" ); #if OSL_DEBUG_LEVEL > 1 - SAL_INFO("vcl.pdfwriter", "PDFWriterImpl::emitStructure: invalid child structure elemnt with id " << *it); + SAL_INFO("vcl.pdfwriter", "PDFWriterImpl::emitStructure: invalid child structure element with id " << *it); #endif } } @@ -12761,7 +12761,7 @@ void PDFWriterImpl::addInternalStructureContainer( PDFStructureElement& rEle ) { OSL_FAIL( "PDFWriterImpl::addInternalStructureContainer: invalid child structure element" ); #if OSL_DEBUG_LEVEL > 1 - SAL_INFO("vcl.pdfwriter", "PDFWriterImpl::addInternalStructureContainer: invalid child structure elemnt with id " << *it ); + SAL_INFO("vcl.pdfwriter", "PDFWriterImpl::addInternalStructureContainer: invalid child structure element with id " << *it ); #endif } } diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 16b9c4820853..10a0158ed0c3 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -3453,7 +3453,7 @@ void XMLTextParagraphExport::exportCharacterData(const OUString& rText, } // If the current character has to be exported as a special - // element, the elemnt will be exported now. + // element, the element will be exported now. if( bExpCharAsElement ) { switch( cChar ) |