diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 19:19:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-28 11:18:25 +0200 |
commit | 86900bd5e24e64e2d517c9c4229554a76ec4470c (patch) | |
tree | 766998abb29a628612ebec13c2da19479478cc6c /shell/source/win32 | |
parent | 486f997d257533b889bd5af4c85eb1e2f4c9c152 (diff) |
Fix typos
Change-Id: I1b3f858cf56f93fc72f1508322c00647e12a4c43
Reviewed-on: https://gerrit.libreoffice.org/76481
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'shell/source/win32')
-rw-r--r-- | shell/source/win32/ooofilereader/dummytag.hxx | 2 | ||||
-rw-r--r-- | shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/win32/ooofilereader/dummytag.hxx b/shell/source/win32/ooofilereader/dummytag.hxx index 9fdb3df1a4f8..ca16b5503e33 100644 --- a/shell/source/win32/ooofilereader/dummytag.hxx +++ b/shell/source/win32/ooofilereader/dummytag.hxx @@ -27,7 +27,7 @@ /** Implements the ITag interface but does nothing (Null object pattern), may be used for - tags we are not interessted in to avoid if-else + tags we are not interested in to avoid if-else branches. */ class CDummyTag : public ITag diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx index 0903124dee01..86558ee6e424 100644 --- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx +++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx @@ -449,7 +449,7 @@ static ::std::wstring GetMetaInfoNameFromPropertyId( ULONG ulPropID ) } //M------------------------------------------------------------------------- // Method: COooFilter::GetValue (IFilter::GetValue) -// Summary: Retrieves properites for index +// Summary: Retrieves properties for index // Arguments: ppPropValue // [out] Address that receives pointer to property value // Returns: FILTER_E_NO_VALUES |