extensions/source/activex/so_activex.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
New commits: commit f4dc928e04a9d8eb8240189b47947d466e4a8fac Author: Mike Kaganski <[email protected]> AuthorDate: Mon Nov 10 13:07:07 2025 +0500 Commit: Mike Kaganski <[email protected]> CommitDate: Wed Nov 12 10:08:13 2025 +0100 Fix a comment The file was renamed (and there's no need to repeat its name here). The build process had changed; just drop that part. Change-Id: I3393af32164261376c7b247a3b88327f612ea97c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193836 Reviewed-by: Mike Kaganski <[email protected]> Tested-by: Jenkins diff --git a/extensions/source/activex/so_activex.cxx b/extensions/source/activex/so_activex.cxx index 72ffb5adaac5..0f42e3969a4e 100644 --- a/extensions/source/activex/so_activex.cxx +++ b/extensions/source/activex/so_activex.cxx @@ -17,11 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -// so_activex.cpp : Implementation of DLL Exports. - -// Note: Proxy/Stub Information -// To build a separate proxy/stub DLL, -// run nmake -f so_activexps.mk in the project directory. +// Implementation of DLL Exports #include <stdio.h> #include "StdAfx2.h"
