diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-25 12:43:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-25 14:15:13 +0200 |
commit | 191dda3eca5518aa866ddada48bc8465c8aba1ba (patch) | |
tree | dc3abfe4a89422bdbb8f6bd287e1a0dae045894f /shell | |
parent | b4fc996520b47a6212661a9de3a1c72ccfc379a4 (diff) |
Fix typo
Change-Id: Id6f7bf29ff957455bfb2e1687a285a45529b77a0
Reviewed-on: https://gerrit.libreoffice.org/60966
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/spsupp/COMOpenDocuments.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/spsupp/COMOpenDocuments.cxx b/shell/source/win32/spsupp/COMOpenDocuments.cxx index c4818263b832..68940e016147 100644 --- a/shell/source/win32/spsupp/COMOpenDocuments.cxx +++ b/shell/source/win32/spsupp/COMOpenDocuments.cxx @@ -313,7 +313,7 @@ STDMETHODIMP COMOpenDocuments::CreateNewDocument2( return hr; } -// Used with the OpenDocuments.CreateNewDocument2 Method method to determine +// Used with the OpenDocuments.CreateNewDocument2 method to determine // whether the security dialog box that appears when a document is opened has already appeared // // If the PromptedOnLastOpen method returns true, the window containing the document library view |