Strip include guards in idl files : missed changes to do
This commit is contained in:
parent
0e88410a03
commit
a6a708c673
3 changed files with 0 additions and 8 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <com/sun/star/uno/XInterface.idl>
|
||||
#include <ooo/vba/XCollection.idl>
|
||||
|
||||
#include <ooo/vba/XHelperInterface.idl>
|
||||
|
||||
//=============================================================================
|
||||
|
|
|
@ -28,15 +28,9 @@
|
|||
#ifndef __ooo_vba_XDocumentProperty_idl__
|
||||
#define __ooo_vba_XDocumentProperty_idl__
|
||||
|
||||
#ifndef __com_sun_star_script_BasicErrorException_idl__
|
||||
#include <com/sun/star/script/BasicErrorException.idl>
|
||||
#endif
|
||||
#ifndef __com_sun_star_script_XDefaultProperty_idl__
|
||||
#include <com/sun/star/script/XDefaultProperty.idl>
|
||||
#endif
|
||||
#ifndef __ooo_vba_XHelperInterface_idl__
|
||||
#include <ooo/vba/XHelperInterface.idl>
|
||||
#endif
|
||||
|
||||
module ooo { module vba {
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#define __ooo_vba_excel_XFileDialog_idl__
|
||||
|
||||
#include <com/sun/star/uno/XInterface.idl>
|
||||
|
||||
#include <ooo/vba/XFileDialogSelectedItems.idl>
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Reference in a new issue