diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-10 15:05:25 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-12 11:04:11 +0000 |
commit | da40cac540e7d735edbe9069b3c8ec6af4530208 (patch) | |
tree | f2abda7281129e13f588c77b18780a7090c8405f /include/comphelper | |
parent | bb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff) |
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/accessiblewrapper.hxx | 2 | ||||
-rw-r--r-- | include/comphelper/implbase_var.hxx | 2 | ||||
-rw-r--r-- | include/comphelper/storagehelper.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx index 26a81bfa167e..ab2c5c83dcc1 100644 --- a/include/comphelper/accessiblewrapper.hxx +++ b/include/comphelper/accessiblewrapper.hxx @@ -217,7 +217,7 @@ namespace comphelper // own overridables /** notify an accessible event which has been translated (if necessary) - <p>Usually, you derive your clas from both OAccessibleContextWrapperHelper and XAccessibleEventBroadcaster, + <p>Usually, you derive your class from both OAccessibleContextWrapperHelper and XAccessibleEventBroadcaster, and simply call all your XAccessibleEventListener with the given event.</p> <p>The mutex of the BroadcastHelper passed to the instance's ctor is <em>not</em> locked when calling diff --git a/include/comphelper/implbase_var.hxx b/include/comphelper/implbase_var.hxx index dd9f8b9f48c9..cc771b337aee 100644 --- a/include/comphelper/implbase_var.hxx +++ b/include/comphelper/implbase_var.hxx @@ -169,7 +169,7 @@ public: ::com::sun::star::lang::XTypeProvider and ::com::sun::star::uno::XInterface which supports weak mechanism to be held weakly - (supporting ::com::sun::star::uno::XWeak thru ::cppu::OWeakObject). + (supporting ::com::sun::star::uno::XWeak through ::cppu::OWeakObject). @derive Inherit from this class giving your interface(s) to be implemented as diff --git a/include/comphelper/storagehelper.hxx b/include/comphelper/storagehelper.hxx index 35255ada5185..8c10a4fd7ce4 100644 --- a/include/comphelper/storagehelper.hxx +++ b/include/comphelper/storagehelper.hxx @@ -179,7 +179,7 @@ public: static bool PathHasSegment( const OUString& aPath, const OUString& aSegment ); - // Methods to allow easy use of hierachical names inside storages + // Methods to allow easy use of hierarchical names inside storages static ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > GetStorageAtPath( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > &xStorage, |