Kaydet (Commit) 8b756709 authored tarafından Daniel Rentz's avatar Daniel Rentz

mib17: missing includes

üst 4d7251cf
......@@ -28,6 +28,8 @@
#ifndef __com_sun_star_script_vba_XVBACompatibility_idl__
#define __com_sun_star_script_vba_XVBACompatibility_idl__
#include <com/sun/star/uno/XInterface.idl>
//=============================================================================
module com { module sun { module star { module script { module vba {
......@@ -41,10 +43,8 @@ interface XVBACompatibility
//-------------------------------------------------------------------------
};
}; }; }; };
}; }; }; }; };
//=============================================================================
};
#endif
......@@ -28,6 +28,7 @@
#ifndef __com_sun_star_script_vba_XVBAEventProcessor_idl__
#define __com_sun_star_script_vba_XVBAEventProcessor_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/script/provider/ScriptFrameworkErrorException.idl>
#include <com/sun/star/util/VetoException.idl>
......
......@@ -28,6 +28,7 @@
#ifndef __com_sun_star_script_vba_XVBAModuleInfo_idl__
#define __com_sun_star_script_vba_XVBAModuleInfo_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/script/ModuleInfo.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/container/ElementExistException.idl>
......
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