summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-18 21:47:12 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-06-22 21:30:31 +0200
commitc93603b2d154f99f3af088e1a7bedff5a73d5ae8 (patch)
tree1f0b89b29254ee28fb5a90deb4c9a4f2ebe795b2 /filter
parent0ad7226aee21cc6dbb30d061d76491b01e39de66 (diff)
Fix typos
Change-Id: Ia3590ef4fd38f1a71badefb867117a1c08a591c6 Reviewed-on: https://gerrit.libreoffice.org/54569 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx
index b143bfef55cc..5b07968c738a 100644
--- a/filter/source/svg/svgfilter.cxx
+++ b/filter/source/svg/svgfilter.cxx
@@ -238,7 +238,7 @@ sal_Bool SAL_CALL SVGFilter::filter( const Sequence< PropertyValue >& rDescripto
}
// Based on GraphicSize, set size of Page. Do not forget to adapt PageBorders,
- // but interpret them relative to PageSize so that they do not 'expolde/shrink'
+ // but interpret them relative to PageSize so that they do not 'explode/shrink'
// in comparison. Use a common scaling factor for hor/ver to not get
// asynchronous border distances, though. All in all this will adapt borders
// nicely and is based on office-defaults for standard-page-border-sizes.