Kaydet (Commit) a3b88db5 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Remove MY_DEBUG

üst a2c94738
......@@ -17,8 +17,6 @@
#include <comphelper\documentconstants.hxx>
// #define MY_DEBUG 1
CComModule _Module;
BEGIN_OBJECT_MAP(ObjectMap)
......@@ -211,10 +209,6 @@ STDAPI DllRegisterServerNative_Impl( int nMode, BOOL bForAllUsers, REGSAM nKeyAc
if ( bForAllUsers )
DllUnregisterServerNative( nMode, sal_False, sal_False );
#ifdef MY_DEBUG
MessageBoxA(NULL, pProgramPath, "Library Path, ( from library )", MB_OK | MB_ICONINFORMATION);
#endif
if ( pProgramPath && strlen( pProgramPath ) < 1024 )
{
sprintf( pActiveXPath, "%s\\%s", pProgramPath, pLibName );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment