Kaydet (Commit) a6a708c6 authored tarafından Julien Nabet's avatar Julien Nabet

Strip include guards in idl files : missed changes to do

üst 0e88410a
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XCollection.idl> #include <ooo/vba/XCollection.idl>
#include <ooo/vba/XHelperInterface.idl> #include <ooo/vba/XHelperInterface.idl>
//============================================================================= //=============================================================================
......
...@@ -28,15 +28,9 @@ ...@@ -28,15 +28,9 @@
#ifndef __ooo_vba_XDocumentProperty_idl__ #ifndef __ooo_vba_XDocumentProperty_idl__
#define __ooo_vba_XDocumentProperty_idl__ #define __ooo_vba_XDocumentProperty_idl__
#ifndef __com_sun_star_script_BasicErrorException_idl__
#include <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> #include <com/sun/star/script/XDefaultProperty.idl>
#endif
#ifndef __ooo_vba_XHelperInterface_idl__
#include <ooo/vba/XHelperInterface.idl> #include <ooo/vba/XHelperInterface.idl>
#endif
module ooo { module vba { module ooo { module vba {
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#define __ooo_vba_excel_XFileDialog_idl__ #define __ooo_vba_excel_XFileDialog_idl__
#include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/uno/XInterface.idl>
#include <ooo/vba/XFileDialogSelectedItems.idl> #include <ooo/vba/XFileDialogSelectedItems.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