summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-06-10 16:57:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-06-13 16:27:45 +0200
commit5687eba49fa06202bd190c87ad8e7af634354799 (patch)
tree2cd5cdce96c30c78011922ca2ceccb9b833c3a08 /oovbaapi
parent32dd76143bdf55ac73f03f705097453521b4bf2c (diff)
Drop obsolete preprocessor directives from UNOIDL files
...which were used by ildc, which is gone since a8485d558fab53291e2530fd9a1be581c1628deb "[API CHANGE] Remove deprecated idlc and regmerge from the SDK", and have always been ignored as legacy by its unoidl-write replacement. This change has been carried out (making use of GNU sed extensions) with > for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl which apparently happened to do the work. (The final two files are not UNOIDL source files.) Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/ControlProvider.idl7
-rw-r--r--oovbaapi/ooo/vba/TypeAndIID.idl5
-rw-r--r--oovbaapi/ooo/vba/XApplicationBase.idl7
-rw-r--r--oovbaapi/ooo/vba/XAssistant.idl7
-rw-r--r--oovbaapi/ooo/vba/XCollection.idl9
-rw-r--r--oovbaapi/ooo/vba/XCollectionBase.idl8
-rw-r--r--oovbaapi/ooo/vba/XCommandBar.idl7
-rw-r--r--oovbaapi/ooo/vba/XCommandBarButton.idl6
-rw-r--r--oovbaapi/ooo/vba/XCommandBarControl.idl7
-rw-r--r--oovbaapi/ooo/vba/XCommandBarControls.idl7
-rw-r--r--oovbaapi/ooo/vba/XCommandBarPopup.idl6
-rw-r--r--oovbaapi/ooo/vba/XCommandBars.idl7
-rw-r--r--oovbaapi/ooo/vba/XConnectable.idl5
-rw-r--r--oovbaapi/ooo/vba/XConnectionPoint.idl5
-rw-r--r--oovbaapi/ooo/vba/XControlProvider.idl10
-rw-r--r--oovbaapi/ooo/vba/XDialogBase.idl7
-rw-r--r--oovbaapi/ooo/vba/XDialogsBase.idl8
-rw-r--r--oovbaapi/ooo/vba/XDocumentBase.idl7
-rw-r--r--oovbaapi/ooo/vba/XDocumentProperties.idl9
-rw-r--r--oovbaapi/ooo/vba/XDocumentProperty.idl9
-rw-r--r--oovbaapi/ooo/vba/XDocumentsBase.idl7
-rw-r--r--oovbaapi/ooo/vba/XErrObject.idl6
-rw-r--r--oovbaapi/ooo/vba/XExecutableDialog.idl7
-rw-r--r--oovbaapi/ooo/vba/XFontBase.idl8
-rw-r--r--oovbaapi/ooo/vba/XGlobalsBase.idl8
-rw-r--r--oovbaapi/ooo/vba/XHelperInterface.idl10
-rw-r--r--oovbaapi/ooo/vba/XInterfaceWithIID.idl5
-rw-r--r--oovbaapi/ooo/vba/XPageSetupBase.idl7
-rw-r--r--oovbaapi/ooo/vba/XPropValue.idl6
-rw-r--r--oovbaapi/ooo/vba/XSink.idl5
-rw-r--r--oovbaapi/ooo/vba/XSinkCaller.idl5
-rw-r--r--oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl6
-rw-r--r--oovbaapi/ooo/vba/XWindowBase.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/Button.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/Buttons.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/Globals.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/Hyperlink.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/Range.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/TextFrame.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/Window.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/Workbook.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/Worksheet.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XApplication.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XApplicationOutgoing.idl5
-rw-r--r--oovbaapi/ooo/vba/excel/XAxes.idl10
-rw-r--r--oovbaapi/ooo/vba/excel/XAxis.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XAxisTitle.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XBorder.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XBorders.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XButton.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XCharacters.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XChart.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XChartObject.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XChartObjects.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XChartTitle.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XCharts.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XComment.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XComments.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XControlObject.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XDataLabel.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XDataLabels.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XDialog.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XDialogs.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XDrawings.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XFileDialog.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XFileDialogSelectedItems.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XFont.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XFormat.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XFormatCondition.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XFormatConditions.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XGlobals.idl11
-rw-r--r--oovbaapi/ooo/vba/excel/XGraphicObjects.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XHPageBreak.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XHPageBreaks.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XHyperlink.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XHyperlinks.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XInterior.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XLineObjects.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XMenu.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XMenuBar.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XMenuBars.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XMenuItem.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XMenuItems.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XMenus.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XName.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XNames.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XOLEObject.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XOLEObjects.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XOutline.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XPageBreak.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XPageSetup.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XPane.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XPivotCache.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XPivotTable.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XPivotTables.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XRange.idl15
-rw-r--r--oovbaapi/ooo/vba/excel/XSeries.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XSeriesCollection.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XSheetObject.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XStyle.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XStyles.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XTextFrame.idl5
-rw-r--r--oovbaapi/ooo/vba/excel/XTitle.idl8
-rw-r--r--oovbaapi/ooo/vba/excel/XVPageBreak.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XVPageBreaks.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XValidation.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XWindow.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWindows.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XWorkbook.idl6
-rw-r--r--oovbaapi/ooo/vba/excel/XWorkbooks.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheet.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheetFunction.idl9
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheets.idl7
-rw-r--r--oovbaapi/ooo/vba/excel/XlBuildInDialog.idl3
-rw-r--r--oovbaapi/ooo/vba/msforms/XButton.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XCheckBox.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XColorFormat.idl5
-rw-r--r--oovbaapi/ooo/vba/msforms/XComboBox.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XCommandButton.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XControl.idl8
-rw-r--r--oovbaapi/ooo/vba/msforms/XControls.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XFillFormat.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XFrame.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XGroupBox.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XImage.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XLabel.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XLine.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XLineFormat.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XListBox.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XMultiPage.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XNewFont.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XOval.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XPages.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XPictureFormat.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XProgressBar.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XRadioButton.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XReturnBoolean.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XReturnEffect.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XReturnInteger.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XReturnSingle.idl1
-rw-r--r--oovbaapi/ooo/vba/msforms/XScrollBar.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XShape.idl9
-rw-r--r--oovbaapi/ooo/vba/msforms/XShapeRange.idl8
-rw-r--r--oovbaapi/ooo/vba/msforms/XShapes.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XSpinButton.idl6
-rw-r--r--oovbaapi/ooo/vba/msforms/XTextBox.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XTextBoxShape.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XTextFrame.idl5
-rw-r--r--oovbaapi/ooo/vba/msforms/XToggleButton.idl7
-rw-r--r--oovbaapi/ooo/vba/msforms/XUserForm.idl6
-rw-r--r--oovbaapi/ooo/vba/word/XAddin.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XAddins.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XApplication.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XApplicationOutgoing.idl5
-rw-r--r--oovbaapi/ooo/vba/word/XAutoTextEntries.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XAutoTextEntry.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XBookmark.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XBookmarks.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XBorder.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XBorders.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XCell.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XCells.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XCheckBox.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XColumn.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XColumns.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XDialog.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XDialogs.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XDocument.idl9
-rw-r--r--oovbaapi/ooo/vba/word/XDocumentOutgoing.idl5
-rw-r--r--oovbaapi/ooo/vba/word/XDocuments.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XField.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XFields.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XFind.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XFont.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XFormField.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XFormFields.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XFrame.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XFrames.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XGlobals.idl6
-rw-r--r--oovbaapi/ooo/vba/word/XHeaderFooter.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XHeadersFooters.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XListFormat.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XListGalleries.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XListGallery.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XListLevel.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XListLevels.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XListTemplate.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XListTemplates.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XMailMerge.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XOptions.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XPageSetup.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XPane.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XPanes.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XParagraph.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XParagraphFormat.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XParagraphs.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XRange.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XReplacement.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XRevision.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XRevisions.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XRow.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XRows.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XSection.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XSections.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XSelection.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XStyle.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XStyles.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XSystem.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XTabStop.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XTabStops.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XTable.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XTableOfContents.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XTables.idl10
-rw-r--r--oovbaapi/ooo/vba/word/XTablesOfContents.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XTemplate.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XVariable.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XVariables.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XView.idl8
-rw-r--r--oovbaapi/ooo/vba/word/XWindow.idl7
-rw-r--r--oovbaapi/ooo/vba/word/XWordBasic.idl4
-rw-r--r--oovbaapi/ooo/vba/word/XWrapFormat.idl5
221 files changed, 0 insertions, 1572 deletions
diff --git a/oovbaapi/ooo/vba/ControlProvider.idl b/oovbaapi/ooo/vba/ControlProvider.idl
index 587bbc416994..7703c16ed214 100644
--- a/oovbaapi/ooo/vba/ControlProvider.idl
+++ b/oovbaapi/ooo/vba/ControlProvider.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_ControlProvider_idl__
-#define __ooo_vba_ControlProvider_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XModel.idl>
module ooo { module vba {
@@ -34,6 +29,4 @@ service ControlProvider
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/TypeAndIID.idl b/oovbaapi/ooo/vba/TypeAndIID.idl
index 61fdc5219336..789a6cc71f65 100644
--- a/oovbaapi/ooo/vba/TypeAndIID.idl
+++ b/oovbaapi/ooo/vba/TypeAndIID.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_TypeAndIID_idl__
-#define __ooo_vba_TypeAndIID_idl__
-
module ooo { module vba {
// Despite being here in ooo::vba, this has nothing to do with "VBA" (Visual Basic for
@@ -25,6 +22,4 @@ struct TypeAndIID
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XApplicationBase.idl b/oovbaapi/ooo/vba/XApplicationBase.idl
index 4df45daad53e..c4e968872546 100644
--- a/oovbaapi/ooo/vba/XApplicationBase.idl
+++ b/oovbaapi/ooo/vba/XApplicationBase.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XApplicationBase_idl__
-#define __ooo_vba_XApplicationBase_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-
module ooo { module vba {
interface XApplicationBase
@@ -48,6 +43,4 @@ interface XApplicationBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XAssistant.idl b/oovbaapi/ooo/vba/XAssistant.idl
index 3b2a52c5d357..b9e3475bcf6a 100644
--- a/oovbaapi/ooo/vba/XAssistant.idl
+++ b/oovbaapi/ooo/vba/XAssistant.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XAssistant_idl__
-#define __ooo_vba_XAssistant_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba {
@@ -41,6 +36,4 @@ interface XAssistant
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XCollection.idl b/oovbaapi/ooo/vba/XCollection.idl
index 6c9aa3039993..37781970c564 100644
--- a/oovbaapi/ooo/vba/XCollection.idl
+++ b/oovbaapi/ooo/vba/XCollection.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XCollection_idl__
-#define __ooo_vba_XCollection_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/script/XDefaultMethod.idl>
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba {
@@ -43,6 +36,4 @@ interface XCollection
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XCollectionBase.idl b/oovbaapi/ooo/vba/XCollectionBase.idl
index cd76766da8d0..73c4b38cf3a5 100644
--- a/oovbaapi/ooo/vba/XCollectionBase.idl
+++ b/oovbaapi/ooo/vba/XCollectionBase.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef OOO_VBA_XOLLECTIONBASE_IDL
-#define OOO_VBA_XOLLECTIONBASE_IDL
-
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#include <com/sun/star/script/XDefaultMethod.idl>
-
module ooo { module vba {
@@ -66,6 +60,4 @@ interface XCollectionBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XCommandBar.idl b/oovbaapi/ooo/vba/XCommandBar.idl
index d7fb07c1dd84..796476b3a3e0 100644
--- a/oovbaapi/ooo/vba/XCommandBar.idl
+++ b/oovbaapi/ooo/vba/XCommandBar.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XCommandBar_idl__
-#define __ooo_vba_XCommandBar_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -44,6 +39,4 @@ interface XCommandBar
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XCommandBarButton.idl b/oovbaapi/ooo/vba/XCommandBarButton.idl
index 1a631463a8f4..ddc61a394d96 100644
--- a/oovbaapi/ooo/vba/XCommandBarButton.idl
+++ b/oovbaapi/ooo/vba/XCommandBarButton.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XCommandBarButton_idl__
-#define __ooo_vba_XCommandBarButton_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba {
@@ -31,6 +27,4 @@ interface XCommandBarButton: com::sun::star::uno::XInterface
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XCommandBarControl.idl b/oovbaapi/ooo/vba/XCommandBarControl.idl
index fb4f32569e9c..838bd7b80584 100644
--- a/oovbaapi/ooo/vba/XCommandBarControl.idl
+++ b/oovbaapi/ooo/vba/XCommandBarControl.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XCommandBarControl_idl__
-#define __ooo_vba_XCommandBarControl_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba {
@@ -43,6 +38,4 @@ interface XCommandBarControl
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XCommandBarControls.idl b/oovbaapi/ooo/vba/XCommandBarControls.idl
index 19f571355e9b..745c009c22d8 100644
--- a/oovbaapi/ooo/vba/XCommandBarControls.idl
+++ b/oovbaapi/ooo/vba/XCommandBarControls.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XCommandBarControls_idl__
-#define __ooo_vba_XCommandBarControls_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -37,6 +32,4 @@ interface XCommandBarControls
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XCommandBarPopup.idl b/oovbaapi/ooo/vba/XCommandBarPopup.idl
index 960bc49610b8..288918050cb0 100644
--- a/oovbaapi/ooo/vba/XCommandBarPopup.idl
+++ b/oovbaapi/ooo/vba/XCommandBarPopup.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XCommandBarPopup_idl__
-#define __ooo_vba_XCommandBarPopup_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba {
@@ -31,6 +27,4 @@ interface XCommandBarPopup: com::sun::star::uno::XInterface
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XCommandBars.idl b/oovbaapi/ooo/vba/XCommandBars.idl
index ece77867eb61..ea7c71e5168d 100644
--- a/oovbaapi/ooo/vba/XCommandBars.idl
+++ b/oovbaapi/ooo/vba/XCommandBars.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XCommandBars_idl__
-#define __ooo_vba_XCommandBars_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -37,6 +32,4 @@ interface XCommandBars
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XConnectable.idl b/oovbaapi/ooo/vba/XConnectable.idl
index d6bcfd9173ec..b54a38a7bf88 100644
--- a/oovbaapi/ooo/vba/XConnectable.idl
+++ b/oovbaapi/ooo/vba/XConnectable.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_XConnectable_idl__
-#define __ooo_vba_XConnectable_idl__
-
module ooo { module vba {
// Despite being here in ooo::vba, this has nothing to do with "VBA" (Visual Basic for
@@ -33,6 +30,4 @@ interface XConnectable
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XConnectionPoint.idl b/oovbaapi/ooo/vba/XConnectionPoint.idl
index b3471c6445ff..50acb2207c4d 100644
--- a/oovbaapi/ooo/vba/XConnectionPoint.idl
+++ b/oovbaapi/ooo/vba/XConnectionPoint.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_XConnectionPoint_idl__
-#define __ooo_vba_XConnectionPoint_idl__
-
module ooo { module vba {
// Despite being here in ooo::vba, this has nothing to do with "VBA" (Visual Basic for
@@ -29,6 +26,4 @@ interface XConnectionPoint
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XControlProvider.idl b/oovbaapi/ooo/vba/XControlProvider.idl
index 45f508703f96..260f88a37b82 100644
--- a/oovbaapi/ooo/vba/XControlProvider.idl
+++ b/oovbaapi/ooo/vba/XControlProvider.idl
@@ -16,14 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XControlProvider_idl__
-#define __ooo_vba_XControlProvider_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XModel.idl>
-#include <com/sun/star/awt/XControl.idl>
-#include <com/sun/star/drawing/XControlShape.idl>
-#include <ooo/vba/msforms/XControl.idl>
module ooo { module vba {
@@ -34,6 +26,4 @@ interface XControlProvider
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XDialogBase.idl b/oovbaapi/ooo/vba/XDialogBase.idl
index 3ecf4b239fdf..5fb2187ee261 100644
--- a/oovbaapi/ooo/vba/XDialogBase.idl
+++ b/oovbaapi/ooo/vba/XDialogBase.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XDialog_idl__
-#define __ooo_vba_XDialog_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -38,6 +33,4 @@ interface XDialogBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XDialogsBase.idl b/oovbaapi/ooo/vba/XDialogsBase.idl
index fc7634cfdab2..ccaf4b1f4bc8 100644
--- a/oovbaapi/ooo/vba/XDialogsBase.idl
+++ b/oovbaapi/ooo/vba/XDialogsBase.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XDialogs_idl__
-#define __ooo_vba_XDialogs_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -38,6 +32,4 @@ interface XDialogsBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XDocumentBase.idl b/oovbaapi/ooo/vba/XDocumentBase.idl
index 7f945331038c..8c1a5b125095 100644
--- a/oovbaapi/ooo/vba/XDocumentBase.idl
+++ b/oovbaapi/ooo/vba/XDocumentBase.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XDocumentBase_idl__
-#define __ooo_vba_XDocumentBase_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba {
@@ -45,6 +40,4 @@ interface XDocumentBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XDocumentProperties.idl b/oovbaapi/ooo/vba/XDocumentProperties.idl
index 3948d5e7f853..58f675c45fc7 100644
--- a/oovbaapi/ooo/vba/XDocumentProperties.idl
+++ b/oovbaapi/ooo/vba/XDocumentProperties.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XDocumentProperties_idl__
-#define __ooo_vba_XDocumentProperties_idl__
-
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/XCollection.idl>
-
module ooo { module vba {
interface XDocumentProperty;
interface XDocumentProperties
@@ -50,6 +43,4 @@ interface XDocumentProperties
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XDocumentProperty.idl b/oovbaapi/ooo/vba/XDocumentProperty.idl
index 3004c06bfb62..5a37d52242ba 100644
--- a/oovbaapi/ooo/vba/XDocumentProperty.idl
+++ b/oovbaapi/ooo/vba/XDocumentProperty.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XDocumentProperty_idl__
-#define __ooo_vba_XDocumentProperty_idl__
-
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <com/sun/star/script/XDefaultProperty.idl>
-#include <ooo/vba/XHelperInterface.idl>
-
module ooo { module vba {
/**
@@ -85,6 +78,4 @@ interface XDocumentProperty
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XDocumentsBase.idl b/oovbaapi/ooo/vba/XDocumentsBase.idl
index 6a01157d4ce3..7fa1cb601fc6 100644
--- a/oovbaapi/ooo/vba/XDocumentsBase.idl
+++ b/oovbaapi/ooo/vba/XDocumentsBase.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XDocumentsBase_idl__
-#define __ooo_vba_XDocumentsBase_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -35,6 +30,4 @@ interface XDocumentsBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XErrObject.idl b/oovbaapi/ooo/vba/XErrObject.idl
index 91ba24fcc810..96c66d0bcbbf 100644
--- a/oovbaapi/ooo/vba/XErrObject.idl
+++ b/oovbaapi/ooo/vba/XErrObject.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba__XErrObject_idl__
-#define __ooo_vba__XErrObject_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module ooo { module vba {
interface XErrObject : ::com::sun::star::uno::XInterface
@@ -38,6 +33,5 @@ interface XErrObject : ::com::sun::star::uno::XInterface
};
}; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XExecutableDialog.idl b/oovbaapi/ooo/vba/XExecutableDialog.idl
index ca8078428c41..5843ee92f6cd 100644
--- a/oovbaapi/ooo/vba/XExecutableDialog.idl
+++ b/oovbaapi/ooo/vba/XExecutableDialog.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XExecutableDialog_idl__
-#define __ooo_vba_XExecutableDialog_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module ooo { module vba {
@@ -45,7 +40,5 @@ interface XExecutableDialog
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XFontBase.idl b/oovbaapi/ooo/vba/XFontBase.idl
index 086b1ace5562..f17a177c1894 100644
--- a/oovbaapi/ooo/vba/XFontBase.idl
+++ b/oovbaapi/ooo/vba/XFontBase.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XFont_idl__
-#define __ooo_vba_XFont_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -48,7 +42,5 @@ interface XFontBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XGlobalsBase.idl b/oovbaapi/ooo/vba/XGlobalsBase.idl
index 2c3931925a53..d9ce4ff7b6d6 100644
--- a/oovbaapi/ooo/vba/XGlobalsBase.idl
+++ b/oovbaapi/ooo/vba/XGlobalsBase.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XGlobalsBase_idl__
-#define __ooo_vba_XGlobalsBase_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/lang/XMultiServiceFactory.idl>
module ooo { module vba {
interface XGlobalsBase
@@ -32,7 +26,5 @@ interface XGlobalsBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XHelperInterface.idl b/oovbaapi/ooo/vba/XHelperInterface.idl
index 6d5e7334d2d8..1c6fb4ed9d2c 100644
--- a/oovbaapi/ooo/vba/XHelperInterface.idl
+++ b/oovbaapi/ooo/vba/XHelperInterface.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XHelperInterface_idl__
-#define __ooo_vba_XHelperInterface_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/uno/Exception.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <com/sun/star/lang/XServiceInfo.idl>
-
module ooo { module vba {
interface XHelperInterface
@@ -47,6 +39,4 @@ interface XHelperInterface
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XInterfaceWithIID.idl b/oovbaapi/ooo/vba/XInterfaceWithIID.idl
index 0752cced0c56..c1f9d99cb4fe 100644
--- a/oovbaapi/ooo/vba/XInterfaceWithIID.idl
+++ b/oovbaapi/ooo/vba/XInterfaceWithIID.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_XInterfaceWithIID_idl__
-#define __ooo_vba_XInterfaceWithIID_idl__
-
module ooo { module vba {
// Despite being here in ooo::vba, this has nothing to do with "VBA" (Visual Basic for
@@ -29,6 +26,4 @@ interface XInterfaceWithIID : com::sun::star::uno::XInterface
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XPageSetupBase.idl b/oovbaapi/ooo/vba/XPageSetupBase.idl
index bc39b540db4b..4a94327e6cb9 100644
--- a/oovbaapi/ooo/vba/XPageSetupBase.idl
+++ b/oovbaapi/ooo/vba/XPageSetupBase.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XPageSetupBase_idl__
-#define __ooo_vba_XPageSetupBase_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -46,7 +41,5 @@ interface XPageSetupBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XPropValue.idl b/oovbaapi/ooo/vba/XPropValue.idl
index 62dc132137e9..de23a84926a0 100644
--- a/oovbaapi/ooo/vba/XPropValue.idl
+++ b/oovbaapi/ooo/vba/XPropValue.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XPropValue_idl__
-#define __ooo_vba_XPropValue_idl__
-
-#include <com/sun/star/script/XDefaultProperty.idl>
@@ -36,7 +32,5 @@ interface XPropValue: com::sun::star::script::XDefaultProperty
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XSink.idl b/oovbaapi/ooo/vba/XSink.idl
index de37dae959e3..fd979b041e7e 100644
--- a/oovbaapi/ooo/vba/XSink.idl
+++ b/oovbaapi/ooo/vba/XSink.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_XConnectionPointSink_idl__
-#define __ooo_vba_XConnectionPointSink_idl__
-
module ooo { module vba {
// Despite being here in ooo::vba, this has nothing to do with "VBA" (Visual Basic for
@@ -31,6 +28,4 @@ interface XSink
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XSinkCaller.idl b/oovbaapi/ooo/vba/XSinkCaller.idl
index 4bc5f34f7fa2..04c99b41c7f6 100644
--- a/oovbaapi/ooo/vba/XSinkCaller.idl
+++ b/oovbaapi/ooo/vba/XSinkCaller.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_XSinkCaller_idl__
-#define __ooo_vba_XSinkCaller_idl__
-
module ooo { module vba {
// Despite being here in ooo::vba, this has nothing to do with "VBA" (Visual Basic for
@@ -24,6 +21,4 @@ interface XSinkCaller
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl b/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
index f1f82d140d3e..ca7a2bd18548 100644
--- a/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
+++ b/oovbaapi/ooo/vba/XVBAToOOEventDescGen.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XVBAToOOEventDescGen_idl__
-#define __ooo_vba_XVBAToOOEventDescGen_idl__
-
-#include <com/sun/star/script/ScriptEventDescriptor.idl>
-#include <com/sun/star/script/XScriptEventsSupplier.idl>
module ooo { module vba {
interface XVBAToOOEventDescGen : com::sun::star::uno::XInterface
@@ -30,6 +25,5 @@ interface XVBAToOOEventDescGen : com::sun::star::uno::XInterface
};
}; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/XWindowBase.idl b/oovbaapi/ooo/vba/XWindowBase.idl
index 4b05d92082dc..e0bd59af901d 100644
--- a/oovbaapi/ooo/vba/XWindowBase.idl
+++ b/oovbaapi/ooo/vba/XWindowBase.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_XHelperWindow_idl__
-#define __ooo_vba_XHelperWindow_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba {
@@ -38,6 +33,4 @@ interface XWindowBase
}; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/Button.idl b/oovbaapi/ooo/vba/excel/Button.idl
index 2677b018ef5b..9ff412a5ec1d 100644
--- a/oovbaapi/ooo/vba/excel/Button.idl
+++ b/oovbaapi/ooo/vba/excel/Button.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Button_idl__
-#define __ooo_vba_excel_Button_idl__
-
-#include <ooo/vba/excel/XSheetObject.idl>
-#include <ooo/vba/excel/XControlObject.idl>
-#include <ooo/vba/excel/XButton.idl>
-
/* Note: This file collects all compatibility interfaces for drawing objects
@@ -50,6 +43,4 @@ service Button
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/Buttons.idl b/oovbaapi/ooo/vba/excel/Buttons.idl
index f6763414ae63..e353ecd4aef4 100644
--- a/oovbaapi/ooo/vba/excel/Buttons.idl
+++ b/oovbaapi/ooo/vba/excel/Buttons.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Buttons_idl__
-#define __ooo_vba_excel_Buttons_idl__
-
-#include <ooo/vba/XCollection.idl>
-#include <ooo/vba/excel/XGraphicObjects.idl>
-
module ooo { module vba { module excel {
/** Represents the collection of drawing button controls in a spreadsheet.
@@ -38,6 +32,4 @@ service Buttons
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/Globals.idl b/oovbaapi/ooo/vba/excel/Globals.idl
index a68ebe434d06..6a62af8a52af 100644
--- a/oovbaapi/ooo/vba/excel/Globals.idl
+++ b/oovbaapi/ooo/vba/excel/Globals.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Globals_idl__
-#define __ooo_vba_excel_Globals_idl__
-
-#include <ooo/vba/excel/XGlobals.idl>
-#include <com/sun/star/uno/XComponentContext.idl>
-#include <com/sun/star/table/XCellRange.idl>
-
module ooo { module vba { module excel {
service Globals : XGlobals
{
@@ -31,6 +24,4 @@ service Globals : XGlobals
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/Hyperlink.idl b/oovbaapi/ooo/vba/excel/Hyperlink.idl
index eb6224723d70..4ad4ca3ae0d1 100644
--- a/oovbaapi/ooo/vba/excel/Hyperlink.idl
+++ b/oovbaapi/ooo/vba/excel/Hyperlink.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Hyperlink_idl__
-#define __ooo_vba_excel_Hyperlink_idl__
-
-#include <ooo/vba/excel/XHyperlink.idl>
-#include <com/sun/star/uno/XComponentContext.idl>
-#include <com/sun/star/frame/XModel.idl>
-
module ooo { module vba { module excel {
service Hyperlink : XHyperlink
{
@@ -32,6 +25,4 @@ service Hyperlink : XHyperlink
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/Range.idl b/oovbaapi/ooo/vba/excel/Range.idl
index 4108698656db..eb6275f0ffd5 100644
--- a/oovbaapi/ooo/vba/excel/Range.idl
+++ b/oovbaapi/ooo/vba/excel/Range.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Range_idl__
-#define __ooo_vba_excel_Range_idl__
-
-#include <ooo/vba/excel/XRange.idl>
-#include <com/sun/star/uno/XComponentContext.idl>
-#include <com/sun/star/table/XCellRange.idl>
-
module ooo { module vba { module excel {
service Range : XRange
{
@@ -32,6 +25,4 @@ service Range : XRange
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/TextFrame.idl b/oovbaapi/ooo/vba/excel/TextFrame.idl
index 3d11afefc46c..21684f7014d0 100644
--- a/oovbaapi/ooo/vba/excel/TextFrame.idl
+++ b/oovbaapi/ooo/vba/excel/TextFrame.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_TextFrame_idl__
-#define __ooo_vba_excel_TextFrame_idl__
-
-#include <ooo/vba/excel/XTextFrame.idl>
-#include <com/sun/star/uno/XComponentContext.idl>
-
module ooo { module vba { module excel {
service TextFrame : XTextFrame
{
@@ -31,6 +25,4 @@ service TextFrame : XTextFrame
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/Window.idl b/oovbaapi/ooo/vba/excel/Window.idl
index f239a04d8870..f892a2bc9196 100644
--- a/oovbaapi/ooo/vba/excel/Window.idl
+++ b/oovbaapi/ooo/vba/excel/Window.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Window_idl__
-#define __ooo_vba_excel_Window_idl__
-
-#include <ooo/vba/excel/XWindow.idl>
-#include <com/sun/star/uno/XComponentContext.idl>
-#include <com/sun/star/frame/XModel.idl>
-
module ooo { module vba { module excel {
service Window : XWindow
{
@@ -32,6 +25,4 @@ service Window : XWindow
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/Workbook.idl b/oovbaapi/ooo/vba/excel/Workbook.idl
index e8aaee6f12f8..6503c29e4dfb 100644
--- a/oovbaapi/ooo/vba/excel/Workbook.idl
+++ b/oovbaapi/ooo/vba/excel/Workbook.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Workbook_idl__
-#define __ooo_vba_excel_Workbook_idl__
-
-#include <ooo/vba/excel/XWorkbook.idl>
-#include <com/sun/star/uno/XComponentContext.idl>
-#include <com/sun/star/frame/XModel.idl>
-
module ooo { module vba { module excel {
service Workbook : XWorkbook
{
@@ -32,6 +25,4 @@ service Workbook : XWorkbook
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/Worksheet.idl b/oovbaapi/ooo/vba/excel/Worksheet.idl
index b239d89ebb35..a16d7b0b1325 100644
--- a/oovbaapi/ooo/vba/excel/Worksheet.idl
+++ b/oovbaapi/ooo/vba/excel/Worksheet.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_Worksheet_idl__
-#define __ooo_vba_excel_Worksheet_idl__
-
-#include <ooo/vba/excel/XWorksheet.idl>
-#include <com/sun/star/uno/XComponentContext.idl>
-#include <com/sun/star/frame/XModel.idl>
-
module ooo { module vba { module excel {
service Worksheet : XWorksheet
{
@@ -32,6 +25,4 @@ service Worksheet : XWorksheet
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XApplication.idl b/oovbaapi/ooo/vba/excel/XApplication.idl
index ab6f79655696..c51640abe7e4 100644
--- a/oovbaapi/ooo/vba/excel/XApplication.idl
+++ b/oovbaapi/ooo/vba/excel/XApplication.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XApplication_idl__
-#define __ooo_vba_excel_XApplication_idl__
-
-#include <com/sun/star/beans/XExactName.idl>
-#include <com/sun/star/script/XInvocation.idl>
module ooo { module vba { module excel {
@@ -104,6 +99,4 @@ interface XApplication
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XApplicationOutgoing.idl b/oovbaapi/ooo/vba/excel/XApplicationOutgoing.idl
index 6ca5b4581d75..d8907577ef56 100644
--- a/oovbaapi/ooo/vba/excel/XApplicationOutgoing.idl
+++ b/oovbaapi/ooo/vba/excel/XApplicationOutgoing.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_excel_XApplicationOutgoing_idl__
-#define __ooo_vba_excel_XApplicationOutgoing_idl__
-
module ooo { module vba { module excel {
// Despite being here in ooo::vba, this has nothing to do with "VBA" (Visual Basic for
@@ -32,6 +29,4 @@ interface XApplicationOutgoing : XInterfaceWithIID
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XAxes.idl b/oovbaapi/ooo/vba/excel/XAxes.idl
index 3fc45ee6f670..11067c576565 100644
--- a/oovbaapi/ooo/vba/excel/XAxes.idl
+++ b/oovbaapi/ooo/vba/excel/XAxes.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XAxes_idl__
-#define __ooo_vba_excel_XAxes_idl__
-
-#include <ooo/vba/excel/XAxis.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/XCollection.idl>
-
module ooo { module vba { module excel {
interface XAxes
@@ -34,6 +26,4 @@ interface XAxes
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XAxis.idl b/oovbaapi/ooo/vba/excel/XAxis.idl
index eedc09ae0860..7e2590d92ccf 100644
--- a/oovbaapi/ooo/vba/excel/XAxis.idl
+++ b/oovbaapi/ooo/vba/excel/XAxis.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XAxis_idl__
-#define __ooo_vba_excel_XAxis_idl__
-
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
-
module ooo { module vba { module excel {
interface XAxisTitle;
interface XAxis
@@ -241,6 +235,4 @@ interface XAxis
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XAxisTitle.idl b/oovbaapi/ooo/vba/excel/XAxisTitle.idl
index 32945a8419af..679fb705294a 100644
--- a/oovbaapi/ooo/vba/excel/XAxisTitle.idl
+++ b/oovbaapi/ooo/vba/excel/XAxisTitle.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XAxisTitle_idl__
-#define __ooo_vba_excel_XAxisTitle_idl__
-
-#include <ooo/vba/excel/XTitle.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-
module ooo { module vba { module excel {
interface XAxisTitle
@@ -32,6 +26,4 @@ interface XAxisTitle
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XBorder.idl b/oovbaapi/ooo/vba/excel/XBorder.idl
index b49a1d7c5c8e..3b0557c87787 100644
--- a/oovbaapi/ooo/vba/excel/XBorder.idl
+++ b/oovbaapi/ooo/vba/excel/XBorder.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XBorder_idl__
-#define __ooo_vba_excel_XBorder_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module excel {
@@ -42,7 +37,5 @@ interface XBorder
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XBorders.idl b/oovbaapi/ooo/vba/excel/XBorders.idl
index 25a8491b812d..a33a380f6628 100644
--- a/oovbaapi/ooo/vba/excel/XBorders.idl
+++ b/oovbaapi/ooo/vba/excel/XBorders.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XBorders_idl__
-#define __ooo_vba_excel_XBorders_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/excel/XBorder.idl>
-#include <ooo/vba/XCollection.idl>
@@ -40,7 +34,5 @@ interface XBorders
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XButton.idl b/oovbaapi/ooo/vba/excel/XButton.idl
index 03ca15b0072f..5bb2414f9f80 100644
--- a/oovbaapi/ooo/vba/excel/XButton.idl
+++ b/oovbaapi/ooo/vba/excel/XButton.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XButton_idl__
-#define __ooo_vba_excel_XButton_idl__
-
-#include <ooo/vba/excel/XFont.idl>
-#include <ooo/vba/excel/XCharacters.idl>
-
/* Note: This is a compatibility interface for drawing objects and drawing
controls embedded in sheets. All these symbols are deprecated
in VBA and kept for compatibility with old VBA scripts. */
@@ -62,6 +56,4 @@ interface XButton : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XCharacters.idl b/oovbaapi/ooo/vba/excel/XCharacters.idl
index b284de1dcb5d..9defd425295d 100644
--- a/oovbaapi/ooo/vba/excel/XCharacters.idl
+++ b/oovbaapi/ooo/vba/excel/XCharacters.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XCharacters_idl__
-#define __ooo_vba_excel_XCharacters_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/excel/XFont.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module excel {
@@ -43,7 +37,5 @@ interface XCharacters
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XChart.idl b/oovbaapi/ooo/vba/excel/XChart.idl
index a1ae2a7d88f6..f649fefe46f4 100644
--- a/oovbaapi/ooo/vba/excel/XChart.idl
+++ b/oovbaapi/ooo/vba/excel/XChart.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XChart_idl__
-#define __ooo_vba_excel_XChart_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
module ooo { module vba { module excel {
@@ -67,7 +61,5 @@ interface XChart
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XChartObject.idl b/oovbaapi/ooo/vba/excel/XChartObject.idl
index f67bf01ba3b1..8c19de282935 100644
--- a/oovbaapi/ooo/vba/excel/XChartObject.idl
+++ b/oovbaapi/ooo/vba/excel/XChartObject.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XChartObject_idl__
-#define __ooo_vba_excel_XChartObject_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
module ooo { module vba { module excel {
@@ -42,7 +36,5 @@ interface XChartObject
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XChartObjects.idl b/oovbaapi/ooo/vba/excel/XChartObjects.idl
index 96fceb099b61..c4a90af37fec 100644
--- a/oovbaapi/ooo/vba/excel/XChartObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XChartObjects.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XChartObjects_idl__
-#define __ooo_vba_excel_XChartObjects_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
@@ -39,7 +33,5 @@ interface XChartObjects
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XChartTitle.idl b/oovbaapi/ooo/vba/excel/XChartTitle.idl
index 758d80bf9bf1..5d5eda5959e1 100644
--- a/oovbaapi/ooo/vba/excel/XChartTitle.idl
+++ b/oovbaapi/ooo/vba/excel/XChartTitle.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XChartTitle_idl__
-#define __ooo_vba_excel_XChartTitle_idl__
-
-#include <ooo/vba/excel/XTitle.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-
module ooo { module vba { module excel {
interface XTitle;
@@ -33,6 +27,4 @@ interface XChartTitle
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XCharts.idl b/oovbaapi/ooo/vba/excel/XCharts.idl
index 91c8c6b45693..d0f07d0b674c 100644
--- a/oovbaapi/ooo/vba/excel/XCharts.idl
+++ b/oovbaapi/ooo/vba/excel/XCharts.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XCharts_idl__
-#define __ooo_vba_excel_XCharts_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
@@ -39,7 +33,5 @@ interface XCharts
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XComment.idl b/oovbaapi/ooo/vba/excel/XComment.idl
index 128db3973ab9..dccc86812db9 100644
--- a/oovbaapi/ooo/vba/excel/XComment.idl
+++ b/oovbaapi/ooo/vba/excel/XComment.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XComment_idl__
-#define __ooo_vba_excel_XComment_idl__
-
-#include <ooo/vba/msforms/XShape.idl>
@@ -46,7 +42,5 @@ interface XComment
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XComments.idl b/oovbaapi/ooo/vba/excel/XComments.idl
index c4fd32130ee2..c2b02ad6695b 100644
--- a/oovbaapi/ooo/vba/excel/XComments.idl
+++ b/oovbaapi/ooo/vba/excel/XComments.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XComments_idl__
-#define __ooo_vba_excel_XComments_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,7 +30,5 @@ interface XComments
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XControlObject.idl b/oovbaapi/ooo/vba/excel/XControlObject.idl
index 5d054bb70ea9..5757ca98d88b 100644
--- a/oovbaapi/ooo/vba/excel/XControlObject.idl
+++ b/oovbaapi/ooo/vba/excel/XControlObject.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XControlObject_idl__
-#define __ooo_vba_excel_XControlObject_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module ooo { module vba { module excel {
@@ -37,7 +32,5 @@ interface XControlObject : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XDataLabel.idl b/oovbaapi/ooo/vba/excel/XDataLabel.idl
index 76fdf040346b..3aef1361a708 100644
--- a/oovbaapi/ooo/vba/excel/XDataLabel.idl
+++ b/oovbaapi/ooo/vba/excel/XDataLabel.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XDataLabel_idl__
-#define __ooo_vba_excel_XDataLabel_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
module ooo { module vba { module excel {
@@ -39,7 +33,5 @@ interface XDataLabel
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XDataLabels.idl b/oovbaapi/ooo/vba/excel/XDataLabels.idl
index ff1f937ac522..2b1812faa4c3 100644
--- a/oovbaapi/ooo/vba/excel/XDataLabels.idl
+++ b/oovbaapi/ooo/vba/excel/XDataLabels.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XDataLabels_idl__
-#define __ooo_vba_excel_XDataLabels_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
module ooo { module vba { module excel {
@@ -36,7 +30,5 @@ interface XDataLabels
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XDialog.idl b/oovbaapi/ooo/vba/excel/XDialog.idl
index 8f6cd0a8b238..c588d66a0c78 100644
--- a/oovbaapi/ooo/vba/excel/XDialog.idl
+++ b/oovbaapi/ooo/vba/excel/XDialog.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XDialog_idl__
-#define __ooo_vba_excel_XDialog_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -35,6 +30,4 @@ interface XDialog : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XDialogs.idl b/oovbaapi/ooo/vba/excel/XDialogs.idl
index a5a38dc24174..f800a2089411 100644
--- a/oovbaapi/ooo/vba/excel/XDialogs.idl
+++ b/oovbaapi/ooo/vba/excel/XDialogs.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XDialogs_idl__
-#define __ooo_vba_excel_XDialogs_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -34,6 +29,4 @@ interface XDialogs : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XDrawings.idl b/oovbaapi/ooo/vba/excel/XDrawings.idl
index edbc9db438d7..932498be0e9d 100644
--- a/oovbaapi/ooo/vba/excel/XDrawings.idl
+++ b/oovbaapi/ooo/vba/excel/XDrawings.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XDrawings_idl__
-#define __ooo_vba_excel_XDrawings_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module ooo { module vba { module excel {
/** A collection providing access to all polygon objects in a single sheet.
@@ -46,6 +41,4 @@ interface XDrawings : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XFileDialog.idl b/oovbaapi/ooo/vba/excel/XFileDialog.idl
index bf9ff2391ee8..e03351b17e85 100644
--- a/oovbaapi/ooo/vba/excel/XFileDialog.idl
+++ b/oovbaapi/ooo/vba/excel/XFileDialog.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XFileDialog_idl__
-#define __ooo_vba_excel_XFileDialog_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <ooo/vba/XFileDialogSelectedItems.idl>
module ooo { module vba { module excel {
@@ -45,7 +39,5 @@ interface XFileDialog
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XFileDialogSelectedItems.idl b/oovbaapi/ooo/vba/excel/XFileDialogSelectedItems.idl
index 59370cbf89d2..c70eadf3efe4 100644
--- a/oovbaapi/ooo/vba/excel/XFileDialogSelectedItems.idl
+++ b/oovbaapi/ooo/vba/excel/XFileDialogSelectedItems.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XFileDialogSelectedItems_idl__
-#define __ooo_vba_excel_XFileDialogSelectedItems_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
module ooo { module vba { module excel {
@@ -36,7 +31,5 @@ interface XFileDialogSelectedItems
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XFont.idl b/oovbaapi/ooo/vba/excel/XFont.idl
index ef05f0e1504a..621346b1ec67 100644
--- a/oovbaapi/ooo/vba/excel/XFont.idl
+++ b/oovbaapi/ooo/vba/excel/XFont.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XFont_idl__
-#define __ooo_vba_excel_XFont_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -39,7 +33,5 @@ interface XFont
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XFormat.idl b/oovbaapi/ooo/vba/excel/XFormat.idl
index 5dc866aa54fc..72cedbf87484 100644
--- a/oovbaapi/ooo/vba/excel/XFormat.idl
+++ b/oovbaapi/ooo/vba/excel/XFormat.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XFormat_idl__
-#define __ooo_vba_excel_XFormat_idl__
-
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
-
module ooo { module vba { module excel {
interface XBorders;
@@ -119,6 +113,4 @@ interface XFormat
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XFormatCondition.idl b/oovbaapi/ooo/vba/excel/XFormatCondition.idl
index aed549996e4f..2a94f9f3ac85 100644
--- a/oovbaapi/ooo/vba/excel/XFormatCondition.idl
+++ b/oovbaapi/ooo/vba/excel/XFormatCondition.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XFormatCondition_idl__
-#define __ooo_vba_excel_XFormatCondition_idl__
-
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
-
module ooo { module vba { module excel {
interface XFont;
@@ -65,6 +59,4 @@ interface XFormatCondition
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XFormatConditions.idl b/oovbaapi/ooo/vba/excel/XFormatConditions.idl
index ae84beb061f2..f2364046a7f0 100644
--- a/oovbaapi/ooo/vba/excel/XFormatConditions.idl
+++ b/oovbaapi/ooo/vba/excel/XFormatConditions.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XFormatConditions_idl__
-#define __ooo_vba_excel_XFormatConditions_idl__
-
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XCollection.idl>
module ooo { module vba { module excel
{
@@ -52,6 +47,4 @@ interface XFormatConditions
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XGlobals.idl b/oovbaapi/ooo/vba/excel/XGlobals.idl
index cc9475a405ea..f2343daa2144 100644
--- a/oovbaapi/ooo/vba/excel/XGlobals.idl
+++ b/oovbaapi/ooo/vba/excel/XGlobals.idl
@@ -16,15 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XGlobals_idl__
-#define __ooo_vba_excel_XGlobals_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/excel/XWorkbook.idl>
-#include <ooo/vba/excel/XWorksheet.idl>
-#include <ooo/vba/XAssistant.idl>
-#include <ooo/vba/excel/XApplication.idl>
module ooo { module vba { module excel {
@@ -66,7 +57,5 @@ XRange Intersect([in] XRange Arg1, [in] XRange Arg2, [in] /*Optional*/ any Arg3,
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XGraphicObjects.idl b/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
index 42a7152cc97e..038bdf44aa65 100644
--- a/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XGraphicObjects.idl
@@ -21,11 +21,6 @@
controls embedded in sheets. All these symbols are deprecated
in VBA and kept for compatibility with old VBA scripts. */
-#ifndef __ooo_vba_excel_XGraphicObjects_idl__
-#define __ooo_vba_excel_XGraphicObjects_idl__
-
-#include <ooo/vba/XCollection.idl>
-
/* Note: This file collects all compatibility interfaces for collections of
@@ -84,6 +79,4 @@ interface XGraphicObjects : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XHPageBreak.idl b/oovbaapi/ooo/vba/excel/XHPageBreak.idl
index a63b210cc54e..30986c7b2f2a 100644
--- a/oovbaapi/ooo/vba/excel/XHPageBreak.idl
+++ b/oovbaapi/ooo/vba/excel/XHPageBreak.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XHPageBreak_idl__
-#define __ooo_vba_excel_XHPageBreak_idl__
-
-#include <ooo/vba/excel/XPageBreak.idl>
@@ -37,7 +33,5 @@ interface XHPageBreak
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XHPageBreaks.idl b/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
index 3767db8fdd0d..5ca48b1076ee 100644
--- a/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
+++ b/oovbaapi/ooo/vba/excel/XHPageBreaks.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XHPageBreaks_idl__
-#define __ooo_vba_excel_XHPageBreaks_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XCollection.idl>
@@ -44,7 +37,5 @@ interface XHPageBreaks
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XHyperlink.idl b/oovbaapi/ooo/vba/excel/XHyperlink.idl
index 4aaacd82cc6b..00df67cb1f12 100644
--- a/oovbaapi/ooo/vba/excel/XHyperlink.idl
+++ b/oovbaapi/ooo/vba/excel/XHyperlink.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XHyperlink_idl__
-#define __ooo_vba_excel_XHyperlink_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
@@ -53,6 +49,4 @@ interface XHyperlink
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XHyperlinks.idl b/oovbaapi/ooo/vba/excel/XHyperlinks.idl
index 7e33f2dfc9aa..1df4c9353e12 100644
--- a/oovbaapi/ooo/vba/excel/XHyperlinks.idl
+++ b/oovbaapi/ooo/vba/excel/XHyperlinks.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XHyperlinks_idl__
-#define __ooo_vba_excel_XHyperlinks_idl__
-
-#include <ooo/vba/XCollection.idl>
-
module ooo { module vba { module excel {
@@ -59,6 +54,4 @@ interface XHyperlinks
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XInterior.idl b/oovbaapi/ooo/vba/excel/XInterior.idl
index 98e24dd625a9..139d9f068570 100644
--- a/oovbaapi/ooo/vba/excel/XInterior.idl
+++ b/oovbaapi/ooo/vba/excel/XInterior.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XInterior_idl__
-#define __ooo_vba_excel_XInterior_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -47,7 +42,5 @@ interface XInterior
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XLineObjects.idl b/oovbaapi/ooo/vba/excel/XLineObjects.idl
index 031108cb624c..06bdca9c7312 100644
--- a/oovbaapi/ooo/vba/excel/XLineObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XLineObjects.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XLineObjects_idl__
-#define __ooo_vba_excel_XLineObjects_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module ooo { module vba { module excel {
/** Collections that implement this interface provide access to a specific type
@@ -52,6 +47,4 @@ interface XLineObjects : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XMenu.idl b/oovbaapi/ooo/vba/excel/XMenu.idl
index f80e6b06df42..bbd10fb54888 100644
--- a/oovbaapi/ooo/vba/excel/XMenu.idl
+++ b/oovbaapi/ooo/vba/excel/XMenu.idl
@@ -6,11 +6,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_excel_XMenu_idl__
-#define __ooo_vba_excel_XMenu_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module excel {
@@ -28,6 +23,4 @@ interface XMenu
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XMenuBar.idl b/oovbaapi/ooo/vba/excel/XMenuBar.idl
index 4928a43f0ca4..04d910c37fcd 100644
--- a/oovbaapi/ooo/vba/excel/XMenuBar.idl
+++ b/oovbaapi/ooo/vba/excel/XMenuBar.idl
@@ -6,11 +6,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_excel_XMenuBar_idl__
-#define __ooo_vba_excel_XMenuBar_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module excel {
@@ -25,6 +20,4 @@ interface XMenuBar
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XMenuBars.idl b/oovbaapi/ooo/vba/excel/XMenuBars.idl
index 20ef89196279..021298f27b89 100644
--- a/oovbaapi/ooo/vba/excel/XMenuBars.idl
+++ b/oovbaapi/ooo/vba/excel/XMenuBars.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XMenuBars_idl__
-#define __ooo_vba_excel_XMenuBars_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XCollection.idl>
@@ -39,6 +32,4 @@ interface XMenuBars
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XMenuItem.idl b/oovbaapi/ooo/vba/excel/XMenuItem.idl
index 402038373417..de036eff03d4 100644
--- a/oovbaapi/ooo/vba/excel/XMenuItem.idl
+++ b/oovbaapi/ooo/vba/excel/XMenuItem.idl
@@ -6,11 +6,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_excel_XMenuItem_idl__
-#define __ooo_vba_excel_XMenuItem_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module excel {
@@ -28,6 +23,4 @@ interface XMenuItem
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XMenuItems.idl b/oovbaapi/ooo/vba/excel/XMenuItems.idl
index 1b1fd635d1a7..c9a80126dadb 100644
--- a/oovbaapi/ooo/vba/excel/XMenuItems.idl
+++ b/oovbaapi/ooo/vba/excel/XMenuItems.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XMenuItems_idl__
-#define __ooo_vba_excel_XMenuItems_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XCollection.idl>
@@ -43,6 +36,4 @@ interface XMenuItems
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XMenus.idl b/oovbaapi/ooo/vba/excel/XMenus.idl
index 97d15da90afe..c4a79f5f0b4a 100644
--- a/oovbaapi/ooo/vba/excel/XMenus.idl
+++ b/oovbaapi/ooo/vba/excel/XMenus.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XMenus_idl__
-#define __ooo_vba_excel_XMenus_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XCollection.idl>
@@ -43,6 +36,4 @@ interface XMenus
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XName.idl b/oovbaapi/ooo/vba/excel/XName.idl
index 8c12fcdabc96..0900de04fd62 100644
--- a/oovbaapi/ooo/vba/excel/XName.idl
+++ b/oovbaapi/ooo/vba/excel/XName.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XName_idl__
-#define __ooo_vba_excel_XName_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -49,6 +44,4 @@ interface XName
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XNames.idl b/oovbaapi/ooo/vba/excel/XNames.idl
index c89905fa88fd..0bfa3a9c596c 100644
--- a/oovbaapi/ooo/vba/excel/XNames.idl
+++ b/oovbaapi/ooo/vba/excel/XNames.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XNames_idl__
-#define __ooo_vba_excel_XNames_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -37,6 +32,4 @@ interface XNames
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XOLEObject.idl b/oovbaapi/ooo/vba/excel/XOLEObject.idl
index b7b199d88ccb..1ebfab87d378 100644
--- a/oovbaapi/ooo/vba/excel/XOLEObject.idl
+++ b/oovbaapi/ooo/vba/excel/XOLEObject.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XOLEObject_idl__
-#define __ooo_vba_excel_XOLEObject_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -46,7 +41,5 @@ interface XOLEObject
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XOLEObjects.idl b/oovbaapi/ooo/vba/excel/XOLEObjects.idl
index c10a90d142d7..d9fd4f0ddd0c 100644
--- a/oovbaapi/ooo/vba/excel/XOLEObjects.idl
+++ b/oovbaapi/ooo/vba/excel/XOLEObjects.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XOLEObjects_idl__
-#define __ooo_vba_excel_XOLEObjects_idl__
-
-#include <ooo/vba/XCollection.idl>
module ooo { module vba { module excel {
@@ -36,7 +32,5 @@ interface XOLEObjects
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XOutline.idl b/oovbaapi/ooo/vba/excel/XOutline.idl
index d1a2a7271f10..6c2d71780904 100644
--- a/oovbaapi/ooo/vba/excel/XOutline.idl
+++ b/oovbaapi/ooo/vba/excel/XOutline.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XOutline_idl__
-#define __ooo_vba_excel_XOutline_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -43,7 +38,5 @@ interface XOutline
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XPageBreak.idl b/oovbaapi/ooo/vba/excel/XPageBreak.idl
index ae4461e7175c..fa0fb2865b28 100644
--- a/oovbaapi/ooo/vba/excel/XPageBreak.idl
+++ b/oovbaapi/ooo/vba/excel/XPageBreak.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XPageBreak_idl__
-#define __ooo_vba_excel_XPageBreak_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
@@ -49,7 +43,5 @@ interface XPageBreak
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XPageSetup.idl b/oovbaapi/ooo/vba/excel/XPageSetup.idl
index ec4fff937dad..cfc4ce9de2d0 100644
--- a/oovbaapi/ooo/vba/excel/XPageSetup.idl
+++ b/oovbaapi/ooo/vba/excel/XPageSetup.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XPageSetup_idl__
-#define __ooo_vba_excel_XPageSetup_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -62,7 +57,5 @@ interface XPageSetup : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XPane.idl b/oovbaapi/ooo/vba/excel/XPane.idl
index 876c28dff618..0ae5dc9dd02b 100644
--- a/oovbaapi/ooo/vba/excel/XPane.idl
+++ b/oovbaapi/ooo/vba/excel/XPane.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_helper_XPane_idl__
-#define __com_sun_star_helper_XPane_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -43,6 +39,4 @@ interface XPane : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XPivotCache.idl b/oovbaapi/ooo/vba/excel/XPivotCache.idl
index 4c0a2d61175a..2cd700538ce3 100644
--- a/oovbaapi/ooo/vba/excel/XPivotCache.idl
+++ b/oovbaapi/ooo/vba/excel/XPivotCache.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XPivotCache_idl__
-#define __ooo_vba_excel_XPivotCache_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -39,7 +34,5 @@ interface XPivotCache
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XPivotTable.idl b/oovbaapi/ooo/vba/excel/XPivotTable.idl
index 4f3d0e1abdce..8dc2f4c3119a 100644
--- a/oovbaapi/ooo/vba/excel/XPivotTable.idl
+++ b/oovbaapi/ooo/vba/excel/XPivotTable.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XPivotTable_idl__
-#define __ooo_vba_excel_XPivotTable_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/excel/XPivotCache.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -40,7 +34,5 @@ interface XPivotTable
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XPivotTables.idl b/oovbaapi/ooo/vba/excel/XPivotTables.idl
index c721083e5b2c..7744a9d60898 100644
--- a/oovbaapi/ooo/vba/excel/XPivotTables.idl
+++ b/oovbaapi/ooo/vba/excel/XPivotTables.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XPivotTables_idl__
-#define __ooo_vba_excel_XPivotTables_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -41,7 +36,5 @@ interface XPivotTables
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XRange.idl b/oovbaapi/ooo/vba/excel/XRange.idl
index 32f75a309795..e640f39eb33e 100644
--- a/oovbaapi/ooo/vba/excel/XRange.idl
+++ b/oovbaapi/ooo/vba/excel/XRange.idl
@@ -16,19 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XRange_idl__
-#define __ooo_vba_excel_XRange_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#include <com/sun/star/script/XDefaultProperty.idl>
-#include <com/sun/star/script/XDefaultMethod.idl>
-#include <com/sun/star/script/XErrorQuery.idl>
-#include <ooo/vba/XCollection.idl>
-#include <ooo/vba/excel/XFormat.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
@@ -156,7 +143,5 @@ interface XRange
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XSeries.idl b/oovbaapi/ooo/vba/excel/XSeries.idl
index f3d255e5efa2..099cbbc18c49 100644
--- a/oovbaapi/ooo/vba/excel/XSeries.idl
+++ b/oovbaapi/ooo/vba/excel/XSeries.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XSeries_idl__
-#define __ooo_vba_excel_XSeries_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -42,7 +37,5 @@ interface XSeries
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XSeriesCollection.idl b/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
index fdafe78aa21b..f9cfc688a90f 100644
--- a/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
+++ b/oovbaapi/ooo/vba/excel/XSeriesCollection.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XSeriesCollection_idl__
-#define __ooo_vba_excel_XSeriesCollection_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
module ooo { module vba { module excel {
@@ -40,7 +35,5 @@ interface XSeriesCollection
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XSheetObject.idl b/oovbaapi/ooo/vba/excel/XSheetObject.idl
index 748663bc7562..13c58488b405 100644
--- a/oovbaapi/ooo/vba/excel/XSheetObject.idl
+++ b/oovbaapi/ooo/vba/excel/XSheetObject.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XSheetObject_idl__
-#define __ooo_vba_excel_XSheetObject_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-
/* Note: This is a compatibility interface for drawing objects and drawing
controls embedded in sheets. All these symbols are deprecated
in VBA and kept for compatibility with old VBA scripts. */
@@ -69,6 +64,4 @@ interface XSheetObject : ooo::vba::XHelperInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XStyle.idl b/oovbaapi/ooo/vba/excel/XStyle.idl
index f7802bcb7736..21b29dbfc4fb 100644
--- a/oovbaapi/ooo/vba/excel/XStyle.idl
+++ b/oovbaapi/ooo/vba/excel/XStyle.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XStyle_idl__
-#define __ooo_vba_excel_XStyle_idl__
-
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/excel/XFormat.idl>
-
module ooo { module vba { module excel {
interface XStyle
{
@@ -80,6 +73,4 @@ interface XStyle
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XStyles.idl b/oovbaapi/ooo/vba/excel/XStyles.idl
index f0221886fce8..739e0a6406ed 100644
--- a/oovbaapi/ooo/vba/excel/XStyles.idl
+++ b/oovbaapi/ooo/vba/excel/XStyles.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XStyles_idl__
-#define __ooo_vba_excel_XStyles_idl__
-
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/XCollection.idl>
-
module ooo { module vba { module excel {
interface XStyle;
interface XStyles
@@ -48,6 +41,4 @@ interface XStyles
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XTextFrame.idl b/oovbaapi/ooo/vba/excel/XTextFrame.idl
index cefbefadb997..7d909e70eab0 100644
--- a/oovbaapi/ooo/vba/excel/XTextFrame.idl
+++ b/oovbaapi/ooo/vba/excel/XTextFrame.idl
@@ -16,16 +16,11 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XTextFrame_idl__
-#define __ooo_vba_excel_XTextFrame_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module excel {
interface XTextFrame : com::sun::star::uno::XInterface
{
};
}; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XTitle.idl b/oovbaapi/ooo/vba/excel/XTitle.idl
index 6efe4a4d53cd..78215db39349 100644
--- a/oovbaapi/ooo/vba/excel/XTitle.idl
+++ b/oovbaapi/ooo/vba/excel/XTitle.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XTitle_idl__
-#define __ooo_vba_excel_XTitle_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-
module ooo { module vba { module excel {
interface XCharacters;
@@ -99,6 +93,4 @@ interface XTitle
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XVPageBreak.idl b/oovbaapi/ooo/vba/excel/XVPageBreak.idl
index b2854126b35c..0ef430510fa2 100644
--- a/oovbaapi/ooo/vba/excel/XVPageBreak.idl
+++ b/oovbaapi/ooo/vba/excel/XVPageBreak.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XVPageBreak_idl__
-#define __ooo_vba_excel_XVPageBreak_idl__
-
-#include <ooo/vba/excel/XPageBreak.idl>
@@ -36,7 +32,5 @@ interface XVPageBreak
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XVPageBreaks.idl b/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
index 477e2b0be95d..651ca431991c 100644
--- a/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
+++ b/oovbaapi/ooo/vba/excel/XVPageBreaks.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XVPageBreaks_idl__
-#define __ooo_vba_excel_XVPageBreaks_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XCollection.idl>
@@ -44,7 +37,5 @@ interface XVPageBreaks
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XValidation.idl b/oovbaapi/ooo/vba/excel/XValidation.idl
index 5d1cccccf55c..082f498ab7f5 100644
--- a/oovbaapi/ooo/vba/excel/XValidation.idl
+++ b/oovbaapi/ooo/vba/excel/XValidation.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XValidation_idl__
-#define __ooo_vba_excel_XValidation_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -51,7 +46,5 @@ interface XValidation
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XWindow.idl b/oovbaapi/ooo/vba/excel/XWindow.idl
index 5132849e019a..6987d15a9d4f 100644
--- a/oovbaapi/ooo/vba/excel/XWindow.idl
+++ b/oovbaapi/ooo/vba/excel/XWindow.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XWindow_idl__
-#define __ooo_vba_excel_XWindow_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
@@ -83,7 +79,5 @@ interface XWindow : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XWindows.idl b/oovbaapi/ooo/vba/excel/XWindows.idl
index 7f60a72e7254..26f6ec869bed 100644
--- a/oovbaapi/ooo/vba/excel/XWindows.idl
+++ b/oovbaapi/ooo/vba/excel/XWindows.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XWindows_idl__
-#define __ooo_vba_excel_XWindows_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -38,7 +33,5 @@ interface XWindows
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XWorkbook.idl b/oovbaapi/ooo/vba/excel/XWorkbook.idl
index fe310e2adc1a..3d509597c224 100644
--- a/oovbaapi/ooo/vba/excel/XWorkbook.idl
+++ b/oovbaapi/ooo/vba/excel/XWorkbook.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XWorkbook_idl__
-#define __ooo_vba_excel_XWorkbook_idl__
-
-#include <com/sun/star/lang/XUnoTunnel.idl>
module ooo { module vba { module excel {
@@ -54,6 +50,4 @@ interface XWorkbook
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XWorkbooks.idl b/oovbaapi/ooo/vba/excel/XWorkbooks.idl
index 11372d47cc41..852989d8f011 100644
--- a/oovbaapi/ooo/vba/excel/XWorkbooks.idl
+++ b/oovbaapi/ooo/vba/excel/XWorkbooks.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XWorkbooks_idl__
-#define __ooo_vba_excel_XWorkbooks_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -39,6 +34,4 @@ interface XWorkbooks : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XWorksheet.idl b/oovbaapi/ooo/vba/excel/XWorksheet.idl
index f6c3a93e94bd..1e7bfdb15bf6 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheet.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheet.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XWorksheet_idl__
-#define __ooo_vba_excel_XWorksheet_idl__
-
-#include <com/sun/star/lang/XUnoTunnel.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/XInvocation.idl>
-#include <com/sun/star/container/XNamed.idl>
@@ -112,6 +105,4 @@ interface XWorksheet
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl b/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
index fccbe9cb0e60..63f120e867df 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheetFunction.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XWSFunction_idl__
-#define __ooo_vba_excel_XWSFunction_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/beans/XExactName.idl>
-#include <com/sun/star/script/XInvocation.idl>
@@ -42,7 +35,5 @@ interface XWorksheetFunction
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XWorksheets.idl b/oovbaapi/ooo/vba/excel/XWorksheets.idl
index a883bf116fa8..798abb3d9c93 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheets.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheets.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XWorksheets_idl__
-#define __ooo_vba_excel_XWorksheets_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -41,6 +36,4 @@ interface XWorksheets
};
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl b/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl
index f3cb9ffa9e13..3a64c47cd518 100644
--- a/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl
+++ b/oovbaapi/ooo/vba/excel/XlBuildInDialog.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_excel_XlBuildInDialog_idl__
-#define __ooo_vba_excel_XlBuildInDialog_idl__
module ooo { module vba { module excel {
constants XlBuildInDialog
@@ -266,6 +264,5 @@ constants XlBuildInDialog
const long xlDialogZoom = 256; //(&H100)
};
}; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XButton.idl b/oovbaapi/ooo/vba/msforms/XButton.idl
index 15c5e75af0b0..56830f745fa4 100644
--- a/oovbaapi/ooo/vba/msforms/XButton.idl
+++ b/oovbaapi/ooo/vba/msforms/XButton.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XButton_idl__
-#define __ooo_vba_msforms_XButton_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module msforms {
@@ -34,7 +30,5 @@ interface XButton: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XCheckBox.idl b/oovbaapi/ooo/vba/msforms/XCheckBox.idl
index 517795877b8b..13d9d759715f 100644
--- a/oovbaapi/ooo/vba/msforms/XCheckBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XCheckBox.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XCheckBox_idl__
-#define __ooo_vba_msforms_XCheckBox_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/msforms/XNewFont.idl>
@@ -41,6 +36,4 @@ interface XCheckBox: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XColorFormat.idl b/oovbaapi/ooo/vba/msforms/XColorFormat.idl
index 838b6b14ee07..0cbd8ab7b4d4 100644
--- a/oovbaapi/ooo/vba/msforms/XColorFormat.idl
+++ b/oovbaapi/ooo/vba/msforms/XColorFormat.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XColorFormat_idl__
-#define __ooo_vba_msforms_XColorFormat_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module msforms {
@@ -30,6 +26,5 @@ interface XColorFormat : ooo::vba::XHelperInterface
};
};};};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XComboBox.idl b/oovbaapi/ooo/vba/msforms/XComboBox.idl
index 3575637224c6..6f9ad816953c 100644
--- a/oovbaapi/ooo/vba/msforms/XComboBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XComboBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XComboBox_idl__
-#define __ooo_vba_msforms_XComboBox_idl__
-
-#include <ooo/vba/msforms/XNewFont.idl>
-
module ooo { module vba { module msforms {
@@ -57,7 +52,5 @@ interface XComboBox
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XCommandButton.idl b/oovbaapi/ooo/vba/msforms/XCommandButton.idl
index 01dad0b2e9d5..afdd07e2723e 100644
--- a/oovbaapi/ooo/vba/msforms/XCommandButton.idl
+++ b/oovbaapi/ooo/vba/msforms/XCommandButton.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XCommandButton_idl__
-#define __ooo_vba_msforms_XCommandButton_idl__
-
-#include <ooo/vba/msforms/XNewFont.idl>
-
module ooo { module vba { module msforms {
@@ -44,7 +39,5 @@ interface XCommandButton
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XControl.idl b/oovbaapi/ooo/vba/msforms/XControl.idl
index 5ff8d536f1a4..2b8776ec5b44 100644
--- a/oovbaapi/ooo/vba/msforms/XControl.idl
+++ b/oovbaapi/ooo/vba/msforms/XControl.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XControl_idl__
-#define __ooo_vba_msforms_XControl_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/script/ScriptEvent.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module msforms {
@@ -58,7 +52,5 @@ interface XControl
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XControls.idl b/oovbaapi/ooo/vba/msforms/XControls.idl
index ed12d638d98a..33b259dd4388 100644
--- a/oovbaapi/ooo/vba/msforms/XControls.idl
+++ b/oovbaapi/ooo/vba/msforms/XControls.idl
@@ -16,11 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XControls_idl__
-#define __ooo_vba_msforms_XControls_idl__
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/XCollection.idl>
module ooo { module vba { module msforms {
interface XControl;
@@ -40,6 +36,4 @@ interface XControls
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XFillFormat.idl b/oovbaapi/ooo/vba/msforms/XFillFormat.idl
index ca623cac9e4e..ab1936177987 100644
--- a/oovbaapi/ooo/vba/msforms/XFillFormat.idl
+++ b/oovbaapi/ooo/vba/msforms/XFillFormat.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XFillFormat_idl__
-#define __ooo_vba_msforms_XFillFormat_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/msforms/XColorFormat.idl>
module ooo { module vba { module msforms {
interface XFillFormat : ooo::vba::XHelperInterface
@@ -34,6 +29,5 @@ interface XFillFormat : ooo::vba::XHelperInterface
};
};};};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XFrame.idl b/oovbaapi/ooo/vba/msforms/XFrame.idl
index 2600f4bf3d82..c64ed87fee31 100644
--- a/oovbaapi/ooo/vba/msforms/XFrame.idl
+++ b/oovbaapi/ooo/vba/msforms/XFrame.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XFrame_idl__
-#define __ooo_vba_msforms_XFrame_idl__
-
-#include <ooo/vba/msforms/XNewFont.idl>
-
module ooo { module vba { module msforms {
@@ -44,6 +39,4 @@ interface XFrame
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XGroupBox.idl b/oovbaapi/ooo/vba/msforms/XGroupBox.idl
index da9ce598ede5..f560d71fcefb 100644
--- a/oovbaapi/ooo/vba/msforms/XGroupBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XGroupBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XGroupBox_idl__
-#define __ooo_vba_msforms_XGroupBox_idl__
-
-#include <ooo/vba/msforms/XNewFont.idl>
-
module ooo { module vba { module msforms {
@@ -38,7 +33,5 @@ interface XGroupBox
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XImage.idl b/oovbaapi/ooo/vba/msforms/XImage.idl
index 9cd0b1dcb980..8100ab50ce37 100644
--- a/oovbaapi/ooo/vba/msforms/XImage.idl
+++ b/oovbaapi/ooo/vba/msforms/XImage.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XImage_idl__
-#define __ooo_vba_msforms_XImage_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module msforms {
@@ -34,7 +30,5 @@ interface XImage: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XLabel.idl b/oovbaapi/ooo/vba/msforms/XLabel.idl
index a2a4ea47e1b8..b973fb272044 100644
--- a/oovbaapi/ooo/vba/msforms/XLabel.idl
+++ b/oovbaapi/ooo/vba/msforms/XLabel.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XLabel_idl__
-#define __ooo_vba_msforms_XLabel_idl__
-
-#include <ooo/vba/msforms/XNewFont.idl>
-
module ooo { module vba { module msforms {
@@ -42,7 +37,5 @@ interface XLabel
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XLine.idl b/oovbaapi/ooo/vba/msforms/XLine.idl
index 18cd4be551ea..a1e29f026e89 100644
--- a/oovbaapi/ooo/vba/msforms/XLine.idl
+++ b/oovbaapi/ooo/vba/msforms/XLine.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XLineShape_idl__
-#define __ooo_vba_msforms_XLineShape_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module msforms {
@@ -36,6 +32,4 @@ interface XLine: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XLineFormat.idl b/oovbaapi/ooo/vba/msforms/XLineFormat.idl
index 4d107f5a6e51..32347d38d2aa 100644
--- a/oovbaapi/ooo/vba/msforms/XLineFormat.idl
+++ b/oovbaapi/ooo/vba/msforms/XLineFormat.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XLineFormat_idl__
-#define __ooo_vba_msforms_XLineFormat_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/msforms/XColorFormat.idl>
module ooo { module vba { module msforms {
interface XLineFormat : ooo::vba::XHelperInterface
@@ -41,6 +36,4 @@ interface XLineFormat : ooo::vba::XHelperInterface
};
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XListBox.idl b/oovbaapi/ooo/vba/msforms/XListBox.idl
index ba5df1c5a3ff..8323024fdb18 100644
--- a/oovbaapi/ooo/vba/msforms/XListBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XListBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XListBox_idl__
-#define __ooo_vba_msforms_XListBox_idl__
-
-#include <ooo/vba/msforms/XNewFont.idl>
-
module ooo { module vba { module msforms {
@@ -48,7 +43,5 @@ interface XListBox
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XMultiPage.idl b/oovbaapi/ooo/vba/msforms/XMultiPage.idl
index a04d55043a04..5b94952aa58d 100644
--- a/oovbaapi/ooo/vba/msforms/XMultiPage.idl
+++ b/oovbaapi/ooo/vba/msforms/XMultiPage.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XMultiPage_idl__
-#define __ooo_vba_msforms_XMultiPage_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module msforms {
@@ -35,7 +31,5 @@ interface XMultiPage: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XNewFont.idl b/oovbaapi/ooo/vba/msforms/XNewFont.idl
index 57916f06b9c5..25778d4e98dc 100644
--- a/oovbaapi/ooo/vba/msforms/XNewFont.idl
+++ b/oovbaapi/ooo/vba/msforms/XNewFont.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XNewFont_idl__
-#define __ooo_vba_msforms_XNewFont_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module ooo { module vba { module msforms {
@@ -46,6 +41,4 @@ interface XNewFont
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XOval.idl b/oovbaapi/ooo/vba/msforms/XOval.idl
index e87fea25484d..8273fb111410 100644
--- a/oovbaapi/ooo/vba/msforms/XOval.idl
+++ b/oovbaapi/ooo/vba/msforms/XOval.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XOvalShape_idl__
-#define __ooo_vba_msforms_XOvalShape_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module msforms {
@@ -36,6 +32,4 @@ interface XOval: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XPages.idl b/oovbaapi/ooo/vba/msforms/XPages.idl
index d950a3f17e39..4f2818266c18 100644
--- a/oovbaapi/ooo/vba/msforms/XPages.idl
+++ b/oovbaapi/ooo/vba/msforms/XPages.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XPage_idl__
-#define __ooo_vba_msforms_XPage_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,7 +31,5 @@ interface XPages
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XPictureFormat.idl b/oovbaapi/ooo/vba/msforms/XPictureFormat.idl
index 424f146756e6..7c91c9c2871a 100644
--- a/oovbaapi/ooo/vba/msforms/XPictureFormat.idl
+++ b/oovbaapi/ooo/vba/msforms/XPictureFormat.idl
@@ -16,12 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XPictureFormat_idl__
-#define __ooo_vba_msforms_XPictureFormat_idl__
-#include <ooo/vba/XHelperInterface.idl>
-
module ooo { module vba { module msforms {
interface XPictureFormat : ooo::vba::XHelperInterface
{
@@ -32,6 +28,4 @@ interface XPictureFormat : ooo::vba::XHelperInterface
};
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XProgressBar.idl b/oovbaapi/ooo/vba/msforms/XProgressBar.idl
index cfb4df3aea34..76568aaa4cf9 100644
--- a/oovbaapi/ooo/vba/msforms/XProgressBar.idl
+++ b/oovbaapi/ooo/vba/msforms/XProgressBar.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XProgressBar_idl__
-#define __ooo_vba_msforms_XProgressBar_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module msforms {
@@ -34,7 +30,5 @@ interface XProgressBar: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XRadioButton.idl b/oovbaapi/ooo/vba/msforms/XRadioButton.idl
index 022611df74e7..10d38ecd52cf 100644
--- a/oovbaapi/ooo/vba/msforms/XRadioButton.idl
+++ b/oovbaapi/ooo/vba/msforms/XRadioButton.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XRadioButton_idl__
-#define __ooo_vba_msforms_XRadioButton_idl__
-
-#include <ooo/vba/msforms/XNewFont.idl>
-
module ooo { module vba { module msforms {
@@ -39,7 +34,5 @@ interface XRadioButton
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XReturnBoolean.idl b/oovbaapi/ooo/vba/msforms/XReturnBoolean.idl
index 6e0489a6fac1..d40dca00ecbb 100644
--- a/oovbaapi/ooo/vba/msforms/XReturnBoolean.idl
+++ b/oovbaapi/ooo/vba/msforms/XReturnBoolean.idl
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <com/sun/star/uno/XInterface.idl>
-
module ooo { module vba { module msforms {
interface XReturnBoolean
{
diff --git a/oovbaapi/ooo/vba/msforms/XReturnEffect.idl b/oovbaapi/ooo/vba/msforms/XReturnEffect.idl
index f4f2c42c7f10..5fd98b86d9a8 100644
--- a/oovbaapi/ooo/vba/msforms/XReturnEffect.idl
+++ b/oovbaapi/ooo/vba/msforms/XReturnEffect.idl
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <com/sun/star/uno/XInterface.idl>
-
module ooo { module vba { module msforms {
interface XReturnEffect
{
diff --git a/oovbaapi/ooo/vba/msforms/XReturnInteger.idl b/oovbaapi/ooo/vba/msforms/XReturnInteger.idl
index d2d3d2547829..a89b825ea62b 100644
--- a/oovbaapi/ooo/vba/msforms/XReturnInteger.idl
+++ b/oovbaapi/ooo/vba/msforms/XReturnInteger.idl
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <com/sun/star/uno/XInterface.idl>
-
module ooo { module vba { module msforms {
interface XReturnInteger
{
diff --git a/oovbaapi/ooo/vba/msforms/XReturnSingle.idl b/oovbaapi/ooo/vba/msforms/XReturnSingle.idl
index cd82b5586935..0d6e1c4be0eb 100644
--- a/oovbaapi/ooo/vba/msforms/XReturnSingle.idl
+++ b/oovbaapi/ooo/vba/msforms/XReturnSingle.idl
@@ -16,7 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module msforms {
interface XReturnSingle
diff --git a/oovbaapi/ooo/vba/msforms/XScrollBar.idl b/oovbaapi/ooo/vba/msforms/XScrollBar.idl
index bf19522c2992..fdf3091fd0f5 100644
--- a/oovbaapi/ooo/vba/msforms/XScrollBar.idl
+++ b/oovbaapi/ooo/vba/msforms/XScrollBar.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XScrollBar_idl__
-#define __ooo_vba_msforms_XScrollBar_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module msforms {
@@ -38,7 +34,5 @@ interface XScrollBar: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XShape.idl b/oovbaapi/ooo/vba/msforms/XShape.idl
index 1337645798ae..a5dfa64ee427 100644
--- a/oovbaapi/ooo/vba/msforms/XShape.idl
+++ b/oovbaapi/ooo/vba/msforms/XShape.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XShape_idl__
-#define __ooo_vba_msforms_XShape_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/msforms/XLineFormat.idl>
-#include <ooo/vba/msforms/XFillFormat.idl>
-#include <ooo/vba/msforms/XPictureFormat.idl>
module ooo { module vba { module msforms {
interface XShapeRange;
@@ -60,6 +53,4 @@ interface XShape : ooo::vba::XHelperInterface
};
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XShapeRange.idl b/oovbaapi/ooo/vba/msforms/XShapeRange.idl
index 0e1c19cc8602..c99fb8d4b69c 100644
--- a/oovbaapi/ooo/vba/msforms/XShapeRange.idl
+++ b/oovbaapi/ooo/vba/msforms/XShapeRange.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XShapeRange_idl__
-#define __ooo_vba_msforms_XShapeRange_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/msforms/XShape.idl>
-#include <ooo/vba/XCollection.idl>
module ooo { module vba { module msforms {
@@ -54,6 +48,4 @@ interface XShapeRange
};
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XShapes.idl b/oovbaapi/ooo/vba/msforms/XShapes.idl
index b34345ebdc50..051b03f50bff 100644
--- a/oovbaapi/ooo/vba/msforms/XShapes.idl
+++ b/oovbaapi/ooo/vba/msforms/XShapes.idl
@@ -16,11 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XShapes_idl__
-#define __ooo_vba_msforms_XShapes_idl__
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/XCollection.idl>
module ooo { module vba { module msforms {
interface XShapeRange;
@@ -41,6 +37,4 @@ interface XShapes
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XSpinButton.idl b/oovbaapi/ooo/vba/msforms/XSpinButton.idl
index 77935d9b1b81..3310294704ed 100644
--- a/oovbaapi/ooo/vba/msforms/XSpinButton.idl
+++ b/oovbaapi/ooo/vba/msforms/XSpinButton.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XSpinButton_idl__
-#define __ooo_vba_msforms_XSpinButton_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module msforms {
@@ -36,7 +32,5 @@ interface XSpinButton: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XTextBox.idl b/oovbaapi/ooo/vba/msforms/XTextBox.idl
index feda1afb3b4c..b0b67d635b39 100644
--- a/oovbaapi/ooo/vba/msforms/XTextBox.idl
+++ b/oovbaapi/ooo/vba/msforms/XTextBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XTextBox_idl__
-#define __ooo_vba_msforms_XTextBox_idl__
-
-#include <ooo/vba/msforms/XNewFont.idl>
-
module ooo { module vba { module msforms {
@@ -47,7 +42,5 @@ interface XTextBox
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl b/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl
index 78ac8a3e7014..e5f63fa6b1a2 100644
--- a/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl
+++ b/oovbaapi/ooo/vba/msforms/XTextBoxShape.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XTextBoxShape_idl__
-#define __ooo_vba_msforms_XTextBoxShape_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/excel/XCharacters.idl>
module ooo { module vba { module msforms {
@@ -36,7 +31,5 @@ interface XTextBoxShape: com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XTextFrame.idl b/oovbaapi/ooo/vba/msforms/XTextFrame.idl
index 4b411aa400d4..5d0c9c2ddfc3 100644
--- a/oovbaapi/ooo/vba/msforms/XTextFrame.idl
+++ b/oovbaapi/ooo/vba/msforms/XTextFrame.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XTextFrame_idl__
-#define __ooo_vba_msforms_XTextFrame_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module msforms {
interface XTextFrame : ooo::vba::XHelperInterface
@@ -34,6 +30,5 @@ interface XTextFrame : ooo::vba::XHelperInterface
Range TextRange();*/
};
}; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XToggleButton.idl b/oovbaapi/ooo/vba/msforms/XToggleButton.idl
index fa575e508a79..bd894488ed20 100644
--- a/oovbaapi/ooo/vba/msforms/XToggleButton.idl
+++ b/oovbaapi/ooo/vba/msforms/XToggleButton.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XToggleButton_idl__
-#define __ooo_vba_msforms_XToggleButton_idl__
-
-#include <ooo/vba/msforms/XCommandButton.idl>
-
module ooo { module vba { module msforms {
@@ -38,7 +33,5 @@ interface XToggleButton
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/msforms/XUserForm.idl b/oovbaapi/ooo/vba/msforms/XUserForm.idl
index 73bf1636fa09..9a2e05f24e14 100644
--- a/oovbaapi/ooo/vba/msforms/XUserForm.idl
+++ b/oovbaapi/ooo/vba/msforms/XUserForm.idl
@@ -16,11 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_msforms_XUserForm_idl__
-#define __ooo_vba_msforms_XUserForm_idl__
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/XInvocation.idl>
module ooo { module vba { module msforms {
interface XUserForm
{
@@ -37,6 +33,4 @@ interface XUserForm
};
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XAddin.idl b/oovbaapi/ooo/vba/word/XAddin.idl
index 482d3aff0643..4c0066577620 100644
--- a/oovbaapi/ooo/vba/word/XAddin.idl
+++ b/oovbaapi/ooo/vba/word/XAddin.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XAddin_idl__
-#define __ooo_vba_word_XAddin_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/container/XNamed.idl>
module ooo { module vba { module word {
@@ -37,7 +31,5 @@ interface XAddin
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XAddins.idl b/oovbaapi/ooo/vba/word/XAddins.idl
index 2097c8807979..d4e973b491e4 100644
--- a/oovbaapi/ooo/vba/word/XAddins.idl
+++ b/oovbaapi/ooo/vba/word/XAddins.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XAddins_idl__
-#define __ooo_vba_word_XAddins_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XAddins
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XApplication.idl b/oovbaapi/ooo/vba/word/XApplication.idl
index 76d8a326c806..257903eb47f2 100644
--- a/oovbaapi/ooo/vba/word/XApplication.idl
+++ b/oovbaapi/ooo/vba/word/XApplication.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XApplication_idl__
-#define __ooo_vba_word_XApplication_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -65,7 +60,5 @@ interface XApplication : XConnectable
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XApplicationOutgoing.idl b/oovbaapi/ooo/vba/word/XApplicationOutgoing.idl
index 3eab2dd5a291..fdfdf8bb2c1d 100644
--- a/oovbaapi/ooo/vba/word/XApplicationOutgoing.idl
+++ b/oovbaapi/ooo/vba/word/XApplicationOutgoing.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_word_XApplicationOutgoing_idl__
-#define __ooo_vba_word_XApplicationOutgoing_idl__
-
module ooo { module vba { module word {
// Despite being here in ooo::vba, this has nothing to do with "VBA" (Visual Basic for
@@ -34,6 +31,4 @@ interface XApplicationOutgoing : XInterfaceWithIID
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XAutoTextEntries.idl b/oovbaapi/ooo/vba/word/XAutoTextEntries.idl
index d1df87baf378..1e617cde0919 100644
--- a/oovbaapi/ooo/vba/word/XAutoTextEntries.idl
+++ b/oovbaapi/ooo/vba/word/XAutoTextEntries.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XAutoTextEntries_idl__
-#define __ooo_vba_word_XAutoTextEntries_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XAutoTextEntries
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XAutoTextEntry.idl b/oovbaapi/ooo/vba/word/XAutoTextEntry.idl
index f0692f70f112..10458484c257 100644
--- a/oovbaapi/ooo/vba/word/XAutoTextEntry.idl
+++ b/oovbaapi/ooo/vba/word/XAutoTextEntry.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XAutoTextEntry_idl__
-#define __ooo_vba_word_XAutoTextEntry_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/container/XNamed.idl>
module ooo { module vba { module word {
@@ -35,7 +29,5 @@ interface XAutoTextEntry
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XBookmark.idl b/oovbaapi/ooo/vba/word/XBookmark.idl
index 8edf2c2d2d2a..51b0a76c1645 100644
--- a/oovbaapi/ooo/vba/word/XBookmark.idl
+++ b/oovbaapi/ooo/vba/word/XBookmark.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XBookmark_idl__
-#define __ooo_vba_word_XBookmark_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/container/XNamed.idl>
module ooo { module vba { module word {
@@ -37,7 +31,5 @@ interface XBookmark
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XBookmarks.idl b/oovbaapi/ooo/vba/word/XBookmarks.idl
index 70109363f17d..dcc0c4f030ac 100644
--- a/oovbaapi/ooo/vba/word/XBookmarks.idl
+++ b/oovbaapi/ooo/vba/word/XBookmarks.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XBookmarks_idl__
-#define __ooo_vba_word_XBookmarks_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -42,6 +37,4 @@ interface XBookmarks
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XBorder.idl b/oovbaapi/ooo/vba/word/XBorder.idl
index 164214a83477..507ef7cd181b 100644
--- a/oovbaapi/ooo/vba/word/XBorder.idl
+++ b/oovbaapi/ooo/vba/word/XBorder.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XBorder_idl__
-#define __ooo_vba_word_XBorder_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -39,7 +34,5 @@ interface XBorder
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XBorders.idl b/oovbaapi/ooo/vba/word/XBorders.idl
index 98870189e134..473b286900f5 100644
--- a/oovbaapi/ooo/vba/word/XBorders.idl
+++ b/oovbaapi/ooo/vba/word/XBorders.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XBorders_idl__
-#define __ooo_vba_word_XBorders_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -39,7 +34,5 @@ interface XBorders
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XCell.idl b/oovbaapi/ooo/vba/word/XCell.idl
index 5c1e349f4e92..26c2cf4006c9 100644
--- a/oovbaapi/ooo/vba/word/XCell.idl
+++ b/oovbaapi/ooo/vba/word/XCell.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XCell_idl__
-#define __ooo_vba_word_XCell_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -38,6 +33,4 @@ interface XCell
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XCells.idl b/oovbaapi/ooo/vba/word/XCells.idl
index 3c45ba98506b..c748fafc8611 100644
--- a/oovbaapi/ooo/vba/word/XCells.idl
+++ b/oovbaapi/ooo/vba/word/XCells.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XCells_idl__
-#define __ooo_vba_word_XCells_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -43,6 +38,4 @@ interface XCells
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XCheckBox.idl b/oovbaapi/ooo/vba/word/XCheckBox.idl
index 6cd82ada0e37..42b7dd8b1f60 100644
--- a/oovbaapi/ooo/vba/word/XCheckBox.idl
+++ b/oovbaapi/ooo/vba/word/XCheckBox.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XCheckBox_idl__
-#define __ooo_vba_word_XCheckBox_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -33,6 +28,4 @@ interface XCheckBox
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XColumn.idl b/oovbaapi/ooo/vba/word/XColumn.idl
index 58185cca66fc..6e83d34d78eb 100644
--- a/oovbaapi/ooo/vba/word/XColumn.idl
+++ b/oovbaapi/ooo/vba/word/XColumn.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XColumn_idl__
-#define __ooo_vba_word_XColumn_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -35,6 +30,4 @@ interface XColumn
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XColumns.idl b/oovbaapi/ooo/vba/word/XColumns.idl
index c0fffe3c8270..b247ae5a0523 100644
--- a/oovbaapi/ooo/vba/word/XColumns.idl
+++ b/oovbaapi/ooo/vba/word/XColumns.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XColumns_idl__
-#define __ooo_vba_word_XColumns_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -40,6 +35,4 @@ interface XColumns
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XDialog.idl b/oovbaapi/ooo/vba/word/XDialog.idl
index 024e5dbb56ec..f28a474c9de8 100644
--- a/oovbaapi/ooo/vba/word/XDialog.idl
+++ b/oovbaapi/ooo/vba/word/XDialog.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XDialog_idl__
-#define __ooo_vba_word_XDialog_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -35,6 +30,4 @@ interface XDialog : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XDialogs.idl b/oovbaapi/ooo/vba/word/XDialogs.idl
index a7a43a4a560a..46a03790e3bc 100644
--- a/oovbaapi/ooo/vba/word/XDialogs.idl
+++ b/oovbaapi/ooo/vba/word/XDialogs.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XDialogs_idl__
-#define __ooo_vba_word_XDialogs_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -34,6 +29,4 @@ interface XDialogs : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XDocument.idl b/oovbaapi/ooo/vba/word/XDocument.idl
index 80cbfe977d78..d9717a7eea0c 100644
--- a/oovbaapi/ooo/vba/word/XDocument.idl
+++ b/oovbaapi/ooo/vba/word/XDocument.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XDocument_idl__
-#define __ooo_vba_word_XDocument_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/word/XRange.idl>
-#include <com/sun/star/script/XInvocation.idl>
module ooo { module vba { module word {
@@ -70,7 +63,5 @@ interface XDocument
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XDocumentOutgoing.idl b/oovbaapi/ooo/vba/word/XDocumentOutgoing.idl
index 3d2e0c70cd2e..45514ed448b3 100644
--- a/oovbaapi/ooo/vba/word/XDocumentOutgoing.idl
+++ b/oovbaapi/ooo/vba/word/XDocumentOutgoing.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_word_XDocumentOutgoing_idl__
-#define __ooo_vba_word_XDocumentOutgoing_idl__
-
module ooo { module vba { module word {
// Despite being here in ooo::vba, this has nothing to do with "VBA" (Visual Basic for
@@ -30,6 +27,4 @@ interface XDocumentOutgoing : XInterfaceWithIID
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XDocuments.idl b/oovbaapi/ooo/vba/word/XDocuments.idl
index bb98020a35b1..04470139a3e3 100644
--- a/oovbaapi/ooo/vba/word/XDocuments.idl
+++ b/oovbaapi/ooo/vba/word/XDocuments.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XDocuments_idl__
-#define __ooo_vba_word_XDocuments_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
module ooo { module vba { module word {
@@ -40,6 +35,4 @@ interface XDocuments : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XField.idl b/oovbaapi/ooo/vba/word/XField.idl
index 291aa382dd8a..108a64f75391 100644
--- a/oovbaapi/ooo/vba/word/XField.idl
+++ b/oovbaapi/ooo/vba/word/XField.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XField_idl__
-#define __ooo_vba_word_XField_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-
module ooo { module vba { module word {
interface XField
@@ -33,6 +28,4 @@ interface XField
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XFields.idl b/oovbaapi/ooo/vba/word/XFields.idl
index ddab2d73aa42..986f53453024 100644
--- a/oovbaapi/ooo/vba/word/XFields.idl
+++ b/oovbaapi/ooo/vba/word/XFields.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word__XFields_idl__
-#define __ooo_vba_word__XFields_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/XCollection.idl>
-
module ooo { module vba { module word {
interface XRange;
@@ -37,6 +31,4 @@ interface XFields
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XFind.idl b/oovbaapi/ooo/vba/word/XFind.idl
index 6a70ee6eef99..2d9e8148c36c 100644
--- a/oovbaapi/ooo/vba/word/XFind.idl
+++ b/oovbaapi/ooo/vba/word/XFind.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XFind_idl__
-#define __ooo_vba_word_XFind_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -66,7 +61,5 @@ interface XFind
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XFont.idl b/oovbaapi/ooo/vba/word/XFont.idl
index b746c135c88f..a36ea5419237 100644
--- a/oovbaapi/ooo/vba/word/XFont.idl
+++ b/oovbaapi/ooo/vba/word/XFont.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XFont_idl__
-#define __ooo_vba_word_XFont_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -35,7 +29,5 @@ interface XFont : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XFormField.idl b/oovbaapi/ooo/vba/word/XFormField.idl
index f8a4f411d44f..3131fda872f5 100644
--- a/oovbaapi/ooo/vba/word/XFormField.idl
+++ b/oovbaapi/ooo/vba/word/XFormField.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XFormField_idl__
-#define __ooo_vba_word_XFormField_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -37,6 +32,4 @@ interface XFormField
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XFormFields.idl b/oovbaapi/ooo/vba/word/XFormFields.idl
index 42191375955e..bef2aa9d919b 100644
--- a/oovbaapi/ooo/vba/word/XFormFields.idl
+++ b/oovbaapi/ooo/vba/word/XFormFields.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XFormFields_idl__
-#define __ooo_vba_word_XFormFields_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XFormFields
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XFrame.idl b/oovbaapi/ooo/vba/word/XFrame.idl
index ccd677c99acc..68b18f4bb72d 100644
--- a/oovbaapi/ooo/vba/word/XFrame.idl
+++ b/oovbaapi/ooo/vba/word/XFrame.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XFrame_idl__
-#define __ooo_vba_word_XFrame_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/container/XNamed.idl>
module ooo { module vba { module word {
@@ -34,6 +28,4 @@ interface XFrame
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XFrames.idl b/oovbaapi/ooo/vba/word/XFrames.idl
index ed012b4437b6..286ee9f8ee79 100644
--- a/oovbaapi/ooo/vba/word/XFrames.idl
+++ b/oovbaapi/ooo/vba/word/XFrames.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XFrames_idl__
-#define __ooo_vba_word_XFrames_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XFrames
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XGlobals.idl b/oovbaapi/ooo/vba/word/XGlobals.idl
index b76ef8f62d82..9808187a0d9f 100644
--- a/oovbaapi/ooo/vba/word/XGlobals.idl
+++ b/oovbaapi/ooo/vba/word/XGlobals.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XGlobals_idl__
-#define __ooo_vba_word_XGlobals_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module ooo { module vba { module word {
interface XDocument;
@@ -45,7 +41,5 @@ interface XGlobals : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XHeaderFooter.idl b/oovbaapi/ooo/vba/word/XHeaderFooter.idl
index e0ce3746ee17..626a6472d242 100644
--- a/oovbaapi/ooo/vba/word/XHeaderFooter.idl
+++ b/oovbaapi/ooo/vba/word/XHeaderFooter.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XHeaderFooter_idl__
-#define __ooo_vba_word_XHeaderFooter_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -38,7 +33,5 @@ interface XHeaderFooter
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XHeadersFooters.idl b/oovbaapi/ooo/vba/word/XHeadersFooters.idl
index 1d2d59063f2b..8289c88c288a 100644
--- a/oovbaapi/ooo/vba/word/XHeadersFooters.idl
+++ b/oovbaapi/ooo/vba/word/XHeadersFooters.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XHeadersFooters_idl__
-#define __ooo_vba_word_XHeadersFooters_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XHeadersFooters
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XListFormat.idl b/oovbaapi/ooo/vba/word/XListFormat.idl
index b30ca8655bb2..5174610885c1 100644
--- a/oovbaapi/ooo/vba/word/XListFormat.idl
+++ b/oovbaapi/ooo/vba/word/XListFormat.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XListFormat_idl__
-#define __ooo_vba_word_XListFormat_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -39,6 +34,4 @@ interface XListFormat
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XListGalleries.idl b/oovbaapi/ooo/vba/word/XListGalleries.idl
index 5a271146e58c..1faa7bfb7a1c 100644
--- a/oovbaapi/ooo/vba/word/XListGalleries.idl
+++ b/oovbaapi/ooo/vba/word/XListGalleries.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XListGalleries_idl__
-#define __ooo_vba_word_XListGalleries_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XListGalleries
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XListGallery.idl b/oovbaapi/ooo/vba/word/XListGallery.idl
index ba1f6d26e48a..eb43e162bb5a 100644
--- a/oovbaapi/ooo/vba/word/XListGallery.idl
+++ b/oovbaapi/ooo/vba/word/XListGallery.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XListGallery_idl__
-#define __ooo_vba_word_XListGallery_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -33,6 +28,4 @@ interface XListGallery
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XListLevel.idl b/oovbaapi/ooo/vba/word/XListLevel.idl
index 49228fe08592..fd89db40a1f0 100644
--- a/oovbaapi/ooo/vba/word/XListLevel.idl
+++ b/oovbaapi/ooo/vba/word/XListLevel.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XListLevel_idl__
-#define __ooo_vba_word_XListLevel_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-
module ooo { module vba { module word {
interface XFont;
@@ -46,6 +40,4 @@ interface XListLevel
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XListLevels.idl b/oovbaapi/ooo/vba/word/XListLevels.idl
index 7dfdccff46ad..f8185fe1852d 100644
--- a/oovbaapi/ooo/vba/word/XListLevels.idl
+++ b/oovbaapi/ooo/vba/word/XListLevels.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XListLevels_idl__
-#define __ooo_vba_word_XListLevels_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XListLevels
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XListTemplate.idl b/oovbaapi/ooo/vba/word/XListTemplate.idl
index 38ce58b422c9..236b38d46de4 100644
--- a/oovbaapi/ooo/vba/word/XListTemplate.idl
+++ b/oovbaapi/ooo/vba/word/XListTemplate.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XListTemplate_idl__
-#define __ooo_vba_word_XListTemplate_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -33,6 +28,4 @@ interface XListTemplate
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XListTemplates.idl b/oovbaapi/ooo/vba/word/XListTemplates.idl
index 71b1f5d440c2..6f9f3066ad00 100644
--- a/oovbaapi/ooo/vba/word/XListTemplates.idl
+++ b/oovbaapi/ooo/vba/word/XListTemplates.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XListTemplates_idl__
-#define __ooo_vba_word_XListTemplates_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XListTemplates
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XMailMerge.idl b/oovbaapi/ooo/vba/word/XMailMerge.idl
index 203ffe2dfaa6..01d98ea49ef3 100644
--- a/oovbaapi/ooo/vba/word/XMailMerge.idl
+++ b/oovbaapi/ooo/vba/word/XMailMerge.idl
@@ -6,8 +6,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __ooo_vba_word_XMailMerge_idl__
-#define __ooo_vba_word_XMailMerge_idl__
module ooo { module vba { module word {
@@ -35,6 +33,4 @@ interface XMailMerge : XHelperInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XOptions.idl b/oovbaapi/ooo/vba/word/XOptions.idl
index 497f7782e323..37fc85545d60 100644
--- a/oovbaapi/ooo/vba/word/XOptions.idl
+++ b/oovbaapi/ooo/vba/word/XOptions.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XOptions_idl__
-#define __ooo_vba_word_XOptions_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -47,7 +42,5 @@ interface XOptions
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XPageSetup.idl b/oovbaapi/ooo/vba/word/XPageSetup.idl
index 2766a4a3ad4e..5cf3da9a953f 100644
--- a/oovbaapi/ooo/vba/word/XPageSetup.idl
+++ b/oovbaapi/ooo/vba/word/XPageSetup.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XPageSetup_idl__
-#define __ooo_vba_word_XPageSetup_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -42,7 +37,5 @@ interface XPageSetup : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XPane.idl b/oovbaapi/ooo/vba/word/XPane.idl
index 05fa6f62d8a5..3de78c32c90b 100644
--- a/oovbaapi/ooo/vba/word/XPane.idl
+++ b/oovbaapi/ooo/vba/word/XPane.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XPane_idl__
-#define __ooo_vba_word_XPane_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -34,7 +29,5 @@ interface XPane
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XPanes.idl b/oovbaapi/ooo/vba/word/XPanes.idl
index 5fbae5296ebf..b612b1825490 100644
--- a/oovbaapi/ooo/vba/word/XPanes.idl
+++ b/oovbaapi/ooo/vba/word/XPanes.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XPanes_idl__
-#define __ooo_vba_word_XPanes_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XPanes
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XParagraph.idl b/oovbaapi/ooo/vba/word/XParagraph.idl
index 89ab0dec0c5e..51242b538641 100644
--- a/oovbaapi/ooo/vba/word/XParagraph.idl
+++ b/oovbaapi/ooo/vba/word/XParagraph.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XParagraph_idl__
-#define __ooo_vba_word_XParagraph_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -35,7 +30,5 @@ interface XParagraph
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XParagraphFormat.idl b/oovbaapi/ooo/vba/word/XParagraphFormat.idl
index 61b9478a9fa1..fb81e4904ae2 100644
--- a/oovbaapi/ooo/vba/word/XParagraphFormat.idl
+++ b/oovbaapi/ooo/vba/word/XParagraphFormat.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XParagraphFormat_idl__
-#define __ooo_vba_word_XParagraphFormat_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -52,7 +46,5 @@ interface XParagraphFormat
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XParagraphs.idl b/oovbaapi/ooo/vba/word/XParagraphs.idl
index e1c75963f507..54256127e4ae 100644
--- a/oovbaapi/ooo/vba/word/XParagraphs.idl
+++ b/oovbaapi/ooo/vba/word/XParagraphs.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XParagraphs_idl__
-#define __ooo_vba_word_XParagraphs_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XParagraphs
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XRange.idl b/oovbaapi/ooo/vba/word/XRange.idl
index f139e2cfa080..fa0bf5e6d718 100644
--- a/oovbaapi/ooo/vba/word/XRange.idl
+++ b/oovbaapi/ooo/vba/word/XRange.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XRange_idl__
-#define __ooo_vba_word_XRange_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/text/XTextRange.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -60,7 +54,5 @@ interface XRange
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XReplacement.idl b/oovbaapi/ooo/vba/word/XReplacement.idl
index 609d11c984da..f7d2f55bc8f2 100644
--- a/oovbaapi/ooo/vba/word/XReplacement.idl
+++ b/oovbaapi/ooo/vba/word/XReplacement.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XReplacement_idl__
-#define __ooo_vba_word_XReplacement_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -35,7 +30,5 @@ interface XReplacement
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XRevision.idl b/oovbaapi/ooo/vba/word/XRevision.idl
index 1ed412c75fb5..ce390291d47c 100644
--- a/oovbaapi/ooo/vba/word/XRevision.idl
+++ b/oovbaapi/ooo/vba/word/XRevision.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XRevision_idl__
-#define __ooo_vba_word_XRevision_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -35,6 +30,4 @@ interface XRevision
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XRevisions.idl b/oovbaapi/ooo/vba/word/XRevisions.idl
index a0f04d31dd58..82fdcdb9402e 100644
--- a/oovbaapi/ooo/vba/word/XRevisions.idl
+++ b/oovbaapi/ooo/vba/word/XRevisions.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XRevisions_idl__
-#define __ooo_vba_word_XRevisions_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -39,6 +34,4 @@ interface XRevisions
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XRow.idl b/oovbaapi/ooo/vba/word/XRow.idl
index 1a2d3e26cfde..360d66e67fe6 100644
--- a/oovbaapi/ooo/vba/word/XRow.idl
+++ b/oovbaapi/ooo/vba/word/XRow.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XRow_idl__
-#define __ooo_vba_word_XRow_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -37,6 +32,4 @@ interface XRow
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XRows.idl b/oovbaapi/ooo/vba/word/XRows.idl
index 116dcc661a31..4a7c059e65d9 100644
--- a/oovbaapi/ooo/vba/word/XRows.idl
+++ b/oovbaapi/ooo/vba/word/XRows.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XRows_idl__
-#define __ooo_vba_word_XRows_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -44,6 +39,4 @@ interface XRows
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XSection.idl b/oovbaapi/ooo/vba/word/XSection.idl
index 65c68a72705c..7dc6f9951a49 100644
--- a/oovbaapi/ooo/vba/word/XSection.idl
+++ b/oovbaapi/ooo/vba/word/XSection.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XSection_idl__
-#define __ooo_vba_word_XSection_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -37,7 +32,5 @@ interface XSection
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XSections.idl b/oovbaapi/ooo/vba/word/XSections.idl
index 82effd51cf5f..6d7aced4467e 100644
--- a/oovbaapi/ooo/vba/word/XSections.idl
+++ b/oovbaapi/ooo/vba/word/XSections.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XSections_idl__
-#define __ooo_vba_word_XSections_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -38,6 +33,4 @@ interface XSections
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XSelection.idl b/oovbaapi/ooo/vba/word/XSelection.idl
index 21234d5bee65..dde41e1292d7 100644
--- a/oovbaapi/ooo/vba/word/XSelection.idl
+++ b/oovbaapi/ooo/vba/word/XSelection.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XSelection_idl__
-#define __ooo_vba_word_XSelection_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -82,7 +77,5 @@ interface XSelection
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XStyle.idl b/oovbaapi/ooo/vba/word/XStyle.idl
index 92de3c928b63..c1b847a04c18 100644
--- a/oovbaapi/ooo/vba/word/XStyle.idl
+++ b/oovbaapi/ooo/vba/word/XStyle.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XStyle_idl__
-#define __ooo_vba_word_XStyle_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/script/XDefaultProperty.idl>
module ooo { module vba { module word {
@@ -47,7 +41,5 @@ interface XStyle
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XStyles.idl b/oovbaapi/ooo/vba/word/XStyles.idl
index 31512b589079..36d8e32fbc25 100644
--- a/oovbaapi/ooo/vba/word/XStyles.idl
+++ b/oovbaapi/ooo/vba/word/XStyles.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XStyles_idl__
-#define __ooo_vba_word_XStyles_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -36,6 +31,4 @@ interface XStyles
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XSystem.idl b/oovbaapi/ooo/vba/word/XSystem.idl
index 97fda5f5dc1a..babb79d17aea 100644
--- a/oovbaapi/ooo/vba/word/XSystem.idl
+++ b/oovbaapi/ooo/vba/word/XSystem.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XSystem_idl__
-#define __ooo_vba_word_XSystem_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -35,7 +30,5 @@ interface XSystem
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XTabStop.idl b/oovbaapi/ooo/vba/word/XTabStop.idl
index 710dfcb5103e..1c0bb3ed5ac2 100644
--- a/oovbaapi/ooo/vba/word/XTabStop.idl
+++ b/oovbaapi/ooo/vba/word/XTabStop.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XTabStop_idl__
-#define __ooo_vba_word_XTabStop_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -31,6 +26,4 @@ interface XTabStop
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XTabStops.idl b/oovbaapi/ooo/vba/word/XTabStops.idl
index 70c68baaec57..8c7e068800f7 100644
--- a/oovbaapi/ooo/vba/word/XTabStops.idl
+++ b/oovbaapi/ooo/vba/word/XTabStops.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XTabStops_idl__
-#define __ooo_vba_word_XTabStops_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XCollection.idl>
module ooo { module vba { module word {
@@ -36,6 +30,4 @@ interface XTabStops
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XTable.idl b/oovbaapi/ooo/vba/word/XTable.idl
index 3c689b6200f8..0ce702c7e613 100644
--- a/oovbaapi/ooo/vba/word/XTable.idl
+++ b/oovbaapi/ooo/vba/word/XTable.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XTable_idl__
-#define __ooo_vba_word_XTable_idl__
-
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
-
module ooo { module vba { module word {
interface XRange;
@@ -64,6 +58,4 @@ interface XTable
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XTableOfContents.idl b/oovbaapi/ooo/vba/word/XTableOfContents.idl
index adfaf8c8ed2f..0ee61a15eaf8 100644
--- a/oovbaapi/ooo/vba/word/XTableOfContents.idl
+++ b/oovbaapi/ooo/vba/word/XTableOfContents.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XTableOfContents_idl__
-#define __ooo_vba_word_XTableOfContents_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -39,6 +34,4 @@ interface XTableOfContents
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XTables.idl b/oovbaapi/ooo/vba/word/XTables.idl
index 0fb190a1102f..e03708a3aaf5 100644
--- a/oovbaapi/ooo/vba/word/XTables.idl
+++ b/oovbaapi/ooo/vba/word/XTables.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word__XTables_idl__
-#define __ooo_vba_word__XTables_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
-#include <ooo/vba/XCollection.idl>
-#include <ooo/vba/word/XTable.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-
module ooo { module vba { module word {
interface XRange;
@@ -48,6 +40,4 @@ interface XTables
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XTablesOfContents.idl b/oovbaapi/ooo/vba/word/XTablesOfContents.idl
index 0447b56b6835..86bb8ea53b1a 100644
--- a/oovbaapi/ooo/vba/word/XTablesOfContents.idl
+++ b/oovbaapi/ooo/vba/word/XTablesOfContents.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XTablesOfContents_idl__
-#define __ooo_vba_word_XTablesOfContents_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
-
@@ -41,6 +35,4 @@ interface XTablesOfContents
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XTemplate.idl b/oovbaapi/ooo/vba/word/XTemplate.idl
index dc4fe1614998..651880eef712 100644
--- a/oovbaapi/ooo/vba/word/XTemplate.idl
+++ b/oovbaapi/ooo/vba/word/XTemplate.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XTemplate_idl__
-#define __ooo_vba_word_XTemplate_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -36,7 +31,5 @@ interface XTemplate
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XVariable.idl b/oovbaapi/ooo/vba/word/XVariable.idl
index e132ffd14e16..7938a3407c5f 100644
--- a/oovbaapi/ooo/vba/word/XVariable.idl
+++ b/oovbaapi/ooo/vba/word/XVariable.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XVariable_idl__
-#define __ooo_vba_word_XVariable_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
-#include <com/sun/star/container/XNamed.idl>
module ooo { module vba { module word {
@@ -36,7 +30,5 @@ interface XVariable
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XVariables.idl b/oovbaapi/ooo/vba/word/XVariables.idl
index 069311ef128f..0c9c0204a41d 100644
--- a/oovbaapi/ooo/vba/word/XVariables.idl
+++ b/oovbaapi/ooo/vba/word/XVariables.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XVariables_idl__
-#define __ooo_vba_word_XVariables_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
@@ -38,6 +33,4 @@ interface XVariables
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XView.idl b/oovbaapi/ooo/vba/word/XView.idl
index 788aa3d48e8b..985e5611fbf4 100644
--- a/oovbaapi/ooo/vba/word/XView.idl
+++ b/oovbaapi/ooo/vba/word/XView.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XView_idl__
-#define __ooo_vba_word_XView_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/script/BasicErrorException.idl>
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
@@ -41,7 +35,5 @@ interface XView
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XWindow.idl b/oovbaapi/ooo/vba/word/XWindow.idl
index 649cad3415f7..6ebec3671f73 100644
--- a/oovbaapi/ooo/vba/word/XWindow.idl
+++ b/oovbaapi/ooo/vba/word/XWindow.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XWindow_idl__
-#define __ooo_vba_word_XWindow_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XHelperInterface.idl>
@@ -43,7 +38,5 @@ interface XWindow : com::sun::star::uno::XInterface
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XWordBasic.idl b/oovbaapi/ooo/vba/word/XWordBasic.idl
index 5a381daf3867..7c694703a843 100644
--- a/oovbaapi/ooo/vba/word/XWordBasic.idl
+++ b/oovbaapi/ooo/vba/word/XWordBasic.idl
@@ -7,8 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*/
-#ifndef __ooo_vba_word_XWordBasic_idl__
-#define __ooo_vba_word_XWordBasic_idl__
module ooo { module vba { module word {
@@ -48,6 +46,4 @@ interface XWordBasic
}; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/word/XWrapFormat.idl b/oovbaapi/ooo/vba/word/XWrapFormat.idl
index b78954bed4bf..7422308cbc76 100644
--- a/oovbaapi/ooo/vba/word/XWrapFormat.idl
+++ b/oovbaapi/ooo/vba/word/XWrapFormat.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ooo_vba_word_XWrapFormat_idl__
-#define __ooo_vba_word_XWrapFormat_idl__
-
-#include <ooo/vba/XHelperInterface.idl>
module ooo { module vba { module word {
interface XWrapFormat : ooo::vba::XHelperInterface
@@ -32,6 +28,5 @@ interface XWrapFormat : ooo::vba::XHelperInterface
[attribute] float DistanceRight;
};
}; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */