From aade27554d427649810f5635133519cadfa8002f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 22 Jun 2015 14:31:42 +0200 Subject: Fix typos Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sdext/source/pdfimport/tree/writertreevisiting.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext') diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx b/sdext/source/pdfimport/tree/writertreevisiting.cxx index 93c917a475ad..09ac95135f7b 100644 --- a/sdext/source/pdfimport/tree/writertreevisiting.cxx +++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx @@ -655,7 +655,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 paragr aph + * - at least linheight above the next paragraph * * indicators for a footer likewise: * - single line paragraph at bottom of page (inside 15% page height) -- cgit