Remove MY_DEBUG

This commit is contained in:
Thomas Arnhold 2011-03-01 23:20:34 +01:00
parent a2c9473854
commit a3b88db527

View file

@ -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 );