diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-06-09 19:15:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-06-14 09:21:13 +0200 |
commit | ef08ba8f89c4a2ff911a82498993ef88b40f2b92 (patch) | |
tree | 536413d50affa7154f7290fd988169699df2f643 /include/svx | |
parent | 908efdab64b7b40aaf11798a5f3990bb09aee8f6 (diff) |
Fix typos
Change-Id: Ibe78c7164c989b7010ee96bbbd728218c58daad9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95961
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/signaturelinehelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/signaturelinehelper.hxx b/include/svx/signaturelinehelper.hxx index 0906d88ef095..70ddbfbf7905 100644 --- a/include/svx/signaturelinehelper.hxx +++ b/include/svx/signaturelinehelper.hxx @@ -50,7 +50,7 @@ getSignerName(const css::uno::Reference<css::security::XCertificate>& xCertifica SVX_DLLPUBLIC OUString getLocalizedDate(); /** - * Interprets rSVG as a graphic and gives back the resuling UNO wrapper. + * Interprets rSVG as a graphic and gives back the resulting UNO wrapper. */ SVX_DLLPUBLIC css::uno::Reference<css::graphic::XGraphic> importSVG(const OUString& rSVG); |