Remove MY_DEBUG
This commit is contained in:
parent
a2c9473854
commit
a3b88db527
1 changed files with 0 additions and 6 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue