summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 10:03:34 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:34:21 +0000
commit51d996354f11048d7759cd7e206a2383421c2c81 (patch)
tree4c34da7dbec966bcceb3477ac14c2eda1be2e84c /sdext
parentb068d9fb8d29e06ff652b1493605cea22a9199f3 (diff)
Fix typos
Change-Id: If5e709c9d6e3a4fbb568bdc261cccd214dd0cbd3 Reviewed-on: https://gerrit.libreoffice.org/34784 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/tree/writertreevisiting.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx b/sdext/source/pdfimport/tree/writertreevisiting.cxx
index 5184ea84668f..e778ff2cf224 100644
--- a/sdext/source/pdfimport/tree/writertreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx
@@ -964,7 +964,7 @@ void WriterXmlFinalizer::visit( ParagraphElement& elem, const std::list< Element
if( elem.Parent )
{
- // check for center alignement
+ // check for center alignment
// criterion: paragraph is small relative to parent and distributed around its center
double p_x = elem.Parent->x;
double p_w = elem.Parent->w;