summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 12:48:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 11:12:56 +0000
commitb958eae8eb4387a469802aa0b9ff1ebf63151f7f (patch)
treecbadc4459472318c62ff3d907644404e047b99f1 /sdext
parent2e9fe260149911a8a906e059a6025892af8e9a64 (diff)
Fix typos
Change-Id: I35d4a7648566105b176eb39f6a1db44ca91d4f4c Reviewed-on: https://gerrit.libreoffice.org/35643 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/tree/writertreevisiting.cxx4
-rw-r--r--sdext/source/presenter/PresenterNotesView.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx b/sdext/source/pdfimport/tree/writertreevisiting.cxx
index e778ff2cf224..591920e18613 100644
--- a/sdext/source/pdfimport/tree/writertreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx
@@ -663,7 +663,7 @@ void WriterXmlOptimizer::checkHeaderAndFooter( PageElement& rElem )
{
/* indicators for a header:
* - single line paragrah at top of page ( inside 15% page height)
- * - at least linheight above the next paragraph
+ * - at least lineheight above the next paragraph
*
* indicators for a footer likewise:
* - single line paragraph at bottom of page (inside 15% page height)
@@ -1099,7 +1099,7 @@ void WriterXmlFinalizer::visit( PageElement& elem, const std::list< Element* >::
elem.BottomMargin = 0;
elem.LeftMargin = elem.w;
elem.RightMargin = 0;
- // first element should be a paragraphy
+ // first element should be a paragraph
ParagraphElement* pFirstPara = nullptr;
for( std::list< Element* >::const_iterator it = elem.Children.begin(); it != elem.Children.end(); ++it )
{
diff --git a/sdext/source/presenter/PresenterNotesView.hxx b/sdext/source/presenter/PresenterNotesView.hxx
index 57aa2d044241..d3f0e7ee3b24 100644
--- a/sdext/source/presenter/PresenterNotesView.hxx
+++ b/sdext/source/presenter/PresenterNotesView.hxx
@@ -73,7 +73,7 @@ public:
virtual void SAL_CALL disposing() override;
/** Typically called from setCurrentSlide() with the notes page that is
- associeted with the slide given to setCurrentSlide().
+ associated with the slide given to setCurrentSlide().
Iterates over all text shapes on the given notes page and displays
the concatenated text of these.