summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-11 08:39:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-11 11:53:45 +0100
commitb9b7f98befb722e59bd84bc9975a4ec381616abc (patch)
tree5e7f74bd990a3aec06bdd50f77826f56ab195edc /extensions
parentcppCheck redundantAssignment variable bUseCustomLabel (diff)
downloadcore-b9b7f98befb722e59bd84bc9975a4ec381616abc.tar.gz
core-b9b7f98befb722e59bd84bc9975a4ec381616abc.zip
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.cxx2
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)