diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-11 08:39:26 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-11 11:53:45 +0100 |
commit | b9b7f98befb722e59bd84bc9975a4ec381616abc (patch) | |
tree | 5e7f74bd990a3aec06bdd50f77826f56ab195edc /extensions | |
parent | 8a5a56ebfef298241daf598d7c417aef466e3ec7 (diff) |
Removed repeated semicolon
Change-Id: Iefc820a4c4bb87fe113f97b085d8e89f30ff2db5
Reviewed-on: https://gerrit.libreoffice.org/63261
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 40c97ddac4f6..8897f0c5644f 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -896,7 +896,7 @@ HRESULT STDMETHODCALLTYPE CXTypeInfo::GetDocumentation(MEMBERID memid, } } if (pBstrDocString) - *pBstrDocString = SysAllocString(L"");; + *pBstrDocString = SysAllocString(L""); if (pdwHelpContext) *pdwHelpContext = 0; if (pBstrHelpFile) |