summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2019-05-16 07:49:46 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2019-05-16 10:21:42 +0200
commit04b055f111be7044bdd97865a8f0b11215b25191 (patch)
treeabb1daf69eeb0822b99c3b85a5e8e4e98e802c3a /shell
parent2dff4a4f63fc84b8ce82215f46e1575ed8d535a3 (diff)
Drop obsolete commented out debug output
Change-Id: I60f7bbb2921b242396b4620077ca30e12a0d3b4b Reviewed-on: https://gerrit.libreoffice.org/72393 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/spsupp/COMOpenDocuments.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/source/win32/spsupp/COMOpenDocuments.cxx b/shell/source/win32/spsupp/COMOpenDocuments.cxx
index 14406cba1d2d..2e6b8cfad8ec 100644
--- a/shell/source/win32/spsupp/COMOpenDocuments.cxx
+++ b/shell/source/win32/spsupp/COMOpenDocuments.cxx
@@ -159,7 +159,6 @@ STDMETHODIMP COMOpenDocuments::Invoke(
EXCEPINFO *pExcepInfo,
UINT *puArgErr)
{
-// ReportInvoke(m_pTypeInfo, dispIdMember, pDispParams);
return DispInvoke(this, m_pTypeInfo, dispIdMember, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
}