[Libreoffice-commits] core.git: filter/source include/sfx2
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Jun 22 19:30:57 UTC 2018
filter/source/svg/svgfilter.cxx | 2 +-
include/sfx2/objsh.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c93603b2d154f99f3af088e1a7bedff5a73d5ae8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Jun 18 21:47:12 2018 +0200
Fix typos
Change-Id: Ia3590ef4fd38f1a71badefb867117a1c08a591c6
Reviewed-on: https://gerrit.libreoffice.org/54569
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
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.
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index d04758567c80..b5e5fb0b498d 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -354,7 +354,7 @@ public:
css::uno::Reference<css::text::XTextRange> const& xInsertPosition);
bool ExportTo( SfxMedium &rMedium );
- /** Returns to if preparing was succesful, else false. */
+ /** Returns to if preparing was successful, else false. */
bool PrepareForSigning(weld::Window* pDialogParent);
bool CheckIsReadonly(bool bSignScriptingContent);
void AfterSigning(bool bSignSuccess, bool bSignScriptingContent);
More information about the Libreoffice-commits
mailing list