diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 16:28:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 23:38:57 +0200 |
commit | e1328b89fa87cbb333c096bf229a810317f25bc3 (patch) | |
tree | b6a784be4261b559f42e7e741685641960c39a78 /include | |
parent | 2a1e975f4fa67162f3c7b37939fa0a3b771376f5 (diff) |
Fix typos
Change-Id: If0d8f4033d9bc20f521d33d732fb349f0df5eeef
Reviewed-on: https://gerrit.libreoffice.org/57822
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdglev.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/interceptedinteraction.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdglev.hxx b/include/svx/svdglev.hxx index be365e368c7e..e0261b7c0708 100644 --- a/include/svx/svdglev.hxx +++ b/include/svx/svdglev.hxx @@ -59,7 +59,7 @@ public: TriState IsMarkedGluePointsPercent() const; void SetMarkedGluePointsPercent(bool bOn); - // bVert=FALSE: check/set hotizontal alignment + // bVert=FALSE: check/set horizontal alignment // SdrAlign::HORZ_CENTER // SdrAlign::HORZ_LEFT // SdrAlign::HORZ_RIGHT diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx index fc34fb1f4d15..56e29c9cecd1 100644 --- a/include/ucbhelper/interceptedinteraction.hxx +++ b/include/ucbhelper/interceptedinteraction.hxx @@ -260,8 +260,8 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper @param xRequest the interaction request, which should be intercepted. - @return A identifier, which inidicates if the request was intercepted, - the continuation was found and selected ... or not. + @return A identifier, which indicates if the request was intercepted, + the continuation was found and selected... or not. */ UCBHELPER_DLLPRIVATE EInterceptionState impl_interceptRequest(const css::uno::Reference< css::task::XInteractionRequest >& xRequest); }; |