diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-15 09:05:43 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-16 14:23:52 +0100 |
commit | f0b857310dd564356a6ff7854bdc42cb677989f9 (patch) | |
tree | 701b4f99e1e74d45f631b3a0906881c25bf57bb4 /shell/source | |
parent | ecd855794b22c0f7e6fb2f362b566c4d9c5f624a (diff) |
Fix typos
Change-Id: Ia976371bf52eb1216d8abe728d80bbb87a3c38a2
Reviewed-on: https://gerrit.libreoffice.org/47858
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx index 4443287f736c..318b048c7335 100644 --- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx +++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx @@ -644,7 +644,7 @@ SCODE STDMETHODCALLTYPE COooFilter::Load(IStream *pStm) //M------------------------------------------------------------------------- // Method: COooFilter::GetSizeMax (IPersistStream::GetSizeMax) -// Summary: Returns the size in bytes of the stream neede to save the object. +// Summary: Returns the size in bytes of the stream needed to save the object. // Arguments: pcbSize // [out] Pointer to a 64 bit unsigned int indicating the size needed // Returns: E_NOTIMPL |