Kaydet (Commit) c93603b2 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Christian Lohmaier

Fix typos

Change-Id: Ia3590ef4fd38f1a71badefb867117a1c08a591c6
Reviewed-on: https://gerrit.libreoffice.org/54569Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
üst 0ad7226a
...@@ -238,7 +238,7 @@ sal_Bool SAL_CALL SVGFilter::filter( const Sequence< PropertyValue >& rDescripto ...@@ -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, // 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 // in comparison. Use a common scaling factor for hor/ver to not get
// asynchronous border distances, though. All in all this will adapt borders // asynchronous border distances, though. All in all this will adapt borders
// nicely and is based on office-defaults for standard-page-border-sizes. // nicely and is based on office-defaults for standard-page-border-sizes.
......
...@@ -354,7 +354,7 @@ public: ...@@ -354,7 +354,7 @@ public:
css::uno::Reference<css::text::XTextRange> const& xInsertPosition); css::uno::Reference<css::text::XTextRange> const& xInsertPosition);
bool ExportTo( SfxMedium &rMedium ); 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 PrepareForSigning(weld::Window* pDialogParent);
bool CheckIsReadonly(bool bSignScriptingContent); bool CheckIsReadonly(bool bSignScriptingContent);
void AfterSigning(bool bSignSuccess, bool bSignScriptingContent); void AfterSigning(bool bSignSuccess, bool bSignScriptingContent);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment