summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
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 /offapi/com/sun/star/awt
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 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/AccessibleButton.idl13
-rw-r--r--offapi/com/sun/star/awt/AccessibleCheckBox.idl13
-rw-r--r--offapi/com/sun/star/awt/AccessibleComboBox.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleDropDownListBox.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleEdit.idl12
-rw-r--r--offapi/com/sun/star/awt/AccessibleFixedText.idl11
-rw-r--r--offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleList.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleListBox.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleListBoxList.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleListItem.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenu.idl14
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuBar.idl11
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuItem.idl13
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuSeparator.idl10
-rw-r--r--offapi/com/sun/star/awt/AccessiblePopupMenu.idl11
-rw-r--r--offapi/com/sun/star/awt/AccessibleRadioButton.idl13
-rw-r--r--offapi/com/sun/star/awt/AccessibleScrollBar.idl12
-rw-r--r--offapi/com/sun/star/awt/AccessibleStatusBar.idl10
-rw-r--r--offapi/com/sun/star/awt/AccessibleStatusBarItem.idl11
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBar.idl10
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBarPage.idl10
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBarPageList.idl11
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabControl.idl11
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabPage.idl11
-rw-r--r--offapi/com/sun/star/awt/AccessibleTextField.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleToolBox.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleToolBoxItem.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleTreeListBox.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl7
-rw-r--r--offapi/com/sun/star/awt/AccessibleWindow.idl10
-rw-r--r--offapi/com/sun/star/awt/ActionEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/AdjustmentEvent.idl8
-rw-r--r--offapi/com/sun/star/awt/AdjustmentType.idl4
-rw-r--r--offapi/com/sun/star/awt/AnimatedImagesControl.idl7
-rw-r--r--offapi/com/sun/star/awt/AnimatedImagesControlModel.idl7
-rw-r--r--offapi/com/sun/star/awt/AsyncCallback.idl7
-rw-r--r--offapi/com/sun/star/awt/CharSet.idl4
-rw-r--r--offapi/com/sun/star/awt/Command.idl5
-rw-r--r--offapi/com/sun/star/awt/ContainerWindowProvider.idl8
-rw-r--r--offapi/com/sun/star/awt/DeviceCapability.idl4
-rw-r--r--offapi/com/sun/star/awt/DeviceInfo.idl4
-rw-r--r--offapi/com/sun/star/awt/DialogProvider.idl11
-rw-r--r--offapi/com/sun/star/awt/DialogProvider2.idl8
-rw-r--r--offapi/com/sun/star/awt/DockingData.idl6
-rw-r--r--offapi/com/sun/star/awt/DockingEvent.idl9
-rw-r--r--offapi/com/sun/star/awt/EndDockingEvent.idl7
-rw-r--r--offapi/com/sun/star/awt/EndPopupModeEvent.idl7
-rw-r--r--offapi/com/sun/star/awt/EnhancedMouseEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/FieldUnit.idl4
-rw-r--r--offapi/com/sun/star/awt/FocusChangeReason.idl4
-rw-r--r--offapi/com/sun/star/awt/FocusEvent.idl8
-rw-r--r--offapi/com/sun/star/awt/FontDescriptor.idl6
-rw-r--r--offapi/com/sun/star/awt/FontEmphasisMark.idl5
-rw-r--r--offapi/com/sun/star/awt/FontFamily.idl4
-rw-r--r--offapi/com/sun/star/awt/FontPitch.idl4
-rw-r--r--offapi/com/sun/star/awt/FontRelief.idl4
-rw-r--r--offapi/com/sun/star/awt/FontSlant.idl4
-rw-r--r--offapi/com/sun/star/awt/FontStrikeout.idl4
-rw-r--r--offapi/com/sun/star/awt/FontType.idl4
-rw-r--r--offapi/com/sun/star/awt/FontUnderline.idl4
-rw-r--r--offapi/com/sun/star/awt/FontWeight.idl4
-rw-r--r--offapi/com/sun/star/awt/FontWidth.idl4
-rw-r--r--offapi/com/sun/star/awt/Gradient.idl8
-rw-r--r--offapi/com/sun/star/awt/GradientStyle.idl4
-rw-r--r--offapi/com/sun/star/awt/ImageAlign.idl4
-rw-r--r--offapi/com/sun/star/awt/ImageDrawMode.idl4
-rw-r--r--offapi/com/sun/star/awt/ImagePosition.idl5
-rw-r--r--offapi/com/sun/star/awt/ImageScaleMode.idl5
-rw-r--r--offapi/com/sun/star/awt/ImageStatus.idl4
-rw-r--r--offapi/com/sun/star/awt/InputEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/InvalidateStyle.idl4
-rw-r--r--offapi/com/sun/star/awt/ItemEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/ItemListEvent.idl8
-rw-r--r--offapi/com/sun/star/awt/Key.idl4
-rw-r--r--offapi/com/sun/star/awt/KeyEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/KeyFunction.idl4
-rw-r--r--offapi/com/sun/star/awt/KeyGroup.idl4
-rw-r--r--offapi/com/sun/star/awt/KeyModifier.idl4
-rw-r--r--offapi/com/sun/star/awt/KeyStroke.idl4
-rw-r--r--offapi/com/sun/star/awt/LineEndFormat.idl4
-rw-r--r--offapi/com/sun/star/awt/MenuBar.idl6
-rw-r--r--offapi/com/sun/star/awt/MenuEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/MenuItemStyle.idl4
-rw-r--r--offapi/com/sun/star/awt/MenuItemType.idl4
-rw-r--r--offapi/com/sun/star/awt/MessageBoxButtons.idl4
-rw-r--r--offapi/com/sun/star/awt/MessageBoxResults.idl5
-rw-r--r--offapi/com/sun/star/awt/MessageBoxType.idl4
-rw-r--r--offapi/com/sun/star/awt/MouseButton.idl4
-rw-r--r--offapi/com/sun/star/awt/MouseEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/MouseWheelBehavior.idl5
-rw-r--r--offapi/com/sun/star/awt/PaintEvent.idl8
-rw-r--r--offapi/com/sun/star/awt/Point.idl4
-rw-r--r--offapi/com/sun/star/awt/Pointer.idl6
-rw-r--r--offapi/com/sun/star/awt/PopupMenu.idl6
-rw-r--r--offapi/com/sun/star/awt/PopupMenuDirection.idl4
-rw-r--r--offapi/com/sun/star/awt/PosSize.idl4
-rw-r--r--offapi/com/sun/star/awt/PrinterException.idl6
-rw-r--r--offapi/com/sun/star/awt/PrinterServer.idl7
-rw-r--r--offapi/com/sun/star/awt/PushButtonType.idl4
-rw-r--r--offapi/com/sun/star/awt/RasterOperation.idl4
-rw-r--r--offapi/com/sun/star/awt/Rectangle.idl4
-rw-r--r--offapi/com/sun/star/awt/RoadmapItem.idl4
-rw-r--r--offapi/com/sun/star/awt/ScrollBarOrientation.idl4
-rw-r--r--offapi/com/sun/star/awt/Selection.idl4
-rw-r--r--offapi/com/sun/star/awt/SimpleFontMetric.idl4
-rw-r--r--offapi/com/sun/star/awt/Size.idl4
-rw-r--r--offapi/com/sun/star/awt/SpinEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/SpinningProgressControlModel.idl7
-rw-r--r--offapi/com/sun/star/awt/Style.idl4
-rw-r--r--offapi/com/sun/star/awt/SystemDependentXWindow.idl4
-rw-r--r--offapi/com/sun/star/awt/SystemPointer.idl4
-rw-r--r--offapi/com/sun/star/awt/TabController.idl6
-rw-r--r--offapi/com/sun/star/awt/TabControllerModel.idl7
-rw-r--r--offapi/com/sun/star/awt/TextAlign.idl4
-rw-r--r--offapi/com/sun/star/awt/TextEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/Toolkit.idl6
-rw-r--r--offapi/com/sun/star/awt/UnoControl.idl10
-rw-r--r--offapi/com/sun/star/awt/UnoControlButton.idl10
-rw-r--r--offapi/com/sun/star/awt/UnoControlButtonModel.idl10
-rw-r--r--offapi/com/sun/star/awt/UnoControlCheckBox.idl9
-rw-r--r--offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl10
-rw-r--r--offapi/com/sun/star/awt/UnoControlComboBox.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlComboBoxModel.idl11
-rw-r--r--offapi/com/sun/star/awt/UnoControlContainer.idl9
-rw-r--r--offapi/com/sun/star/awt/UnoControlContainerModel.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlCurrencyField.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl11
-rw-r--r--offapi/com/sun/star/awt/UnoControlDateField.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlDateFieldModel.idl12
-rw-r--r--offapi/com/sun/star/awt/UnoControlDialog.idl6
-rw-r--r--offapi/com/sun/star/awt/UnoControlDialogElement.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlDialogModel.idl13
-rw-r--r--offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlEdit.idl11
-rw-r--r--offapi/com/sun/star/awt/UnoControlEditModel.idl11
-rw-r--r--offapi/com/sun/star/awt/UnoControlFileControl.idl6
-rw-r--r--offapi/com/sun/star/awt/UnoControlFileControlModel.idl11
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedHyperlink.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl9
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedLine.idl6
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedLineModel.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedText.idl10
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedTextModel.idl9
-rw-r--r--offapi/com/sun/star/awt/UnoControlFormattedField.idl7
-rw-r--r--offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl10
-rw-r--r--offapi/com/sun/star/awt/UnoControlGroupBox.idl6
-rw-r--r--offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl9
-rw-r--r--offapi/com/sun/star/awt/UnoControlImageControl.idl7
-rw-r--r--offapi/com/sun/star/awt/UnoControlImageControlModel.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlListBox.idl11
-rw-r--r--offapi/com/sun/star/awt/UnoControlListBoxModel.idl9
-rw-r--r--offapi/com/sun/star/awt/UnoControlModel.idl17
-rw-r--r--offapi/com/sun/star/awt/UnoControlNumericField.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl11
-rw-r--r--offapi/com/sun/star/awt/UnoControlPatternField.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl11
-rw-r--r--offapi/com/sun/star/awt/UnoControlProgressBar.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlProgressBarModel.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlRadioButton.idl9
-rw-r--r--offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl10
-rw-r--r--offapi/com/sun/star/awt/UnoControlRoadmap.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlRoadmapModel.idl9
-rw-r--r--offapi/com/sun/star/awt/UnoControlScrollBar.idl7
-rw-r--r--offapi/com/sun/star/awt/UnoControlScrollBarModel.idl7
-rw-r--r--offapi/com/sun/star/awt/UnoControlSpinButton.idl7
-rw-r--r--offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl7
-rw-r--r--offapi/com/sun/star/awt/UnoControlTimeField.idl8
-rw-r--r--offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl12
-rw-r--r--offapi/com/sun/star/awt/VclContainerEvent.idl8
-rw-r--r--offapi/com/sun/star/awt/VclWindowPeerAttribute.idl4
-rw-r--r--offapi/com/sun/star/awt/VisualEffect.idl5
-rw-r--r--offapi/com/sun/star/awt/WindowAttribute.idl4
-rw-r--r--offapi/com/sun/star/awt/WindowClass.idl4
-rw-r--r--offapi/com/sun/star/awt/WindowDescriptor.idl10
-rw-r--r--offapi/com/sun/star/awt/WindowEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/XActionListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XActivateListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XAdjustmentListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XAnimatedImages.idl10
-rw-r--r--offapi/com/sun/star/awt/XAnimation.idl7
-rw-r--r--offapi/com/sun/star/awt/XBitmap.idl8
-rw-r--r--offapi/com/sun/star/awt/XButton.idl8
-rw-r--r--offapi/com/sun/star/awt/XCallback.idl7
-rw-r--r--offapi/com/sun/star/awt/XCheckBox.idl8
-rw-r--r--offapi/com/sun/star/awt/XComboBox.idl10
-rw-r--r--offapi/com/sun/star/awt/XContainerWindowEventHandler.idl9
-rw-r--r--offapi/com/sun/star/awt/XContainerWindowProvider.idl9
-rw-r--r--offapi/com/sun/star/awt/XControl.idl16
-rw-r--r--offapi/com/sun/star/awt/XControlContainer.idl8
-rw-r--r--offapi/com/sun/star/awt/XControlModel.idl6
-rw-r--r--offapi/com/sun/star/awt/XCurrencyField.idl6
-rw-r--r--offapi/com/sun/star/awt/XDataTransferProviderAccess.idl7
-rw-r--r--offapi/com/sun/star/awt/XDateField.idl7
-rw-r--r--offapi/com/sun/star/awt/XDevice.idl10
-rw-r--r--offapi/com/sun/star/awt/XDialog.idl6
-rw-r--r--offapi/com/sun/star/awt/XDialog2.idl7
-rw-r--r--offapi/com/sun/star/awt/XDialogEventHandler.idl9
-rw-r--r--offapi/com/sun/star/awt/XDialogProvider.idl9
-rw-r--r--offapi/com/sun/star/awt/XDialogProvider2.idl8
-rw-r--r--offapi/com/sun/star/awt/XDisplayBitmap.idl6
-rw-r--r--offapi/com/sun/star/awt/XDisplayConnection.idl7
-rw-r--r--offapi/com/sun/star/awt/XDockableWindow.idl8
-rw-r--r--offapi/com/sun/star/awt/XDockableWindowListener.idl11
-rw-r--r--offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl7
-rw-r--r--offapi/com/sun/star/awt/XEventHandler.idl7
-rw-r--r--offapi/com/sun/star/awt/XExtendedToolkit.idl12
-rw-r--r--offapi/com/sun/star/awt/XFileDialog.idl6
-rw-r--r--offapi/com/sun/star/awt/XFixedHyperlink.idl7
-rw-r--r--offapi/com/sun/star/awt/XFixedText.idl6
-rw-r--r--offapi/com/sun/star/awt/XFocusListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XFont.idl10
-rw-r--r--offapi/com/sun/star/awt/XFont2.idl7
-rw-r--r--offapi/com/sun/star/awt/XFontMappingUse.idl8
-rw-r--r--offapi/com/sun/star/awt/XFontMappingUseItem.idl5
-rw-r--r--offapi/com/sun/star/awt/XGraphics.idl11
-rw-r--r--offapi/com/sun/star/awt/XGraphics2.idl8
-rw-r--r--offapi/com/sun/star/awt/XImageButton.idl8
-rw-r--r--offapi/com/sun/star/awt/XImageConsumer.idl6
-rw-r--r--offapi/com/sun/star/awt/XImageProducer.idl8
-rw-r--r--offapi/com/sun/star/awt/XInfoPrinter.idl8
-rw-r--r--offapi/com/sun/star/awt/XItemEventBroadcaster.idl7
-rw-r--r--offapi/com/sun/star/awt/XItemList.idl8
-rw-r--r--offapi/com/sun/star/awt/XItemListListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XItemListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XKeyHandler.idl9
-rw-r--r--offapi/com/sun/star/awt/XKeyListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XLayoutConstrains.idl8
-rw-r--r--offapi/com/sun/star/awt/XListBox.idl10
-rw-r--r--offapi/com/sun/star/awt/XMenu.idl7
-rw-r--r--offapi/com/sun/star/awt/XMenuBar.idl6
-rw-r--r--offapi/com/sun/star/awt/XMenuListener.idl7
-rw-r--r--offapi/com/sun/star/awt/XMessageBox.idl6
-rw-r--r--offapi/com/sun/star/awt/XMessageBoxFactory.idl10
-rw-r--r--offapi/com/sun/star/awt/XMetricField.idl7
-rw-r--r--offapi/com/sun/star/awt/XMouseClickHandler.idl7
-rw-r--r--offapi/com/sun/star/awt/XMouseListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XMouseMotionHandler.idl8
-rw-r--r--offapi/com/sun/star/awt/XMouseMotionListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XNumericField.idl6
-rw-r--r--offapi/com/sun/star/awt/XPaintListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XPatternField.idl6
-rw-r--r--offapi/com/sun/star/awt/XPointer.idl6
-rw-r--r--offapi/com/sun/star/awt/XPopupMenu.idl9
-rw-r--r--offapi/com/sun/star/awt/XPrinter.idl12
-rw-r--r--offapi/com/sun/star/awt/XPrinterPropertySet.idl10
-rw-r--r--offapi/com/sun/star/awt/XPrinterServer.idl10
-rw-r--r--offapi/com/sun/star/awt/XPrinterServer2.idl6
-rw-r--r--offapi/com/sun/star/awt/XProgressBar.idl8
-rw-r--r--offapi/com/sun/star/awt/XProgressMonitor.idl6
-rw-r--r--offapi/com/sun/star/awt/XRadioButton.idl8
-rw-r--r--offapi/com/sun/star/awt/XRegion.idl8
-rw-r--r--offapi/com/sun/star/awt/XRequestCallback.idl7
-rw-r--r--offapi/com/sun/star/awt/XReschedule.idl7
-rw-r--r--offapi/com/sun/star/awt/XScrollBar.idl8
-rw-r--r--offapi/com/sun/star/awt/XSimpleTabController.idl9
-rw-r--r--offapi/com/sun/star/awt/XSpinField.idl8
-rw-r--r--offapi/com/sun/star/awt/XSpinListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XSpinValue.idl8
-rw-r--r--offapi/com/sun/star/awt/XStyleChangeListener.idl7
-rw-r--r--offapi/com/sun/star/awt/XStyleSettings.idl9
-rw-r--r--offapi/com/sun/star/awt/XStyleSettingsSupplier.idl6
-rw-r--r--offapi/com/sun/star/awt/XSystemChildFactory.idl7
-rw-r--r--offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl6
-rw-r--r--offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl6
-rw-r--r--offapi/com/sun/star/awt/XTabController.idl12
-rw-r--r--offapi/com/sun/star/awt/XTabControllerModel.idl8
-rw-r--r--offapi/com/sun/star/awt/XTabListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XTextArea.idl6
-rw-r--r--offapi/com/sun/star/awt/XTextComponent.idl10
-rw-r--r--offapi/com/sun/star/awt/XTextEditField.idl6
-rw-r--r--offapi/com/sun/star/awt/XTextLayoutConstrains.idl8
-rw-r--r--offapi/com/sun/star/awt/XTextListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XTimeField.idl7
-rw-r--r--offapi/com/sun/star/awt/XToggleButton.idl8
-rw-r--r--offapi/com/sun/star/awt/XToolkit.idl18
-rw-r--r--offapi/com/sun/star/awt/XToolkit2.idl11
-rw-r--r--offapi/com/sun/star/awt/XToolkit3.idl7
-rw-r--r--offapi/com/sun/star/awt/XToolkitExperimental.idl7
-rw-r--r--offapi/com/sun/star/awt/XToolkitRobot.idl8
-rw-r--r--offapi/com/sun/star/awt/XTopWindow.idl10
-rw-r--r--offapi/com/sun/star/awt/XTopWindow2.idl8
-rw-r--r--offapi/com/sun/star/awt/XTopWindowListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XUnitConversion.idl9
-rw-r--r--offapi/com/sun/star/awt/XUnoControlContainer.idl8
-rw-r--r--offapi/com/sun/star/awt/XUnoControlDialog.idl11
-rw-r--r--offapi/com/sun/star/awt/XUserInputInterception.idl9
-rw-r--r--offapi/com/sun/star/awt/XVclContainer.idl10
-rw-r--r--offapi/com/sun/star/awt/XVclContainerListener.idl8
-rw-r--r--offapi/com/sun/star/awt/XVclContainerPeer.idl8
-rw-r--r--offapi/com/sun/star/awt/XVclWindowPeer.idl9
-rw-r--r--offapi/com/sun/star/awt/XView.idl10
-rw-r--r--offapi/com/sun/star/awt/XWindow.idl20
-rw-r--r--offapi/com/sun/star/awt/XWindow2.idl8
-rw-r--r--offapi/com/sun/star/awt/XWindowListener.idl10
-rw-r--r--offapi/com/sun/star/awt/XWindowListener2.idl6
-rw-r--r--offapi/com/sun/star/awt/XWindowPeer.idl9
-rw-r--r--offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/GridColumn.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/GridColumnEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/GridDataEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/GridInvalidDataException.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/GridInvalidModelException.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/GridSelectionEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/grid/SortableGridDataModel.idl8
-rw-r--r--offapi/com/sun/star/awt/grid/UnoControlGrid.idl10
-rw-r--r--offapi/com/sun/star/awt/grid/UnoControlGridModel.idl12
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumn.idl10
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumnListener.idl7
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumnModel.idl12
-rw-r--r--offapi/com/sun/star/awt/grid/XGridControl.idl8
-rw-r--r--offapi/com/sun/star/awt/grid/XGridDataListener.idl7
-rw-r--r--offapi/com/sun/star/awt/grid/XGridDataModel.idl9
-rw-r--r--offapi/com/sun/star/awt/grid/XGridRowSelection.idl7
-rw-r--r--offapi/com/sun/star/awt/grid/XGridSelectionListener.idl8
-rw-r--r--offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl9
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableGridData.idl8
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl8
-rw-r--r--offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPage.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl6
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPage.idl6
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainer.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageModel.idl9
-rw-r--r--offapi/com/sun/star/awt/tree/ExpandVetoException.idl7
-rw-r--r--offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl7
-rw-r--r--offapi/com/sun/star/awt/tree/MutableTreeNode.idl6
-rw-r--r--offapi/com/sun/star/awt/tree/TreeControl.idl6
-rw-r--r--offapi/com/sun/star/awt/tree/TreeControlModel.idl8
-rw-r--r--offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl7
-rw-r--r--offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl7
-rw-r--r--offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl7
-rw-r--r--offapi/com/sun/star/awt/tree/XMutableTreeNode.idl9
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeControl.idl9
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeDataModel.idl9
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl8
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeEditListener.idl8
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl9
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeNode.idl7
346 files changed, 0 insertions, 2619 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleButton.idl b/offapi/com/sun/star/awt/AccessibleButton.idl
index d4022e85b2e1..4ccd3495d882 100644
--- a/offapi/com/sun/star/awt/AccessibleButton.idl
+++ b/offapi/com/sun/star/awt/AccessibleButton.idl
@@ -17,17 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleButton_idl__
-#define __com_sun_star_awt_AccessibleButton_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleText.idl>
-#include <com/sun/star/accessibility/XAccessibleAction.idl>
-#include <com/sun/star/accessibility/XAccessibleValue.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a button.
@@ -103,6 +92,4 @@ service AccessibleButton
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleCheckBox.idl b/offapi/com/sun/star/awt/AccessibleCheckBox.idl
index 9ef4d9e9fff3..ecf11cebe7e8 100644
--- a/offapi/com/sun/star/awt/AccessibleCheckBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleCheckBox.idl
@@ -17,17 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleCheckBox_idl__
-#define __com_sun_star_awt_AccessibleCheckBox_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleText.idl>
-#include <com/sun/star/accessibility/XAccessibleAction.idl>
-#include <com/sun/star/accessibility/XAccessibleValue.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a check box.
@@ -106,6 +95,4 @@ service AccessibleCheckBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleComboBox.idl b/offapi/com/sun/star/awt/AccessibleComboBox.idl
index aa350b59cc17..76f77258e211 100644
--- a/offapi/com/sun/star/awt/AccessibleComboBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleComboBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleComboBox_idl__
-#define __com_sun_star_awt_AccessibleComboBox_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
interface XAccessibleText;
@@ -88,6 +83,4 @@ service AccessibleComboBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl b/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl
index 5e3aea6df310..9c671e734bd1 100644
--- a/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleDropDownComboBox_idl__
-#define __com_sun_star_awt_AccessibleDropDownComboBox_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -99,6 +94,4 @@ service AccessibleDropDownComboBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl b/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
index 62a649186da3..6102be87092c 100644
--- a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleDropDownListBox_idl__
-#define __com_sun_star_awt_AccessibleDropDownListBox_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -99,6 +94,4 @@ service AccessibleDropDownListBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleEdit.idl b/offapi/com/sun/star/awt/AccessibleEdit.idl
index 3c4cce690467..2a9526744bd8 100644
--- a/offapi/com/sun/star/awt/AccessibleEdit.idl
+++ b/offapi/com/sun/star/awt/AccessibleEdit.idl
@@ -17,16 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleEdit_idl__
-#define __com_sun_star_awt_AccessibleEdit_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleText.idl>
-#include <com/sun/star/accessibility/XAccessibleEditableText.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for an edit.
@@ -105,6 +95,4 @@ service AccessibleEdit
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleFixedText.idl b/offapi/com/sun/star/awt/AccessibleFixedText.idl
index bf50561bcac9..28099f50b74b 100644
--- a/offapi/com/sun/star/awt/AccessibleFixedText.idl
+++ b/offapi/com/sun/star/awt/AccessibleFixedText.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleFixedText_idl__
-#define __com_sun_star_awt_AccessibleFixedText_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleText.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a fixed text.
@@ -87,6 +78,4 @@ service AccessibleFixedText
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl
index 9d9325753290..38bb1552e4fe 100644
--- a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl
+++ b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleIconChoiceControl_idl__
-#define __com_sun_star_awt_AccessibleIconChoiceControl_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -94,6 +89,4 @@ service AccessibleIconChoiceControl
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl b/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl
index aa20ed1704b7..4fcd24e2a016 100644
--- a/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl
+++ b/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleIconChoiceControlEntry_idl__
-#define __com_sun_star_awt_AccessibleIconChoiceControlEntry_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -89,6 +84,4 @@ service AccessibleIconChoiceControlEntry
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleList.idl b/offapi/com/sun/star/awt/AccessibleList.idl
index c351d21c7872..d3d677f3d3e5 100644
--- a/offapi/com/sun/star/awt/AccessibleList.idl
+++ b/offapi/com/sun/star/awt/AccessibleList.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleList_idl__
-#define __com_sun_star_awt_AccessibleList_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
interface XAccessible;
@@ -115,6 +110,4 @@ service AccessibleList
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleListBox.idl b/offapi/com/sun/star/awt/AccessibleListBox.idl
index 388af78b8bac..1c343cbeb40b 100644
--- a/offapi/com/sun/star/awt/AccessibleListBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleListBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleListBox_idl__
-#define __com_sun_star_awt_AccessibleListBox_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
interface XAccessibleSelection;
@@ -87,6 +82,4 @@ service AccessibleListBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleListBoxList.idl b/offapi/com/sun/star/awt/AccessibleListBoxList.idl
index 7ff907899ace..5c691f43aa4d 100644
--- a/offapi/com/sun/star/awt/AccessibleListBoxList.idl
+++ b/offapi/com/sun/star/awt/AccessibleListBoxList.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleListBoxList_idl__
-#define __com_sun_star_awt_AccessibleListBoxList_idl__
-
-#include <com/sun/star/awt/AccessibleList.idl>
-
module com { module sun { module star { module awt {
@@ -39,6 +34,4 @@ service AccessibleListBoxList
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleListItem.idl b/offapi/com/sun/star/awt/AccessibleListItem.idl
index f4aa65a5c6ea..0f9db9c4e11b 100644
--- a/offapi/com/sun/star/awt/AccessibleListItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleListItem.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleListItem_idl__
-#define __com_sun_star_awt_AccessibleListItem_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -87,6 +82,4 @@ service AccessibleListItem
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleMenu.idl b/offapi/com/sun/star/awt/AccessibleMenu.idl
index d0bcd5197fc5..3cd51d5f96f4 100644
--- a/offapi/com/sun/star/awt/AccessibleMenu.idl
+++ b/offapi/com/sun/star/awt/AccessibleMenu.idl
@@ -17,18 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleMenu_idl__
-#define __com_sun_star_awt_AccessibleMenu_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleText.idl>
-#include <com/sun/star/accessibility/XAccessibleAction.idl>
-#include <com/sun/star/accessibility/XAccessibleValue.idl>
-#include <com/sun/star/accessibility/XAccessibleSelection.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a menu.
@@ -117,6 +105,4 @@ service AccessibleMenu
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleMenuBar.idl b/offapi/com/sun/star/awt/AccessibleMenuBar.idl
index 5ed8059e3e56..d36a42534a6d 100644
--- a/offapi/com/sun/star/awt/AccessibleMenuBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleMenuBar.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleMenuBar_idl__
-#define __com_sun_star_awt_AccessibleMenuBar_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleSelection.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a menu bar.
@@ -89,6 +80,4 @@ service AccessibleMenuBar
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleMenuItem.idl b/offapi/com/sun/star/awt/AccessibleMenuItem.idl
index efbe09efe67b..d83418961994 100644
--- a/offapi/com/sun/star/awt/AccessibleMenuItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleMenuItem.idl
@@ -17,17 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleMenuItem_idl__
-#define __com_sun_star_awt_AccessibleMenuItem_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleText.idl>
-#include <com/sun/star/accessibility/XAccessibleAction.idl>
-#include <com/sun/star/accessibility/XAccessibleValue.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a menu item.
@@ -108,6 +97,4 @@ service AccessibleMenuItem
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl
index ff2a282f51eb..b44015e0456d 100644
--- a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl
+++ b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleMenuSeparator_idl__
-#define __com_sun_star_awt_AccessibleMenuSeparator_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a menu separator.
@@ -83,6 +75,4 @@ service AccessibleMenuSeparator
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl
index b70db67a2b41..035189839e17 100644
--- a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl
+++ b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessiblePopupMenu_idl__
-#define __com_sun_star_awt_AccessiblePopupMenu_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleSelection.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a pop-up menu.
@@ -89,6 +80,4 @@ service AccessiblePopupMenu
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleRadioButton.idl b/offapi/com/sun/star/awt/AccessibleRadioButton.idl
index e065cb536efb..889040af3205 100644
--- a/offapi/com/sun/star/awt/AccessibleRadioButton.idl
+++ b/offapi/com/sun/star/awt/AccessibleRadioButton.idl
@@ -17,17 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleRadioButton_idl__
-#define __com_sun_star_awt_AccessibleRadioButton_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleText.idl>
-#include <com/sun/star/accessibility/XAccessibleAction.idl>
-#include <com/sun/star/accessibility/XAccessibleValue.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a radio button.
@@ -108,6 +97,4 @@ service AccessibleRadioButton
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleScrollBar.idl b/offapi/com/sun/star/awt/AccessibleScrollBar.idl
index 3ad246c9fa85..ddb035b427dc 100644
--- a/offapi/com/sun/star/awt/AccessibleScrollBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleScrollBar.idl
@@ -17,16 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleScrollBar_idl__
-#define __com_sun_star_awt_AccessibleScrollBar_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleAction.idl>
-#include <com/sun/star/accessibility/XAccessibleValue.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a scroll bar.
@@ -99,6 +89,4 @@ service AccessibleScrollBar
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleStatusBar.idl b/offapi/com/sun/star/awt/AccessibleStatusBar.idl
index 9cca466910cb..afb31ddb07b8 100644
--- a/offapi/com/sun/star/awt/AccessibleStatusBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleStatusBar.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleStatusBar_idl__
-#define __com_sun_star_awt_AccessibleStatusBar_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a status bar.
@@ -75,6 +67,4 @@ service AccessibleStatusBar
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl b/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl
index 7b2cc61b92f5..8bbc9daf35c9 100644
--- a/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleStatusBarItem_idl__
-#define __com_sun_star_awt_AccessibleStatusBarItem_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleText.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a status bar item.
@@ -83,6 +74,4 @@ service AccessibleStatusBarItem
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleTabBar.idl b/offapi/com/sun/star/awt/AccessibleTabBar.idl
index f8c3b316eb05..9af9fce4f129 100644
--- a/offapi/com/sun/star/awt/AccessibleTabBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabBar.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleTabBar_idl__
-#define __com_sun_star_awt_AccessibleTabBar_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a tabbar.
@@ -84,6 +76,4 @@ service AccessibleTabBar
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleTabBarPage.idl b/offapi/com/sun/star/awt/AccessibleTabBarPage.idl
index 0d47e13cb43d..f1a0aeb2c711 100644
--- a/offapi/com/sun/star/awt/AccessibleTabBarPage.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabBarPage.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleTabBarPage_idl__
-#define __com_sun_star_awt_AccessibleTabBarPage_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a tabbar page.
@@ -81,6 +73,4 @@ service AccessibleTabBarPage
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl b/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl
index 849088455788..98cb27a2f2da 100644
--- a/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleTabBarPageList_idl__
-#define __com_sun_star_awt_AccessibleTabBarPageList_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleSelection.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a tabbar page list.
@@ -83,6 +74,4 @@ service AccessibleTabBarPageList
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleTabControl.idl b/offapi/com/sun/star/awt/AccessibleTabControl.idl
index 36c99fa4dbc3..f77f2c3ded91 100644
--- a/offapi/com/sun/star/awt/AccessibleTabControl.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabControl.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleTabControl_idl__
-#define __com_sun_star_awt_AccessibleTabControl_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleSelection.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a tab control.
@@ -87,6 +78,4 @@ service AccessibleTabControl
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleTabPage.idl b/offapi/com/sun/star/awt/AccessibleTabPage.idl
index 76de39818828..3ca99229fcad 100644
--- a/offapi/com/sun/star/awt/AccessibleTabPage.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabPage.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleTabPage_idl__
-#define __com_sun_star_awt_AccessibleTabPage_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleText.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a tab page.
@@ -90,6 +81,4 @@ service AccessibleTabPage
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleTextField.idl b/offapi/com/sun/star/awt/AccessibleTextField.idl
index c7b3b3f4299a..d2098ef8b176 100644
--- a/offapi/com/sun/star/awt/AccessibleTextField.idl
+++ b/offapi/com/sun/star/awt/AccessibleTextField.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleTextField_idl__
-#define __com_sun_star_awt_AccessibleTextField_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -96,6 +91,4 @@ service AccessibleTextField
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleToolBox.idl b/offapi/com/sun/star/awt/AccessibleToolBox.idl
index 2d47013296ce..afc03005102d 100644
--- a/offapi/com/sun/star/awt/AccessibleToolBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleToolBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleToolBox_idl__
-#define __com_sun_star_awt_AccessibleToolBox_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -94,6 +89,4 @@ service AccessibleToolBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
index d35325338d84..78f495442c27 100644
--- a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleToolBoxItem_idl__
-#define __com_sun_star_awt_AccessibleToolBoxItem_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -115,6 +110,4 @@ service AccessibleToolBoxItem
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl
index 5119965f851b..fce939eb8f63 100644
--- a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleTreeListBox_idl__
-#define __com_sun_star_awt_AccessibleTreeListBox_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -94,6 +89,4 @@ service AccessibleTreeListBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
index c9e67ef78a87..57a5f23e2f94 100644
--- a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
+++ b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleTreeListBoxEntry_idl__
-#define __com_sun_star_awt_AccessibleTreeListBoxEntry_idl__
-
-#include <com/sun/star/accessibility/AccessibleContext.idl>
-
module com { module sun { module star { module accessibility {
@@ -115,6 +110,4 @@ service AccessibleTreeListBoxEntry
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AccessibleWindow.idl b/offapi/com/sun/star/awt/AccessibleWindow.idl
index f5883c9e33f4..ac739f1ad04f 100644
--- a/offapi/com/sun/star/awt/AccessibleWindow.idl
+++ b/offapi/com/sun/star/awt/AccessibleWindow.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AccessibleWindow_idl__
-#define __com_sun_star_awt_AccessibleWindow_idl__
-
-#include <com/sun/star/accessibility/XAccessibleContext.idl>
-#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.idl>
-#include <com/sun/star/accessibility/XAccessibleComponent.idl>
-#include <com/sun/star/accessibility/XAccessibleExtendedComponent.idl>
-
module com { module sun { module star { module awt {
/** specifies accessibility support for a window.
@@ -91,6 +83,4 @@ service AccessibleWindow
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ActionEvent.idl b/offapi/com/sun/star/awt/ActionEvent.idl
index f938e713dd79..fe301f14ea7f 100644
--- a/offapi/com/sun/star/awt/ActionEvent.idl
+++ b/offapi/com/sun/star/awt/ActionEvent.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_awt_ActionEvent_idl__
-#define __com_sun_star_awt_ActionEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -52,6 +48,4 @@ published struct ActionEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AdjustmentEvent.idl b/offapi/com/sun/star/awt/AdjustmentEvent.idl
index 6a8fd3b39719..adec109d61eb 100644
--- a/offapi/com/sun/star/awt/AdjustmentEvent.idl
+++ b/offapi/com/sun/star/awt/AdjustmentEvent.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 __com_sun_star_awt_AdjustmentEvent_idl__
-#define __com_sun_star_awt_AdjustmentEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-
-#include <com/sun/star/awt/AdjustmentType.idl>
@@ -47,6 +41,4 @@ published struct AdjustmentEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AdjustmentType.idl b/offapi/com/sun/star/awt/AdjustmentType.idl
index eb21111a3a9b..24797a2fab23 100644
--- a/offapi/com/sun/star/awt/AdjustmentType.idl
+++ b/offapi/com/sun/star/awt/AdjustmentType.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 __com_sun_star_awt_AdjustmentType_idl__
-#define __com_sun_star_awt_AdjustmentType_idl__
@@ -55,6 +53,4 @@ published enum AdjustmentType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AnimatedImagesControl.idl b/offapi/com/sun/star/awt/AnimatedImagesControl.idl
index 99ccd222e6ca..b07ac2098b46 100644
--- a/offapi/com/sun/star/awt/AnimatedImagesControl.idl
+++ b/offapi/com/sun/star/awt/AnimatedImagesControl.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AnimatedImagesControl_idl__
-#define __com_sun_star_awt_AnimatedImagesControl_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
module com { module sun { module star { module awt {
@@ -44,6 +39,4 @@ service AnimatedImagesControl
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl b/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl
index 5bbfd09380b2..59a364c12075 100644
--- a/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl
+++ b/offapi/com/sun/star/awt/AnimatedImagesControlModel.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AnimatedImagesControlModel_idl__
-#define __com_sun_star_awt_AnimatedImagesControlModel_idl__
-
-#include <com/sun/star/awt/UnoControlModel.idl>
-
module com { module sun { module star { module awt {
@@ -43,6 +38,4 @@ service AnimatedImagesControlModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/AsyncCallback.idl b/offapi/com/sun/star/awt/AsyncCallback.idl
index 277ee51f80a4..4236071810b4 100644
--- a/offapi/com/sun/star/awt/AsyncCallback.idl
+++ b/offapi/com/sun/star/awt/AsyncCallback.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_AsyncCallback_idl__
-#define __com_sun_star_awt_AsyncCallback_idl__
-
-#include <com/sun/star/awt/XRequestCallback.idl>
-
module com { module sun { module star { module awt {
/** An implementation which uses the message queue to call the
@@ -33,6 +28,4 @@ service AsyncCallback: XRequestCallback;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/CharSet.idl b/offapi/com/sun/star/awt/CharSet.idl
index dfd3030f252f..20a16c1c201e 100644
--- a/offapi/com/sun/star/awt/CharSet.idl
+++ b/offapi/com/sun/star/awt/CharSet.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 __com_sun_star_awt_CharSet_idl__
-#define __com_sun_star_awt_CharSet_idl__
@@ -98,6 +96,4 @@ published constants CharSet
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Command.idl b/offapi/com/sun/star/awt/Command.idl
index a821378cd4d7..0e381e6af4ff 100644
--- a/offapi/com/sun/star/awt/Command.idl
+++ b/offapi/com/sun/star/awt/Command.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_Command_idl__
-#define __com_sun_star_awt_Command_idl__
-
module com { module sun { module star { module awt {
@@ -107,6 +104,4 @@ published constants Command
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ContainerWindowProvider.idl b/offapi/com/sun/star/awt/ContainerWindowProvider.idl
index 7a4334f247a9..461aa6e8e45b 100644
--- a/offapi/com/sun/star/awt/ContainerWindowProvider.idl
+++ b/offapi/com/sun/star/awt/ContainerWindowProvider.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_ContainerWindowProvider_idl__
-#define __com_sun_star_awt_ContainerWindowProvider_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XContainerWindowProvider.idl>
-
module com { module sun { module star { module awt {
@@ -37,6 +31,4 @@ service ContainerWindowProvider : com::sun::star::awt::XContainerWindowProvider;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/DeviceCapability.idl b/offapi/com/sun/star/awt/DeviceCapability.idl
index 8a6358d99fe3..b9641a1f0c14 100644
--- a/offapi/com/sun/star/awt/DeviceCapability.idl
+++ b/offapi/com/sun/star/awt/DeviceCapability.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 __com_sun_star_awt_DeviceCapability_idl__
-#define __com_sun_star_awt_DeviceCapability_idl__
@@ -49,6 +47,4 @@ published constants DeviceCapability
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/DeviceInfo.idl b/offapi/com/sun/star/awt/DeviceInfo.idl
index f24828101d3a..2f8d127e6952 100644
--- a/offapi/com/sun/star/awt/DeviceInfo.idl
+++ b/offapi/com/sun/star/awt/DeviceInfo.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 __com_sun_star_awt_DeviceInfo_idl__
-#define __com_sun_star_awt_DeviceInfo_idl__
@@ -86,6 +84,4 @@ published struct DeviceInfo
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/DialogProvider.idl b/offapi/com/sun/star/awt/DialogProvider.idl
index bfdbe0d2ae55..f87ed027efd9 100644
--- a/offapi/com/sun/star/awt/DialogProvider.idl
+++ b/offapi/com/sun/star/awt/DialogProvider.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_DialogProvider_idl__
-#define __com_sun_star_awt_DialogProvider_idl__
-
-#include <com/sun/star/awt/XDialogProvider.idl>
-#include <com/sun/star/container/XNameContainer.idl>
-#include <com/sun/star/frame/XModel.idl>
-#include <com/sun/star/io/XInputStream.idl>
-#include <com/sun/star/script/XScriptListener.idl>
-
module com { module sun { module star { module awt {
@@ -48,6 +39,4 @@ service DialogProvider : com::sun::star::awt::XDialogProvider
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/DialogProvider2.idl b/offapi/com/sun/star/awt/DialogProvider2.idl
index 49afa12d8b6c..31687ff3b82d 100644
--- a/offapi/com/sun/star/awt/DialogProvider2.idl
+++ b/offapi/com/sun/star/awt/DialogProvider2.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_DialogProvider2_idl__
-#define __com_sun_star_awt_DialogProvider2_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XDialogProvider2.idl>
-
module com { module sun { module star { module awt {
@@ -36,6 +30,4 @@ service DialogProvider2 : com::sun::star::awt::XDialogProvider2;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/DockingData.idl b/offapi/com/sun/star/awt/DockingData.idl
index ffea2bf44634..49cd8bd2c6c8 100644
--- a/offapi/com/sun/star/awt/DockingData.idl
+++ b/offapi/com/sun/star/awt/DockingData.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_awt_DockingData_idl__
-#define __com_sun_star_awt_DockingData_idl__
-
-#include <com/sun/star/awt/Rectangle.idl>
module com { module sun { module star { module awt {
@@ -45,6 +41,4 @@ struct DockingData
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/DockingEvent.idl b/offapi/com/sun/star/awt/DockingEvent.idl
index f4bc7f222a1e..3c36e8ce5215 100644
--- a/offapi/com/sun/star/awt/DockingEvent.idl
+++ b/offapi/com/sun/star/awt/DockingEvent.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 __com_sun_star_awt_DockingEvent_idl__
-#define __com_sun_star_awt_DockingEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-
-#include <com/sun/star/awt/Rectangle.idl>
-#include <com/sun/star/awt/Point.idl>
module com { module sun { module star { module awt {
@@ -60,6 +53,4 @@ struct DockingEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/EndDockingEvent.idl b/offapi/com/sun/star/awt/EndDockingEvent.idl
index 6dc1ef6f7c59..34cc53ed518d 100644
--- a/offapi/com/sun/star/awt/EndDockingEvent.idl
+++ b/offapi/com/sun/star/awt/EndDockingEvent.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 __com_sun_star_awt_EndDockingEvent_idl__
-#define __com_sun_star_awt_EndDockingEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-#include <com/sun/star/awt/Rectangle.idl>
module com { module sun { module star { module awt {
@@ -50,6 +45,4 @@ struct EndDockingEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/EndPopupModeEvent.idl b/offapi/com/sun/star/awt/EndPopupModeEvent.idl
index e0de19ace734..993bdda06e6d 100644
--- a/offapi/com/sun/star/awt/EndPopupModeEvent.idl
+++ b/offapi/com/sun/star/awt/EndPopupModeEvent.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 __com_sun_star_awt_EndPopupModeEvent_idl__
-#define __com_sun_star_awt_EndPopupModeEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-#include <com/sun/star/awt/Point.idl>
module com { module sun { module star { module awt {
@@ -47,6 +42,4 @@ struct EndPopupModeEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/EnhancedMouseEvent.idl b/offapi/com/sun/star/awt/EnhancedMouseEvent.idl
index 66c18b8ae8f9..8bfdc508a55a 100644
--- a/offapi/com/sun/star/awt/EnhancedMouseEvent.idl
+++ b/offapi/com/sun/star/awt/EnhancedMouseEvent.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_awt_EnhancedMouseEvent_idl__
-#define __com_sun_star_awt_EnhancedMouseEvent_idl__
-
-#include <com/sun/star/awt/MouseEvent.idl>
@@ -47,6 +43,4 @@ published struct EnhancedMouseEvent: com::sun::star::awt::MouseEvent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FieldUnit.idl b/offapi/com/sun/star/awt/FieldUnit.idl
index 4813f128c2fa..cd54f2e8a1f4 100644
--- a/offapi/com/sun/star/awt/FieldUnit.idl
+++ b/offapi/com/sun/star/awt/FieldUnit.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 __com_sun_star_awt_FieldUnit_idl__
-#define __com_sun_star_awt_FieldUnit_idl__
module com { module sun { module star { module awt {
@@ -49,6 +47,4 @@ constants FieldUnit
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FocusChangeReason.idl b/offapi/com/sun/star/awt/FocusChangeReason.idl
index e49532318747..51f62d87a2a7 100644
--- a/offapi/com/sun/star/awt/FocusChangeReason.idl
+++ b/offapi/com/sun/star/awt/FocusChangeReason.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 __com_sun_star_awt_FocusChangeReason_idl__
-#define __com_sun_star_awt_FocusChangeReason_idl__
@@ -72,6 +70,4 @@ published constants FocusChangeReason
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FocusEvent.idl b/offapi/com/sun/star/awt/FocusEvent.idl
index 9c303b786b99..cf895e21663f 100644
--- a/offapi/com/sun/star/awt/FocusEvent.idl
+++ b/offapi/com/sun/star/awt/FocusEvent.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 __com_sun_star_awt_FocusEvent_idl__
-#define __com_sun_star_awt_FocusEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -69,6 +63,4 @@ published struct FocusEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontDescriptor.idl b/offapi/com/sun/star/awt/FontDescriptor.idl
index 3e83889e0346..ae2f18f19354 100644
--- a/offapi/com/sun/star/awt/FontDescriptor.idl
+++ b/offapi/com/sun/star/awt/FontDescriptor.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_awt_FontDescriptor_idl__
-#define __com_sun_star_awt_FontDescriptor_idl__
-
-#include <com/sun/star/awt/FontSlant.idl>
@@ -158,6 +154,4 @@ published struct FontDescriptor
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontEmphasisMark.idl b/offapi/com/sun/star/awt/FontEmphasisMark.idl
index 7fa3641d7e82..9a7b3ee6797a 100644
--- a/offapi/com/sun/star/awt/FontEmphasisMark.idl
+++ b/offapi/com/sun/star/awt/FontEmphasisMark.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_FontEmphasisMark_idl__
-#define __com_sun_star_awt_FontEmphasisMark_idl__
-
module com { module sun { module star { module awt {
@@ -73,6 +70,4 @@ published constants FontEmphasisMark
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontFamily.idl b/offapi/com/sun/star/awt/FontFamily.idl
index 88f37f8883cc..7c8aa144bae8 100644
--- a/offapi/com/sun/star/awt/FontFamily.idl
+++ b/offapi/com/sun/star/awt/FontFamily.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 __com_sun_star_awt_FontFamily_idl__
-#define __com_sun_star_awt_FontFamily_idl__
@@ -70,6 +68,4 @@ published constants FontFamily
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontPitch.idl b/offapi/com/sun/star/awt/FontPitch.idl
index fac202182931..2d4b8df8535f 100644
--- a/offapi/com/sun/star/awt/FontPitch.idl
+++ b/offapi/com/sun/star/awt/FontPitch.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 __com_sun_star_awt_FontPitch_idl__
-#define __com_sun_star_awt_FontPitch_idl__
@@ -51,6 +49,4 @@ published constants FontPitch
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontRelief.idl b/offapi/com/sun/star/awt/FontRelief.idl
index 2807b883fcc4..6f6310f53b33 100644
--- a/offapi/com/sun/star/awt/FontRelief.idl
+++ b/offapi/com/sun/star/awt/FontRelief.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 __com_sun_star_awt_FontRelief_idl__
-#define __com_sun_star_awt_FontRelief_idl__
@@ -51,6 +49,4 @@ published constants FontRelief
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontSlant.idl b/offapi/com/sun/star/awt/FontSlant.idl
index 7f56b159e4a3..6d27a430b5b2 100644
--- a/offapi/com/sun/star/awt/FontSlant.idl
+++ b/offapi/com/sun/star/awt/FontSlant.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 __com_sun_star_awt_FontSlant_idl__
-#define __com_sun_star_awt_FontSlant_idl__
@@ -63,6 +61,4 @@ published enum FontSlant
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontStrikeout.idl b/offapi/com/sun/star/awt/FontStrikeout.idl
index f813df349391..ed59d8133813 100644
--- a/offapi/com/sun/star/awt/FontStrikeout.idl
+++ b/offapi/com/sun/star/awt/FontStrikeout.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 __com_sun_star_awt_FontStrikeout_idl__
-#define __com_sun_star_awt_FontStrikeout_idl__
@@ -70,6 +68,4 @@ published constants FontStrikeout
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontType.idl b/offapi/com/sun/star/awt/FontType.idl
index 76ab60e61b7e..d85030216f12 100644
--- a/offapi/com/sun/star/awt/FontType.idl
+++ b/offapi/com/sun/star/awt/FontType.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 __com_sun_star_awt_FontType_idl__
-#define __com_sun_star_awt_FontType_idl__
@@ -55,6 +53,4 @@ published constants FontType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontUnderline.idl b/offapi/com/sun/star/awt/FontUnderline.idl
index 7f6d56fadda8..ff0cde8627d0 100644
--- a/offapi/com/sun/star/awt/FontUnderline.idl
+++ b/offapi/com/sun/star/awt/FontUnderline.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 __com_sun_star_awt_FontUnderline_idl__
-#define __com_sun_star_awt_FontUnderline_idl__
@@ -130,6 +128,4 @@ published constants FontUnderline
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontWeight.idl b/offapi/com/sun/star/awt/FontWeight.idl
index d6377e5f66c5..dc5a83d4af5d 100644
--- a/offapi/com/sun/star/awt/FontWeight.idl
+++ b/offapi/com/sun/star/awt/FontWeight.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 __com_sun_star_awt_FontWeight_idl__
-#define __com_sun_star_awt_FontWeight_idl__
@@ -85,6 +83,4 @@ published constants FontWeight
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/FontWidth.idl b/offapi/com/sun/star/awt/FontWidth.idl
index 40b86a27886d..50631e6e2631 100644
--- a/offapi/com/sun/star/awt/FontWidth.idl
+++ b/offapi/com/sun/star/awt/FontWidth.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 __com_sun_star_awt_FontWidth_idl__
-#define __com_sun_star_awt_FontWidth_idl__
@@ -85,6 +83,4 @@ published constants FontWidth
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Gradient.idl b/offapi/com/sun/star/awt/Gradient.idl
index caa722a226e8..eef7da84b784 100644
--- a/offapi/com/sun/star/awt/Gradient.idl
+++ b/offapi/com/sun/star/awt/Gradient.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 __com_sun_star_awt_Gradient_idl__
-#define __com_sun_star_awt_Gradient_idl__
-
-#include <com/sun/star/awt/GradientStyle.idl>
-
-#include <com/sun/star/util/Color.idl>
@@ -93,6 +87,4 @@ published struct Gradient
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/GradientStyle.idl b/offapi/com/sun/star/awt/GradientStyle.idl
index afb6df0aa245..92bd2292783e 100644
--- a/offapi/com/sun/star/awt/GradientStyle.idl
+++ b/offapi/com/sun/star/awt/GradientStyle.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 __com_sun_star_awt_GradientStyle_idl__
-#define __com_sun_star_awt_GradientStyle_idl__
@@ -63,6 +61,4 @@ published enum GradientStyle
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ImageAlign.idl b/offapi/com/sun/star/awt/ImageAlign.idl
index b50b01c4717e..5a5b36e8e63d 100644
--- a/offapi/com/sun/star/awt/ImageAlign.idl
+++ b/offapi/com/sun/star/awt/ImageAlign.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 __com_sun_star_awt_ImageAlign_idl__
-#define __com_sun_star_awt_ImageAlign_idl__
@@ -53,6 +51,4 @@ published constants ImageAlign
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ImageDrawMode.idl b/offapi/com/sun/star/awt/ImageDrawMode.idl
index 328b06899125..40001b8bb31f 100644
--- a/offapi/com/sun/star/awt/ImageDrawMode.idl
+++ b/offapi/com/sun/star/awt/ImageDrawMode.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 __com_sun_star_awt_ImageDrawMode_idl__
-#define __com_sun_star_awt_ImageDrawMode_idl__
module com { module sun { module star { module awt {
@@ -53,6 +51,4 @@ constants ImageDrawMode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ImagePosition.idl b/offapi/com/sun/star/awt/ImagePosition.idl
index 84cda7027b67..61a5d49b7b40 100644
--- a/offapi/com/sun/star/awt/ImagePosition.idl
+++ b/offapi/com/sun/star/awt/ImagePosition.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_ImagePosition_idl__
-#define __com_sun_star_awt_ImagePosition_idl__
-
module com { module sun { module star { module awt {
@@ -86,6 +83,4 @@ constants ImagePosition
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ImageScaleMode.idl b/offapi/com/sun/star/awt/ImageScaleMode.idl
index cb05a16a7859..66317fb14a67 100644
--- a/offapi/com/sun/star/awt/ImageScaleMode.idl
+++ b/offapi/com/sun/star/awt/ImageScaleMode.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_ImageScaleMode_idl__
-#define __com_sun_star_awt_ImageScaleMode_idl__
-
module com { module sun { module star { module awt {
/** defines modes how an image displayed in a given area should be scaled to fit this area
@@ -44,6 +41,4 @@ constants ImageScaleMode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ImageStatus.idl b/offapi/com/sun/star/awt/ImageStatus.idl
index 7ca9f4447c37..75f6c39df4a2 100644
--- a/offapi/com/sun/star/awt/ImageStatus.idl
+++ b/offapi/com/sun/star/awt/ImageStatus.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 __com_sun_star_awt_ImageStatus_idl__
-#define __com_sun_star_awt_ImageStatus_idl__
@@ -55,6 +53,4 @@ published constants ImageStatus
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/InputEvent.idl b/offapi/com/sun/star/awt/InputEvent.idl
index 303fa21ba0f2..c033d3bac362 100644
--- a/offapi/com/sun/star/awt/InputEvent.idl
+++ b/offapi/com/sun/star/awt/InputEvent.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_awt_InputEvent_idl__
-#define __com_sun_star_awt_InputEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -48,6 +44,4 @@ published struct InputEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/InvalidateStyle.idl b/offapi/com/sun/star/awt/InvalidateStyle.idl
index 8d043c0768c2..018e079fcf9a 100644
--- a/offapi/com/sun/star/awt/InvalidateStyle.idl
+++ b/offapi/com/sun/star/awt/InvalidateStyle.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 __com_sun_star_awt_InvalidateStyle_idl__
-#define __com_sun_star_awt_InvalidateStyle_idl__
@@ -68,6 +66,4 @@ published constants InvalidateStyle
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ItemEvent.idl b/offapi/com/sun/star/awt/ItemEvent.idl
index 2cd76214883b..6652024d3c0f 100644
--- a/offapi/com/sun/star/awt/ItemEvent.idl
+++ b/offapi/com/sun/star/awt/ItemEvent.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_awt_ItemEvent_idl__
-#define __com_sun_star_awt_ItemEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -50,6 +46,4 @@ published struct ItemEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ItemListEvent.idl b/offapi/com/sun/star/awt/ItemListEvent.idl
index 85e702396bba..9c464be4fe0c 100644
--- a/offapi/com/sun/star/awt/ItemListEvent.idl
+++ b/offapi/com/sun/star/awt/ItemListEvent.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_ItemListEvent_idl__
-#define __com_sun_star_awt_ItemListEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-#include <com/sun/star/beans/Optional.idl>
-
module com { module sun { module star { module awt {
@@ -62,6 +56,4 @@ struct ItemListEvent : ::com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index 7ad04ae2206f..3cd7cc951e24 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.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 __com_sun_star_awt_Key_idl__
-#define __com_sun_star_awt_Key_idl__
@@ -457,6 +455,4 @@ published constants Key
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/KeyEvent.idl b/offapi/com/sun/star/awt/KeyEvent.idl
index 3f1489d2c8bc..1403c87a93a5 100644
--- a/offapi/com/sun/star/awt/KeyEvent.idl
+++ b/offapi/com/sun/star/awt/KeyEvent.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_awt_KeyEvent_idl__
-#define __com_sun_star_awt_KeyEvent_idl__
-
-#include <com/sun/star/awt/InputEvent.idl>
@@ -57,6 +53,4 @@ published struct KeyEvent: com::sun::star::awt::InputEvent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/KeyFunction.idl b/offapi/com/sun/star/awt/KeyFunction.idl
index 132c68b0fe72..688d128c7942 100644
--- a/offapi/com/sun/star/awt/KeyFunction.idl
+++ b/offapi/com/sun/star/awt/KeyFunction.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 __com_sun_star_awt_KeyFunction_idl__
-#define __com_sun_star_awt_KeyFunction_idl__
@@ -90,6 +88,4 @@ published constants KeyFunction
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/KeyGroup.idl b/offapi/com/sun/star/awt/KeyGroup.idl
index 87ef5a0c0bb7..684cfc625434 100644
--- a/offapi/com/sun/star/awt/KeyGroup.idl
+++ b/offapi/com/sun/star/awt/KeyGroup.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 __com_sun_star_awt_KeyGroup_idl__
-#define __com_sun_star_awt_KeyGroup_idl__
@@ -65,6 +63,4 @@ published constants KeyGroup
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/KeyModifier.idl b/offapi/com/sun/star/awt/KeyModifier.idl
index c1dbf5044bb6..67cf286a7137 100644
--- a/offapi/com/sun/star/awt/KeyModifier.idl
+++ b/offapi/com/sun/star/awt/KeyModifier.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 __com_sun_star_awt_KeyModifier_idl__
-#define __com_sun_star_awt_KeyModifier_idl__
@@ -51,6 +49,4 @@ published constants KeyModifier
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/KeyStroke.idl b/offapi/com/sun/star/awt/KeyStroke.idl
index 91404bec12b6..e15f4bd71e61 100644
--- a/offapi/com/sun/star/awt/KeyStroke.idl
+++ b/offapi/com/sun/star/awt/KeyStroke.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 __com_sun_star_awt_KeyStroke_idl__
-#define __com_sun_star_awt_KeyStroke_idl__
@@ -63,6 +61,4 @@ published struct KeyStroke
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/LineEndFormat.idl b/offapi/com/sun/star/awt/LineEndFormat.idl
index 832efc389407..3132b699279f 100644
--- a/offapi/com/sun/star/awt/LineEndFormat.idl
+++ b/offapi/com/sun/star/awt/LineEndFormat.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 __com_sun_star_awt_LineEndFormat_idl__
-#define __com_sun_star_awt_LineEndFormat_idl__
@@ -51,6 +49,4 @@ constants LineEndFormat
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MenuBar.idl b/offapi/com/sun/star/awt/MenuBar.idl
index ce28b1a7589f..9b79730afc3f 100644
--- a/offapi/com/sun/star/awt/MenuBar.idl
+++ b/offapi/com/sun/star/awt/MenuBar.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_awt_MenuBar_idl__
-#define __com_sun_star_awt_MenuBar_idl__
-
-#include <com/sun/star/awt/XMenuBar.idl>
module com { module sun { module star { module awt {
@@ -33,6 +29,4 @@ published service MenuBar : XMenuBar;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MenuEvent.idl b/offapi/com/sun/star/awt/MenuEvent.idl
index 16820242b8e8..0fdfbefcff01 100644
--- a/offapi/com/sun/star/awt/MenuEvent.idl
+++ b/offapi/com/sun/star/awt/MenuEvent.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_awt_MenuEvent_idl__
-#define __com_sun_star_awt_MenuEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
module com { module sun { module star { module awt {
@@ -35,6 +31,4 @@ published struct MenuEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MenuItemStyle.idl b/offapi/com/sun/star/awt/MenuItemStyle.idl
index 194a732ae38c..bb8ee7259aa6 100644
--- a/offapi/com/sun/star/awt/MenuItemStyle.idl
+++ b/offapi/com/sun/star/awt/MenuItemStyle.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 __com_sun_star_awt_MenuItemStyle_idl__
-#define __com_sun_star_awt_MenuItemStyle_idl__
module com { module sun { module star { module awt {
@@ -42,6 +40,4 @@ constants MenuItemStyle
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MenuItemType.idl b/offapi/com/sun/star/awt/MenuItemType.idl
index cd538a39c38b..860844bc1da2 100644
--- a/offapi/com/sun/star/awt/MenuItemType.idl
+++ b/offapi/com/sun/star/awt/MenuItemType.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 __com_sun_star_awt_MenuItemType_idl__
-#define __com_sun_star_awt_MenuItemType_idl__
module com { module sun { module star { module awt {
@@ -50,6 +48,4 @@ published enum MenuItemType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MessageBoxButtons.idl b/offapi/com/sun/star/awt/MessageBoxButtons.idl
index a893cf7828f6..9d3dfa84c87a 100644
--- a/offapi/com/sun/star/awt/MessageBoxButtons.idl
+++ b/offapi/com/sun/star/awt/MessageBoxButtons.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 __com_sun_star_awt_MessageBoxButtons_idl__
-#define __com_sun_star_awt_MessageBoxButtons_idl__
module com { module sun { module star { module awt {
@@ -78,6 +76,4 @@ constants MessageBoxButtons
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MessageBoxResults.idl b/offapi/com/sun/star/awt/MessageBoxResults.idl
index 4c4ccf5f5f58..ea547b55ea9d 100644
--- a/offapi/com/sun/star/awt/MessageBoxResults.idl
+++ b/offapi/com/sun/star/awt/MessageBoxResults.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_MessageBoxResults_idl__
-#define __com_sun_star_awt_MessageBoxResults_idl__
-
module com { module sun { module star { module awt {
/** These constants are used to specify a result of executing a XMessageBox.
@@ -55,6 +52,4 @@ constants MessageBoxResults
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MessageBoxType.idl b/offapi/com/sun/star/awt/MessageBoxType.idl
index eaac92274fe7..459697e9661d 100644
--- a/offapi/com/sun/star/awt/MessageBoxType.idl
+++ b/offapi/com/sun/star/awt/MessageBoxType.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 __com_sun_star_awt_MessageBoxType_idl__
-#define __com_sun_star_awt_MessageBoxType_idl__
module com { module sun { module star { module awt {
@@ -50,6 +48,4 @@ published enum MessageBoxType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MouseButton.idl b/offapi/com/sun/star/awt/MouseButton.idl
index 0b55f727f7d4..678a75066eef 100644
--- a/offapi/com/sun/star/awt/MouseButton.idl
+++ b/offapi/com/sun/star/awt/MouseButton.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 __com_sun_star_awt_MouseButton_idl__
-#define __com_sun_star_awt_MouseButton_idl__
@@ -48,6 +46,4 @@ published constants MouseButton
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MouseEvent.idl b/offapi/com/sun/star/awt/MouseEvent.idl
index b16bc6e4cd4d..c0dc2816ffd1 100644
--- a/offapi/com/sun/star/awt/MouseEvent.idl
+++ b/offapi/com/sun/star/awt/MouseEvent.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_awt_MouseEvent_idl__
-#define __com_sun_star_awt_MouseEvent_idl__
-
-#include <com/sun/star/awt/InputEvent.idl>
@@ -80,6 +76,4 @@ published struct MouseEvent: com::sun::star::awt::InputEvent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/MouseWheelBehavior.idl b/offapi/com/sun/star/awt/MouseWheelBehavior.idl
index d4bad05004b0..1c4adcf4ccfc 100644
--- a/offapi/com/sun/star/awt/MouseWheelBehavior.idl
+++ b/offapi/com/sun/star/awt/MouseWheelBehavior.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_MouseWheelBehavior_idl__
-#define __com_sun_star_awt_MouseWheelBehavior_idl__
-
module com { module sun { module star { module awt {
@@ -48,6 +45,4 @@ constants MouseWheelBehavior
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/PaintEvent.idl b/offapi/com/sun/star/awt/PaintEvent.idl
index d9099e3e5a29..592362980f03 100644
--- a/offapi/com/sun/star/awt/PaintEvent.idl
+++ b/offapi/com/sun/star/awt/PaintEvent.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 __com_sun_star_awt_PaintEvent_idl__
-#define __com_sun_star_awt_PaintEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-
-#include <com/sun/star/awt/Rectangle.idl>
@@ -55,6 +49,4 @@ published struct PaintEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Point.idl b/offapi/com/sun/star/awt/Point.idl
index 4a1accd1a26c..ba727dddba79 100644
--- a/offapi/com/sun/star/awt/Point.idl
+++ b/offapi/com/sun/star/awt/Point.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 __com_sun_star_awt_Point_idl__
-#define __com_sun_star_awt_Point_idl__
@@ -42,6 +40,4 @@ published struct Point
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Pointer.idl b/offapi/com/sun/star/awt/Pointer.idl
index 04e96ddb3769..f83d5d24feb6 100644
--- a/offapi/com/sun/star/awt/Pointer.idl
+++ b/offapi/com/sun/star/awt/Pointer.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_awt_Pointer_idl__
-#define __com_sun_star_awt_Pointer_idl__
-
-#include <com/sun/star/awt/XPointer.idl>
module com { module sun { module star { module awt {
@@ -33,6 +29,4 @@ service Pointer : XPointer;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/PopupMenu.idl b/offapi/com/sun/star/awt/PopupMenu.idl
index 5040da5d880f..71261b1d4809 100644
--- a/offapi/com/sun/star/awt/PopupMenu.idl
+++ b/offapi/com/sun/star/awt/PopupMenu.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_awt_PopupMenu_idl__
-#define __com_sun_star_awt_PopupMenu_idl__
-
-#include <com/sun/star/awt/XPopupMenu.idl>
module com { module sun { module star { module awt {
@@ -32,6 +28,4 @@ published service PopupMenu : XPopupMenu;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/PopupMenuDirection.idl b/offapi/com/sun/star/awt/PopupMenuDirection.idl
index 021ab5cf7a74..e130f6141165 100644
--- a/offapi/com/sun/star/awt/PopupMenuDirection.idl
+++ b/offapi/com/sun/star/awt/PopupMenuDirection.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 __com_sun_star_awt_PopupMenuDirection_idl__
-#define __com_sun_star_awt_PopupMenuDirection_idl__
module com { module sun { module star { module awt {
@@ -51,6 +49,4 @@ published constants PopupMenuDirection
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/PosSize.idl b/offapi/com/sun/star/awt/PosSize.idl
index 260f4b449d23..88d666f03ff9 100644
--- a/offapi/com/sun/star/awt/PosSize.idl
+++ b/offapi/com/sun/star/awt/PosSize.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 __com_sun_star_awt_PosSize_idl__
-#define __com_sun_star_awt_PosSize_idl__
@@ -68,6 +66,4 @@ published constants PosSize
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/PrinterException.idl b/offapi/com/sun/star/awt/PrinterException.idl
index e5926e1ce8a0..9ade25534b34 100644
--- a/offapi/com/sun/star/awt/PrinterException.idl
+++ b/offapi/com/sun/star/awt/PrinterException.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_awt_PrinterException_idl__
-#define __com_sun_star_awt_PrinterException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -38,6 +34,4 @@ published exception PrinterException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/PrinterServer.idl b/offapi/com/sun/star/awt/PrinterServer.idl
index 063e75bc1d3f..f890dd20dce0 100644
--- a/offapi/com/sun/star/awt/PrinterServer.idl
+++ b/offapi/com/sun/star/awt/PrinterServer.idl
@@ -7,11 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __com_sun_star_awt_PrinterServer_idl__
-#define __com_sun_star_awt_PrinterServer_idl__
-
-#include <com/sun/star/awt/XPrinterServer.idl>
-
module com { module sun { module star { module awt {
/** mechanism to discover and manage printers
@@ -22,6 +17,4 @@ service PrinterServer: com::sun::star::awt::XPrinterServer2;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/PushButtonType.idl b/offapi/com/sun/star/awt/PushButtonType.idl
index ad77a2e68985..b2f4503024e8 100644
--- a/offapi/com/sun/star/awt/PushButtonType.idl
+++ b/offapi/com/sun/star/awt/PushButtonType.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 __com_sun_star_awt_PushButtonType_idl__
-#define __com_sun_star_awt_PushButtonType_idl__
@@ -53,6 +51,4 @@ published enum PushButtonType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/RasterOperation.idl b/offapi/com/sun/star/awt/RasterOperation.idl
index fa1073dc77a9..e57a510fbddf 100644
--- a/offapi/com/sun/star/awt/RasterOperation.idl
+++ b/offapi/com/sun/star/awt/RasterOperation.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 __com_sun_star_awt_RasterOperation_idl__
-#define __com_sun_star_awt_RasterOperation_idl__
@@ -60,6 +58,4 @@ published enum RasterOperation
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Rectangle.idl b/offapi/com/sun/star/awt/Rectangle.idl
index 45971cfa3e50..6ae5b89513cf 100644
--- a/offapi/com/sun/star/awt/Rectangle.idl
+++ b/offapi/com/sun/star/awt/Rectangle.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 __com_sun_star_awt_Rectangle_idl__
-#define __com_sun_star_awt_Rectangle_idl__
@@ -52,6 +50,4 @@ published struct Rectangle
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/RoadmapItem.idl b/offapi/com/sun/star/awt/RoadmapItem.idl
index 1072b82e0bfe..49be369837c8 100644
--- a/offapi/com/sun/star/awt/RoadmapItem.idl
+++ b/offapi/com/sun/star/awt/RoadmapItem.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 __com_sun_star_awt_RoadmapItem_idl__
-#define __com_sun_star_awt_RoadmapItem_idl__
@@ -64,6 +62,4 @@ service RoadmapItem
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/ScrollBarOrientation.idl b/offapi/com/sun/star/awt/ScrollBarOrientation.idl
index a5390a0d11d8..b4b3358e66a4 100644
--- a/offapi/com/sun/star/awt/ScrollBarOrientation.idl
+++ b/offapi/com/sun/star/awt/ScrollBarOrientation.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 __com_sun_star_awt_ScrollBarOrientation_idl__
-#define __com_sun_star_awt_ScrollBarOrientation_idl__
@@ -43,6 +41,4 @@ published constants ScrollBarOrientation
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Selection.idl b/offapi/com/sun/star/awt/Selection.idl
index 9a55bb001509..82cec127613f 100644
--- a/offapi/com/sun/star/awt/Selection.idl
+++ b/offapi/com/sun/star/awt/Selection.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 __com_sun_star_awt_Selection_idl__
-#define __com_sun_star_awt_Selection_idl__
@@ -43,6 +41,4 @@ published struct Selection
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/SimpleFontMetric.idl b/offapi/com/sun/star/awt/SimpleFontMetric.idl
index 5939399bd995..b6b8f4af6cda 100644
--- a/offapi/com/sun/star/awt/SimpleFontMetric.idl
+++ b/offapi/com/sun/star/awt/SimpleFontMetric.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 __com_sun_star_awt_SimpleFontMetric_idl__
-#define __com_sun_star_awt_SimpleFontMetric_idl__
@@ -82,6 +80,4 @@ published struct SimpleFontMetric
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Size.idl b/offapi/com/sun/star/awt/Size.idl
index 6b9e48bfdae3..178896d34fe4 100644
--- a/offapi/com/sun/star/awt/Size.idl
+++ b/offapi/com/sun/star/awt/Size.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 __com_sun_star_awt_Size_idl__
-#define __com_sun_star_awt_Size_idl__
@@ -43,6 +41,4 @@ published struct Size
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/SpinEvent.idl b/offapi/com/sun/star/awt/SpinEvent.idl
index 8ec65011e2c7..11ad8520677d 100644
--- a/offapi/com/sun/star/awt/SpinEvent.idl
+++ b/offapi/com/sun/star/awt/SpinEvent.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_awt_SpinEvent_idl__
-#define __com_sun_star_awt_SpinEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -40,6 +36,4 @@ published struct SpinEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/SpinningProgressControlModel.idl b/offapi/com/sun/star/awt/SpinningProgressControlModel.idl
index 98cbc23b453f..daf7278530b5 100644
--- a/offapi/com/sun/star/awt/SpinningProgressControlModel.idl
+++ b/offapi/com/sun/star/awt/SpinningProgressControlModel.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_SpinningProgressControlModel_idl__
-#define __com_sun_star_awt_SpinningProgressControlModel_idl__
-
-#include <com/sun/star/awt/AnimatedImagesControlModel.idl>
-
module com { module sun { module star { module awt {
@@ -42,6 +37,4 @@ service SpinningProgressControlModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Style.idl b/offapi/com/sun/star/awt/Style.idl
index 8a2f978c99e2..b521b9426162 100644
--- a/offapi/com/sun/star/awt/Style.idl
+++ b/offapi/com/sun/star/awt/Style.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 __com_sun_star_awt_Style_idl__
-#define __com_sun_star_awt_Style_idl__
@@ -44,6 +42,4 @@ published constants Style
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/SystemDependentXWindow.idl b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
index e5ac39320828..4ee639ef36d8 100644
--- a/offapi/com/sun/star/awt/SystemDependentXWindow.idl
+++ b/offapi/com/sun/star/awt/SystemDependentXWindow.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 __com_sun_star_awt_SystemDependentXWindow_idl__
-#define __com_sun_star_awt_SystemDependentXWindow_idl__
@@ -51,6 +49,4 @@ published struct SystemDependentXWindow
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/SystemPointer.idl b/offapi/com/sun/star/awt/SystemPointer.idl
index b7ae1af9f93f..d932b03bd5f0 100644
--- a/offapi/com/sun/star/awt/SystemPointer.idl
+++ b/offapi/com/sun/star/awt/SystemPointer.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 __com_sun_star_awt_SystemPointer_idl__
-#define __com_sun_star_awt_SystemPointer_idl__
@@ -406,6 +404,4 @@ published constants SystemPointer
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/TabController.idl b/offapi/com/sun/star/awt/TabController.idl
index 52aad7a75f82..ece9385aa167 100644
--- a/offapi/com/sun/star/awt/TabController.idl
+++ b/offapi/com/sun/star/awt/TabController.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_awt_TabController_idl__
-#define __com_sun_star_awt_TabController_idl__
-
-#include <com/sun/star/awt/XTabController.idl>
@@ -33,6 +29,4 @@ published service TabController : XTabController;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/TabControllerModel.idl b/offapi/com/sun/star/awt/TabControllerModel.idl
index 118bf2a4d7f7..1a57494b0a21 100644
--- a/offapi/com/sun/star/awt/TabControllerModel.idl
+++ b/offapi/com/sun/star/awt/TabControllerModel.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 __com_sun_star_awt_TabControllerModel_idl__
-#define __com_sun_star_awt_TabControllerModel_idl__
-
-#include <com/sun/star/awt/XTabControllerModel.idl>
-#include <com/sun/star/io/XPersistObject.idl>
@@ -40,6 +35,4 @@ published service TabControllerModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/TextAlign.idl b/offapi/com/sun/star/awt/TextAlign.idl
index e29227c30b4c..810bb6832d53 100644
--- a/offapi/com/sun/star/awt/TextAlign.idl
+++ b/offapi/com/sun/star/awt/TextAlign.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 __com_sun_star_awt_TextAlign_idl__
-#define __com_sun_star_awt_TextAlign_idl__
@@ -48,6 +46,4 @@ published constants TextAlign
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/TextEvent.idl b/offapi/com/sun/star/awt/TextEvent.idl
index 1fbe07a2c0fc..924f76d358f0 100644
--- a/offapi/com/sun/star/awt/TextEvent.idl
+++ b/offapi/com/sun/star/awt/TextEvent.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_awt_TextEvent_idl__
-#define __com_sun_star_awt_TextEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -40,6 +36,4 @@ published struct TextEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/Toolkit.idl b/offapi/com/sun/star/awt/Toolkit.idl
index 2290688c4672..115ae005b2ed 100644
--- a/offapi/com/sun/star/awt/Toolkit.idl
+++ b/offapi/com/sun/star/awt/Toolkit.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_awt_Toolkit_idl__
-#define __com_sun_star_awt_Toolkit_idl__
-
-#include <com/sun/star/awt/XToolkit2.idl>
module com { module sun { module star { module awt {
@@ -36,6 +32,4 @@ published service Toolkit : XToolkit2;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControl.idl b/offapi/com/sun/star/awt/UnoControl.idl
index 06d8e5abbab4..250bee3c5a69 100644
--- a/offapi/com/sun/star/awt/UnoControl.idl
+++ b/offapi/com/sun/star/awt/UnoControl.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 __com_sun_star_awt_UnoControl_idl__
-#define __com_sun_star_awt_UnoControl_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/awt/XControl.idl>
-#include <com/sun/star/awt/XWindow.idl>
-#include <com/sun/star/awt/XView.idl>
-#include <com/sun/star/accessibility/XAccessible.idl>
@@ -66,6 +58,4 @@ published service UnoControl
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlButton.idl b/offapi/com/sun/star/awt/UnoControlButton.idl
index 80aee22c894d..501033c9977f 100644
--- a/offapi/com/sun/star/awt/UnoControlButton.idl
+++ b/offapi/com/sun/star/awt/UnoControlButton.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 __com_sun_star_awt_UnoControlButton_idl__
-#define __com_sun_star_awt_UnoControlButton_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
-#include <com/sun/star/awt/XButton.idl>
-
-#include <com/sun/star/awt/XLayoutConstrains.idl>
@@ -45,6 +37,4 @@ published service UnoControlButton
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlButtonModel.idl b/offapi/com/sun/star/awt/UnoControlButtonModel.idl
index 3627b37bd724..78d0af6e637a 100644
--- a/offapi/com/sun/star/awt/UnoControlButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlButtonModel.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 __com_sun_star_awt_UnoControlButtonModel_idl__
-#define __com_sun_star_awt_UnoControlButtonModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/style/VerticalAlignment.idl>
-#include <com/sun/star/graphic/XGraphic.idl>
-#include <com/sun/star/util/Color.idl>
@@ -242,6 +234,4 @@ published service UnoControlButtonModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlCheckBox.idl b/offapi/com/sun/star/awt/UnoControlCheckBox.idl
index 9b2554f67f80..af5775305d7f 100644
--- a/offapi/com/sun/star/awt/UnoControlCheckBox.idl
+++ b/offapi/com/sun/star/awt/UnoControlCheckBox.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 __com_sun_star_awt_UnoControlCheckBox_idl__
-#define __com_sun_star_awt_UnoControlCheckBox_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
-#include <com/sun/star/awt/XCheckBox.idl>
-#include <com/sun/star/awt/XLayoutConstrains.idl>
@@ -44,6 +37,4 @@ published service UnoControlCheckBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
index d880efa05c9c..6d879b18ce55 100644
--- a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.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 __com_sun_star_awt_UnoControlCheckBoxModel_idl__
-#define __com_sun_star_awt_UnoControlCheckBoxModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/style/VerticalAlignment.idl>
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/graphic/XGraphic.idl>
module com { module sun { module star { module awt {
@@ -195,6 +187,4 @@ published service UnoControlCheckBoxModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlComboBox.idl b/offapi/com/sun/star/awt/UnoControlComboBox.idl
index 685053465fba..e8cdedc5beac 100644
--- a/offapi/com/sun/star/awt/UnoControlComboBox.idl
+++ b/offapi/com/sun/star/awt/UnoControlComboBox.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 __com_sun_star_awt_UnoControlComboBox_idl__
-#define __com_sun_star_awt_UnoControlComboBox_idl__
-
-#include <com/sun/star/awt/UnoControlEdit.idl>
-
-#include <com/sun/star/awt/XComboBox.idl>
@@ -41,6 +35,4 @@ published service UnoControlComboBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
index a3405e181261..6f21f0ff913f 100644
--- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.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 __com_sun_star_awt_UnoControlComboBoxModel_idl__
-#define __com_sun_star_awt_UnoControlComboBoxModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
-
-#include <com/sun/star/awt/XItemList.idl>
module com { module sun { module star { module awt {
@@ -210,6 +201,4 @@ published service UnoControlComboBoxModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlContainer.idl b/offapi/com/sun/star/awt/UnoControlContainer.idl
index 54b1b4093641..f44664af4d39 100644
--- a/offapi/com/sun/star/awt/UnoControlContainer.idl
+++ b/offapi/com/sun/star/awt/UnoControlContainer.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 __com_sun_star_awt_UnoControlContainer_idl__
-#define __com_sun_star_awt_UnoControlContainer_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/awt/XUnoControlContainer.idl>
-#include <com/sun/star/awt/XControlContainer.idl>
-#include <com/sun/star/container/XContainer.idl>
@@ -46,6 +39,4 @@ published service UnoControlContainer
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlContainerModel.idl b/offapi/com/sun/star/awt/UnoControlContainerModel.idl
index b63a37f09984..e973ccd25fa6 100644
--- a/offapi/com/sun/star/awt/UnoControlContainerModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlContainerModel.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 __com_sun_star_awt_UnoControlContainerModel_idl__
-#define __com_sun_star_awt_UnoControlContainerModel_idl__
-
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
@@ -90,6 +84,4 @@ published service UnoControlContainerModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlCurrencyField.idl b/offapi/com/sun/star/awt/UnoControlCurrencyField.idl
index 0099f7c46dc5..815eb202b5fd 100644
--- a/offapi/com/sun/star/awt/UnoControlCurrencyField.idl
+++ b/offapi/com/sun/star/awt/UnoControlCurrencyField.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 __com_sun_star_awt_UnoControlCurrencyField_idl__
-#define __com_sun_star_awt_UnoControlCurrencyField_idl__
-
-#include <com/sun/star/awt/UnoControlEdit.idl>
-#include <com/sun/star/awt/XSpinField.idl>
-#include <com/sun/star/awt/XCurrencyField.idl>
@@ -51,6 +45,4 @@ published service UnoControlCurrencyField
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
index cb2bcc7d5485..f6e50b2c8cea 100644
--- a/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlCurrencyFieldModel.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 __com_sun_star_awt_UnoControlCurrencyFieldModel_idl__
-#define __com_sun_star_awt_UnoControlCurrencyFieldModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
-
-#include <com/sun/star/style/VerticalAlignment.idl>
module com { module sun { module star { module awt {
@@ -228,6 +219,4 @@ published service UnoControlCurrencyFieldModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlDateField.idl b/offapi/com/sun/star/awt/UnoControlDateField.idl
index 058f350c854e..ea6a572bd837 100644
--- a/offapi/com/sun/star/awt/UnoControlDateField.idl
+++ b/offapi/com/sun/star/awt/UnoControlDateField.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 __com_sun_star_awt_UnoControlDateField_idl__
-#define __com_sun_star_awt_UnoControlDateField_idl__
-
-#include <com/sun/star/awt/UnoControlEdit.idl>
-#include <com/sun/star/awt/XSpinField.idl>
-#include <com/sun/star/awt/XDateField.idl>
@@ -50,6 +44,4 @@ published service UnoControlDateField
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
index 46536c59f20d..e1e0bff11c7a 100644
--- a/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlDateFieldModel.idl
@@ -16,16 +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_awt_UnoControlDateFieldModel_idl__
-#define __com_sun_star_awt_UnoControlDateFieldModel_idl__
-
-#include <com/sun/star/util/Date.idl>
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
-
-#include <com/sun/star/style/VerticalAlignment.idl>
module com { module sun { module star { module awt {
@@ -240,6 +230,4 @@ published service UnoControlDateFieldModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlDialog.idl b/offapi/com/sun/star/awt/UnoControlDialog.idl
index 67e0b79b8381..90620ab309f6 100644
--- a/offapi/com/sun/star/awt/UnoControlDialog.idl
+++ b/offapi/com/sun/star/awt/UnoControlDialog.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_awt_UnoControlDialog_idl__
-#define __com_sun_star_awt_UnoControlDialog_idl__
-
-#include <com/sun/star/awt/XUnoControlDialog.idl>
module com { module sun { module star { module awt {
@@ -31,6 +27,4 @@ published service UnoControlDialog : XUnoControlDialog;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlDialogElement.idl b/offapi/com/sun/star/awt/UnoControlDialogElement.idl
index ea84602f0bd8..4176645b1e61 100644
--- a/offapi/com/sun/star/awt/UnoControlDialogElement.idl
+++ b/offapi/com/sun/star/awt/UnoControlDialogElement.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 __com_sun_star_awt_UnoControlDialogElement_idl__
-#define __com_sun_star_awt_UnoControlDialogElement_idl__
module com { module sun { module star { module awt {
@@ -74,6 +72,4 @@ published service UnoControlDialogElement
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlDialogModel.idl b/offapi/com/sun/star/awt/UnoControlDialogModel.idl
index 428ef7352441..3f5d41cbb716 100644
--- a/offapi/com/sun/star/awt/UnoControlDialogModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlDialogModel.idl
@@ -16,17 +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_awt_UnoControlDialogModel_idl__
-#define __com_sun_star_awt_UnoControlDialogModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/container/XContainer.idl>
-#include <com/sun/star/container/XNameContainer.idl>
-
-#include <com/sun/star/lang/XMultiServiceFactory.idl>
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/graphic/XGraphic.idl>
module com { module sun { module star { module awt {
@@ -180,6 +169,4 @@ published service UnoControlDialogModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl b/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl
index 94abbaa32919..15db514cbf11 100644
--- a/offapi/com/sun/star/awt/UnoControlDialogModelProvider.idl
+++ b/offapi/com/sun/star/awt/UnoControlDialogModelProvider.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 __com_sun_star_awt_UnoControlDialogModelProvider_idl__
-#define __com_sun_star_awt_UnoControlDialogModelProvider_idl__
-
-#include <com/sun/star/container/XNameContainer.idl>
-#include <com/sun/star/beans/XPropertySet.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
module com { module sun { module star { module awt {
@@ -41,6 +35,4 @@ service UnoControlDialogModelProvider : com::sun::star::container::XNameContaine
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlEdit.idl b/offapi/com/sun/star/awt/UnoControlEdit.idl
index 0b35afb5e92b..e7c77f0801d7 100644
--- a/offapi/com/sun/star/awt/UnoControlEdit.idl
+++ b/offapi/com/sun/star/awt/UnoControlEdit.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 __com_sun_star_awt_UnoControlEdit_idl__
-#define __com_sun_star_awt_UnoControlEdit_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
-#include <com/sun/star/awt/XTextComponent.idl>
-#include <com/sun/star/awt/XLayoutConstrains.idl>
-
-#include <com/sun/star/awt/XTextLayoutConstrains.idl>
@@ -48,6 +39,4 @@ published service UnoControlEdit
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl
index 2d173e599832..c8072ee2becf 100644
--- a/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlEditModel.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 __com_sun_star_awt_UnoControlEditModel_idl__
-#define __com_sun_star_awt_UnoControlEditModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
-
-#include <com/sun/star/style/VerticalAlignment.idl>
module com { module sun { module star { module awt {
@@ -240,6 +231,4 @@ published service UnoControlEditModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFileControl.idl b/offapi/com/sun/star/awt/UnoControlFileControl.idl
index 20af4b387e2f..a45280f1e662 100644
--- a/offapi/com/sun/star/awt/UnoControlFileControl.idl
+++ b/offapi/com/sun/star/awt/UnoControlFileControl.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_awt_UnoControlFileControl_idl__
-#define __com_sun_star_awt_UnoControlFileControl_idl__
-
-#include <com/sun/star/awt/UnoControlEdit.idl>
@@ -40,6 +36,4 @@ published service UnoControlFileControl
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl
index f8c053abba9a..c48e21c8120a 100644
--- a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFileControlModel.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 __com_sun_star_awt_UnoControlFileControlModel_idl__
-#define __com_sun_star_awt_UnoControlFileControlModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
-
-#include <com/sun/star/style/VerticalAlignment.idl>
module com { module sun { module star { module awt {
@@ -145,6 +136,4 @@ published service UnoControlFileControlModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFixedHyperlink.idl b/offapi/com/sun/star/awt/UnoControlFixedHyperlink.idl
index 9f076f2b9730..c950dcab2ce2 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedHyperlink.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedHyperlink.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 __com_sun_star_awt_UnoControlFixedHyperlink_idl__
-#define __com_sun_star_awt_UnoControlFixedHyperlink_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/awt/XFixedHyperlink.idl>
-#include <com/sun/star/awt/XLayoutConstrains.idl>
@@ -42,6 +36,4 @@ service UnoControlFixedHyperlink
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl b/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl
index fb4ff2762149..a707d9dd0700 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedHyperlinkModel.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 __com_sun_star_awt_UnoControlFixedHyperlinkModel_idl__
-#define __com_sun_star_awt_UnoControlFixedHyperlinkModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/style/VerticalAlignment.idl>
-#include <com/sun/star/util/Color.idl>
@@ -145,6 +138,4 @@ service UnoControlFixedHyperlinkModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFixedLine.idl b/offapi/com/sun/star/awt/UnoControlFixedLine.idl
index 3c8885c5cb4e..9671f138c2d9 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedLine.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedLine.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_awt_UnoControlFixedLine_idl__
-#define __com_sun_star_awt_UnoControlFixedLine_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
@@ -38,6 +34,4 @@ published service UnoControlFixedLine
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFixedLineModel.idl b/offapi/com/sun/star/awt/UnoControlFixedLineModel.idl
index 3514b3050067..2b87771903bb 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedLineModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedLineModel.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 __com_sun_star_awt_UnoControlFixedLineModel_idl__
-#define __com_sun_star_awt_UnoControlFixedLineModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/util/Color.idl>
@@ -101,6 +95,4 @@ published service UnoControlFixedLineModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFixedText.idl b/offapi/com/sun/star/awt/UnoControlFixedText.idl
index 732e2cd8ec99..bcd7f17695da 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedText.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedText.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 __com_sun_star_awt_UnoControlFixedText_idl__
-#define __com_sun_star_awt_UnoControlFixedText_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
-#include <com/sun/star/awt/XFixedText.idl>
-
-#include <com/sun/star/awt/XLayoutConstrains.idl>
@@ -45,6 +37,4 @@ published service UnoControlFixedText
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
index 75bff7aec025..5657c19c15af 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.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 __com_sun_star_awt_UnoControlFixedTextModel_idl__
-#define __com_sun_star_awt_UnoControlFixedTextModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/style/VerticalAlignment.idl>
-#include <com/sun/star/util/Color.idl>
@@ -148,6 +141,4 @@ published service UnoControlFixedTextModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFormattedField.idl b/offapi/com/sun/star/awt/UnoControlFormattedField.idl
index 619b0701ad3d..123fc267d321 100644
--- a/offapi/com/sun/star/awt/UnoControlFormattedField.idl
+++ b/offapi/com/sun/star/awt/UnoControlFormattedField.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 __com_sun_star_awt_UnoControlFormattedField_idl__
-#define __com_sun_star_awt_UnoControlFormattedField_idl__
-
-#include <com/sun/star/awt/UnoControlEdit.idl>
-#include <com/sun/star/awt/XSpinField.idl>
@@ -45,6 +40,4 @@ published service UnoControlFormattedField
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
index 25b75dd1d764..c77b3f45210c 100644
--- a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.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 __com_sun_star_awt_UnoControlFormattedFieldModel_idl__
-#define __com_sun_star_awt_UnoControlFormattedFieldModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/util/XNumberFormatsSupplier.idl>
-#include <com/sun/star/style/VerticalAlignment.idl>
module com { module sun { module star { module awt {
@@ -266,6 +258,4 @@ published service UnoControlFormattedFieldModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlGroupBox.idl b/offapi/com/sun/star/awt/UnoControlGroupBox.idl
index 10a7c0de99c0..f363427a4f08 100644
--- a/offapi/com/sun/star/awt/UnoControlGroupBox.idl
+++ b/offapi/com/sun/star/awt/UnoControlGroupBox.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_awt_UnoControlGroupBox_idl__
-#define __com_sun_star_awt_UnoControlGroupBox_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
@@ -37,6 +33,4 @@ published service UnoControlGroupBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl b/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
index 414680c39857..8e23284ef52d 100644
--- a/offapi/com/sun/star/awt/UnoControlGroupBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlGroupBoxModel.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 __com_sun_star_awt_UnoControlGroupBoxModel_idl__
-#define __com_sun_star_awt_UnoControlGroupBoxModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
@@ -101,6 +94,4 @@ published service UnoControlGroupBoxModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlImageControl.idl b/offapi/com/sun/star/awt/UnoControlImageControl.idl
index ff53a5ea6d63..880252850c9f 100644
--- a/offapi/com/sun/star/awt/UnoControlImageControl.idl
+++ b/offapi/com/sun/star/awt/UnoControlImageControl.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 __com_sun_star_awt_UnoControlImageControl_idl__
-#define __com_sun_star_awt_UnoControlImageControl_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/awt/XLayoutConstrains.idl>
@@ -40,6 +35,4 @@ published service UnoControlImageControl
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl b/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
index 310039d1a865..80bd149d15d7 100644
--- a/offapi/com/sun/star/awt/UnoControlImageControlModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlImageControlModel.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 __com_sun_star_awt_UnoControlImageControlModel_idl__
-#define __com_sun_star_awt_UnoControlImageControlModel_idl__
-
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/graphic/XGraphic.idl>
@@ -130,6 +124,4 @@ published service UnoControlImageControlModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlListBox.idl b/offapi/com/sun/star/awt/UnoControlListBox.idl
index 37327b47e132..f3078bbcac50 100644
--- a/offapi/com/sun/star/awt/UnoControlListBox.idl
+++ b/offapi/com/sun/star/awt/UnoControlListBox.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 __com_sun_star_awt_UnoControlListBox_idl__
-#define __com_sun_star_awt_UnoControlListBox_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
-#include <com/sun/star/awt/XListBox.idl>
-#include <com/sun/star/awt/XLayoutConstrains.idl>
-
-#include <com/sun/star/awt/XTextLayoutConstrains.idl>
@@ -51,6 +42,4 @@ published service UnoControlListBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
index e74202e82e96..65629c9f3692 100644
--- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.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 __com_sun_star_awt_UnoControlListBoxModel_idl__
-#define __com_sun_star_awt_UnoControlListBoxModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/awt/XItemList.idl>
module com { module sun { module star { module awt {
@@ -201,6 +194,4 @@ published service UnoControlListBoxModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlModel.idl b/offapi/com/sun/star/awt/UnoControlModel.idl
index 2e5d830f3fc8..fc0432081a61 100644
--- a/offapi/com/sun/star/awt/UnoControlModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlModel.idl
@@ -16,21 +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_awt_UnoControlModel_idl__
-#define __com_sun_star_awt_UnoControlModel_idl__
-
-#include <com/sun/star/awt/UnoControlDialogElement.idl>
-#include <com/sun/star/awt/XControlModel.idl>
-
-#include <com/sun/star/lang/XComponent.idl>
-
-#include <com/sun/star/beans/XPropertySet.idl>
-
-#include <com/sun/star/beans/XMultiPropertySet.idl>
-
-#include <com/sun/star/io/XPersistObject.idl>
-
-#include <com/sun/star/util/XCloneable.idl>
@@ -75,6 +60,4 @@ published service UnoControlModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlNumericField.idl b/offapi/com/sun/star/awt/UnoControlNumericField.idl
index 004e9883cb28..e82a8c4a659f 100644
--- a/offapi/com/sun/star/awt/UnoControlNumericField.idl
+++ b/offapi/com/sun/star/awt/UnoControlNumericField.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 __com_sun_star_awt_UnoControlNumericField_idl__
-#define __com_sun_star_awt_UnoControlNumericField_idl__
-
-#include <com/sun/star/awt/UnoControlEdit.idl>
-#include <com/sun/star/awt/XSpinField.idl>
-#include <com/sun/star/awt/XNumericField.idl>
@@ -51,6 +45,4 @@ published service UnoControlNumericField
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
index 61c5bc61f4ad..5ca7fb756274 100644
--- a/offapi/com/sun/star/awt/UnoControlNumericFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlNumericFieldModel.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 __com_sun_star_awt_UnoControlNumericFieldModel_idl__
-#define __com_sun_star_awt_UnoControlNumericFieldModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
-
-#include <com/sun/star/style/VerticalAlignment.idl>
module com { module sun { module star { module awt {
@@ -218,6 +209,4 @@ published service UnoControlNumericFieldModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlPatternField.idl b/offapi/com/sun/star/awt/UnoControlPatternField.idl
index 4254eda792eb..9230c62b21a6 100644
--- a/offapi/com/sun/star/awt/UnoControlPatternField.idl
+++ b/offapi/com/sun/star/awt/UnoControlPatternField.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 __com_sun_star_awt_UnoControlPatternField_idl__
-#define __com_sun_star_awt_UnoControlPatternField_idl__
-
-#include <com/sun/star/awt/UnoControlEdit.idl>
-#include <com/sun/star/awt/XSpinField.idl>
-#include <com/sun/star/awt/XPatternField.idl>
@@ -51,6 +45,4 @@ published service UnoControlPatternField
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
index 4c0d6069c543..a05788a2fb1e 100644
--- a/offapi/com/sun/star/awt/UnoControlPatternFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlPatternFieldModel.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 __com_sun_star_awt_UnoControlPatternFieldModel_idl__
-#define __com_sun_star_awt_UnoControlPatternFieldModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
-
-#include <com/sun/star/style/VerticalAlignment.idl>
module com { module sun { module star { module awt {
@@ -182,6 +173,4 @@ published service UnoControlPatternFieldModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlProgressBar.idl b/offapi/com/sun/star/awt/UnoControlProgressBar.idl
index 87e906396d44..b799933a42c4 100644
--- a/offapi/com/sun/star/awt/UnoControlProgressBar.idl
+++ b/offapi/com/sun/star/awt/UnoControlProgressBar.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 __com_sun_star_awt_UnoControlProgressBar_idl__
-#define __com_sun_star_awt_UnoControlProgressBar_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
-#include <com/sun/star/awt/XProgressBar.idl>
@@ -42,6 +36,4 @@ published service UnoControlProgressBar
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl b/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
index fec3c58f8eb7..10dee12a0cd5 100644
--- a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlProgressBarModel.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 __com_sun_star_awt_UnoControlProgressBarModel_idl__
-#define __com_sun_star_awt_UnoControlProgressBarModel_idl__
-
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
@@ -105,6 +99,4 @@ published service UnoControlProgressBarModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlRadioButton.idl b/offapi/com/sun/star/awt/UnoControlRadioButton.idl
index c14f40c3b5c8..2236d0029c3c 100644
--- a/offapi/com/sun/star/awt/UnoControlRadioButton.idl
+++ b/offapi/com/sun/star/awt/UnoControlRadioButton.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 __com_sun_star_awt_UnoControlRadioButton_idl__
-#define __com_sun_star_awt_UnoControlRadioButton_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
-#include <com/sun/star/awt/XRadioButton.idl>
-#include <com/sun/star/awt/XLayoutConstrains.idl>
@@ -44,6 +37,4 @@ published service UnoControlRadioButton
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
index dd5db1927f4e..c686b859f0b5 100644
--- a/offapi/com/sun/star/awt/UnoControlRadioButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlRadioButtonModel.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 __com_sun_star_awt_UnoControlRadioButtonModel_idl__
-#define __com_sun_star_awt_UnoControlRadioButtonModel_idl__
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/style/VerticalAlignment.idl>
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/graphic/XGraphic.idl>
@@ -190,6 +182,4 @@ published service UnoControlRadioButtonModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlRoadmap.idl b/offapi/com/sun/star/awt/UnoControlRoadmap.idl
index 26813bc1d7bc..9e31f5f2ec7a 100644
--- a/offapi/com/sun/star/awt/UnoControlRoadmap.idl
+++ b/offapi/com/sun/star/awt/UnoControlRoadmap.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 __com_sun_star_awt_UnoControlRoadmap_idl__
-#define __com_sun_star_awt_UnoControlRoadmap_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/awt/XItemEventBroadcaster.idl>
-#include <com/sun/star/beans/XPropertyChangeListener.idl>
@@ -63,6 +57,4 @@ service UnoControlRoadmap
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl
index cf2d13c4a35f..d7e9351b1d94 100644
--- a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl
@@ -16,15 +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 __com_sun_star_awt_UnoControlRoadmapModel_idl__
-#define __com_sun_star_awt_UnoControlRoadmapModel_idl__
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/container/XIndexContainer.idl>
-#include <com/sun/star/beans/XPropertyChangeListener.idl>
-#include <com/sun/star/graphic/XGraphic.idl>
-
module com { module sun { module star { module awt {
@@ -136,6 +129,4 @@ service UnoControlRoadmapModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlScrollBar.idl b/offapi/com/sun/star/awt/UnoControlScrollBar.idl
index 2ea1f2acf5cd..04b3cce6473a 100644
--- a/offapi/com/sun/star/awt/UnoControlScrollBar.idl
+++ b/offapi/com/sun/star/awt/UnoControlScrollBar.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 __com_sun_star_awt_UnoControlScrollBar_idl__
-#define __com_sun_star_awt_UnoControlScrollBar_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/awt/XScrollBar.idl>
@@ -41,6 +36,4 @@ published service UnoControlScrollBar
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
index 662bf368ca35..876b490b0ac6 100644
--- a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlScrollBarModel.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 __com_sun_star_awt_UnoControlScrollBarModel_idl__
-#define __com_sun_star_awt_UnoControlScrollBarModel_idl__
-
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/util/Color.idl>
@@ -164,6 +159,4 @@ published service UnoControlScrollBarModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlSpinButton.idl b/offapi/com/sun/star/awt/UnoControlSpinButton.idl
index 034943eb114d..2f7fd73af186 100644
--- a/offapi/com/sun/star/awt/UnoControlSpinButton.idl
+++ b/offapi/com/sun/star/awt/UnoControlSpinButton.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 __com_sun_star_awt_UnoControlSpinButton_idl__
-#define __com_sun_star_awt_UnoControlSpinButton_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/awt/XSpinValue.idl>
@@ -44,6 +39,4 @@ service UnoControlSpinButton
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
index 2a1d6e9be989..93dfd4c618f7 100644
--- a/offapi/com/sun/star/awt/UnoControlSpinButtonModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlSpinButtonModel.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 __com_sun_star_awt_UnoControlSpinButtonModel_idl__
-#define __com_sun_star_awt_UnoControlSpinButtonModel_idl__
-
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/util/Color.idl>
@@ -149,6 +144,4 @@ service UnoControlSpinButtonModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlTimeField.idl b/offapi/com/sun/star/awt/UnoControlTimeField.idl
index 1c37e99a6e69..0f3ee992f9be 100644
--- a/offapi/com/sun/star/awt/UnoControlTimeField.idl
+++ b/offapi/com/sun/star/awt/UnoControlTimeField.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 __com_sun_star_awt_UnoControlTimeField_idl__
-#define __com_sun_star_awt_UnoControlTimeField_idl__
-
-#include <com/sun/star/awt/UnoControlEdit.idl>
-#include <com/sun/star/awt/XSpinField.idl>
-#include <com/sun/star/awt/XTimeField.idl>
@@ -51,6 +45,4 @@ published service UnoControlTimeField
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
index 7801cd97359a..79638707d8fd 100644
--- a/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlTimeFieldModel.idl
@@ -16,16 +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_awt_UnoControlTimeFieldModel_idl__
-#define __com_sun_star_awt_UnoControlTimeFieldModel_idl__
-
-#include <com/sun/star/util/Time.idl>
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-
-#include <com/sun/star/util/Color.idl>
-
-#include <com/sun/star/style/VerticalAlignment.idl>
module com { module sun { module star { module awt {
@@ -224,6 +214,4 @@ published service UnoControlTimeFieldModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/VclContainerEvent.idl b/offapi/com/sun/star/awt/VclContainerEvent.idl
index 10e6e4c3d0be..874cd409a1db 100644
--- a/offapi/com/sun/star/awt/VclContainerEvent.idl
+++ b/offapi/com/sun/star/awt/VclContainerEvent.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 __com_sun_star_awt_VclContainerEvent_idl__
-#define __com_sun_star_awt_VclContainerEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -47,6 +41,4 @@ published struct VclContainerEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl b/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
index 350c4b904874..f129e4563810 100644
--- a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
+++ b/offapi/com/sun/star/awt/VclWindowPeerAttribute.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 __com_sun_star_awt_VclWindowPeerAttribute_idl__
-#define __com_sun_star_awt_VclWindowPeerAttribute_idl__
@@ -116,6 +114,4 @@ published constants VclWindowPeerAttribute
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/VisualEffect.idl b/offapi/com/sun/star/awt/VisualEffect.idl
index cc1b4fdbbb71..d457395af5e5 100644
--- a/offapi/com/sun/star/awt/VisualEffect.idl
+++ b/offapi/com/sun/star/awt/VisualEffect.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_VisualEffect_idl__
-#define __com_sun_star_awt_VisualEffect_idl__
-
module com { module sun { module star { module awt {
@@ -46,6 +43,4 @@ constants VisualEffect
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/WindowAttribute.idl b/offapi/com/sun/star/awt/WindowAttribute.idl
index 922d5359339b..817e69d1a744 100644
--- a/offapi/com/sun/star/awt/WindowAttribute.idl
+++ b/offapi/com/sun/star/awt/WindowAttribute.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 __com_sun_star_awt_WindowAttribute_idl__
-#define __com_sun_star_awt_WindowAttribute_idl__
@@ -111,6 +109,4 @@ published constants WindowAttribute
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/WindowClass.idl b/offapi/com/sun/star/awt/WindowClass.idl
index 6709a9b2f66c..00cf5c5670f7 100644
--- a/offapi/com/sun/star/awt/WindowClass.idl
+++ b/offapi/com/sun/star/awt/WindowClass.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 __com_sun_star_awt_WindowClass_idl__
-#define __com_sun_star_awt_WindowClass_idl__
@@ -54,6 +52,4 @@ published enum WindowClass
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/WindowDescriptor.idl b/offapi/com/sun/star/awt/WindowDescriptor.idl
index 7cd5dee8f770..e1683b7d2e51 100644
--- a/offapi/com/sun/star/awt/WindowDescriptor.idl
+++ b/offapi/com/sun/star/awt/WindowDescriptor.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 __com_sun_star_awt_WindowDescriptor_idl__
-#define __com_sun_star_awt_WindowDescriptor_idl__
-
-#include <com/sun/star/awt/WindowClass.idl>
-
-#include <com/sun/star/awt/XWindowPeer.idl>
-
-#include <com/sun/star/awt/Rectangle.idl>
@@ -151,6 +143,4 @@ published struct WindowDescriptor
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/WindowEvent.idl b/offapi/com/sun/star/awt/WindowEvent.idl
index 1293acb161d3..51268c569fbc 100644
--- a/offapi/com/sun/star/awt/WindowEvent.idl
+++ b/offapi/com/sun/star/awt/WindowEvent.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_awt_WindowEvent_idl__
-#define __com_sun_star_awt_WindowEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -87,6 +83,4 @@ published struct WindowEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XActionListener.idl b/offapi/com/sun/star/awt/XActionListener.idl
index bf42392fb1ae..d79f6d62766e 100644
--- a/offapi/com/sun/star/awt/XActionListener.idl
+++ b/offapi/com/sun/star/awt/XActionListener.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 __com_sun_star_awt_XActionListener_idl__
-#define __com_sun_star_awt_XActionListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/ActionEvent.idl>
@@ -42,6 +36,4 @@ published interface XActionListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XActivateListener.idl b/offapi/com/sun/star/awt/XActivateListener.idl
index 30e33412c398..5b93570a31ba 100644
--- a/offapi/com/sun/star/awt/XActivateListener.idl
+++ b/offapi/com/sun/star/awt/XActivateListener.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 __com_sun_star_awt_XActivateListener_idl__
-#define __com_sun_star_awt_XActivateListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -58,6 +52,4 @@ published interface XActivateListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XAdjustmentListener.idl b/offapi/com/sun/star/awt/XAdjustmentListener.idl
index f91736fb5c7b..b50b5685d82e 100644
--- a/offapi/com/sun/star/awt/XAdjustmentListener.idl
+++ b/offapi/com/sun/star/awt/XAdjustmentListener.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 __com_sun_star_awt_XAdjustmentListener_idl__
-#define __com_sun_star_awt_XAdjustmentListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/AdjustmentEvent.idl>
@@ -42,6 +36,4 @@ published interface XAdjustmentListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XAnimatedImages.idl b/offapi/com/sun/star/awt/XAnimatedImages.idl
index 722a00126bb7..bb4c8975b8d3 100644
--- a/offapi/com/sun/star/awt/XAnimatedImages.idl
+++ b/offapi/com/sun/star/awt/XAnimatedImages.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XAnimatedImages_idl__
-#define __com_sun_star_awt_XAnimatedImages_idl__
-
-#include <com/sun/star/container/XContainerListener.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <com/sun/star/container/XContainer.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-
module com { module sun { module star { module awt {
@@ -162,6 +154,4 @@ interface XAnimatedImages
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XAnimation.idl b/offapi/com/sun/star/awt/XAnimation.idl
index cd3bc76a43c6..6ffd390bc306 100644
--- a/offapi/com/sun/star/awt/XAnimation.idl
+++ b/offapi/com/sun/star/awt/XAnimation.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XAnimation_idl__
-#define __com_sun_star_awt_XAnimation_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module awt {
@@ -49,6 +44,4 @@ interface XAnimation
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XBitmap.idl b/offapi/com/sun/star/awt/XBitmap.idl
index 92d0da4c5462..6d9b480233bb 100644
--- a/offapi/com/sun/star/awt/XBitmap.idl
+++ b/offapi/com/sun/star/awt/XBitmap.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 __com_sun_star_awt_XBitmap_idl__
-#define __com_sun_star_awt_XBitmap_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/Size.idl>
@@ -52,6 +46,4 @@ published interface XBitmap: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XButton.idl b/offapi/com/sun/star/awt/XButton.idl
index 3840d4076210..52e48a81c7c1 100644
--- a/offapi/com/sun/star/awt/XButton.idl
+++ b/offapi/com/sun/star/awt/XButton.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 __com_sun_star_awt_XButton_idl__
-#define __com_sun_star_awt_XButton_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XActionListener.idl>
@@ -60,6 +54,4 @@ published interface XButton: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XCallback.idl b/offapi/com/sun/star/awt/XCallback.idl
index 4432f3e64f8b..56ecbe5b4dc0 100644
--- a/offapi/com/sun/star/awt/XCallback.idl
+++ b/offapi/com/sun/star/awt/XCallback.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XCallback_idl__
-#define __com_sun_star_awt_XCallback_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module awt {
@@ -43,6 +38,4 @@ interface XCallback
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XCheckBox.idl b/offapi/com/sun/star/awt/XCheckBox.idl
index bac7f31a9c66..abd87ceb5bc5 100644
--- a/offapi/com/sun/star/awt/XCheckBox.idl
+++ b/offapi/com/sun/star/awt/XCheckBox.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 __com_sun_star_awt_XCheckBox_idl__
-#define __com_sun_star_awt_XCheckBox_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XItemListener.idl>
@@ -72,6 +66,4 @@ published interface XCheckBox: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XComboBox.idl b/offapi/com/sun/star/awt/XComboBox.idl
index 67b69e1c18a8..6cdb18333e18 100644
--- a/offapi/com/sun/star/awt/XComboBox.idl
+++ b/offapi/com/sun/star/awt/XComboBox.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 __com_sun_star_awt_XComboBox_idl__
-#define __com_sun_star_awt_XComboBox_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XItemListener.idl>
-
-#include <com/sun/star/awt/XActionListener.idl>
@@ -100,6 +92,4 @@ published interface XComboBox: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl b/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl
index 96d268f3d2a3..e44f2d9eaa32 100644
--- a/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl
+++ b/offapi/com/sun/star/awt/XContainerWindowEventHandler.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XContainerWindowEventHandler_idl__
-#define __com_sun_star_awt_XContainerWindowEventHandler_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XWindow.idl>
-#include <com/sun/star/lang/WrappedTargetException.idl>
-
module com { module sun { module star { module awt {
@@ -86,6 +79,4 @@ interface XContainerWindowEventHandler : ::com::sun::star::uno::XInterface {
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XContainerWindowProvider.idl b/offapi/com/sun/star/awt/XContainerWindowProvider.idl
index 454b575e8a3d..3ecf822344f4 100644
--- a/offapi/com/sun/star/awt/XContainerWindowProvider.idl
+++ b/offapi/com/sun/star/awt/XContainerWindowProvider.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XContainerWindowProvider_idl__
-#define __com_sun_star_awt_XContainerWindowProvider_idl__
-
-#include <com/sun/star/awt/XWindow.idl>
-#include <com/sun/star/awt/XWindowPeer.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-
module com { module sun { module star { module awt {
@@ -110,6 +103,4 @@ interface XContainerWindowProvider : ::com::sun::star::uno::XInterface {
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XControl.idl b/offapi/com/sun/star/awt/XControl.idl
index cc00f48e996a..16a528e90cc3 100644
--- a/offapi/com/sun/star/awt/XControl.idl
+++ b/offapi/com/sun/star/awt/XControl.idl
@@ -16,20 +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_awt_XControl_idl__
-#define __com_sun_star_awt_XControl_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XToolkit.idl>
-
-#include <com/sun/star/awt/XWindowPeer.idl>
-
-#include <com/sun/star/awt/XControlModel.idl>
-
-#include <com/sun/star/awt/XView.idl>
@@ -110,6 +96,4 @@ published interface XControl: com::sun::star::lang::XComponent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XControlContainer.idl b/offapi/com/sun/star/awt/XControlContainer.idl
index 8c31ce8795af..5a9f096109ca 100644
--- a/offapi/com/sun/star/awt/XControlContainer.idl
+++ b/offapi/com/sun/star/awt/XControlContainer.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 __com_sun_star_awt_XControlContainer_idl__
-#define __com_sun_star_awt_XControlContainer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XControl.idl>
@@ -64,6 +58,4 @@ published interface XControlContainer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XControlModel.idl b/offapi/com/sun/star/awt/XControlModel.idl
index b2ef34908e52..b573ba0d6e62 100644
--- a/offapi/com/sun/star/awt/XControlModel.idl
+++ b/offapi/com/sun/star/awt/XControlModel.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_awt_XControlModel_idl__
-#define __com_sun_star_awt_XControlModel_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -35,6 +31,4 @@ published interface XControlModel: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XCurrencyField.idl b/offapi/com/sun/star/awt/XCurrencyField.idl
index 88cf88068564..fa2373f1108d 100644
--- a/offapi/com/sun/star/awt/XCurrencyField.idl
+++ b/offapi/com/sun/star/awt/XCurrencyField.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_awt_XCurrencyField_idl__
-#define __com_sun_star_awt_XCurrencyField_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -117,6 +113,4 @@ published interface XCurrencyField: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDataTransferProviderAccess.idl b/offapi/com/sun/star/awt/XDataTransferProviderAccess.idl
index 573535597e6d..5eff09423401 100644
--- a/offapi/com/sun/star/awt/XDataTransferProviderAccess.idl
+++ b/offapi/com/sun/star/awt/XDataTransferProviderAccess.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XDataTransferProviderAccess_idl__
-#define __com_sun_star_awt_XDataTransferProviderAccess_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module datatransfer {
module dnd {
@@ -90,6 +85,4 @@ published interface XDataTransferProviderAccess: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDateField.idl b/offapi/com/sun/star/awt/XDateField.idl
index 72d1c80f93dd..9c6a7af70140 100644
--- a/offapi/com/sun/star/awt/XDateField.idl
+++ b/offapi/com/sun/star/awt/XDateField.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 __com_sun_star_awt_XDateField_idl__
-#define __com_sun_star_awt_XDateField_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/util/Date.idl>
@@ -118,6 +113,4 @@ published interface XDateField: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDevice.idl b/offapi/com/sun/star/awt/XDevice.idl
index b9b43ae765c8..bef925a1aa59 100644
--- a/offapi/com/sun/star/awt/XDevice.idl
+++ b/offapi/com/sun/star/awt/XDevice.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 __com_sun_star_awt_XDevice_idl__
-#define __com_sun_star_awt_XDevice_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/DeviceInfo.idl>
-
-#include <com/sun/star/awt/FontDescriptor.idl>
module com { module sun { module star { module awt {
@@ -100,6 +92,4 @@ published interface XDevice: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDialog.idl b/offapi/com/sun/star/awt/XDialog.idl
index 5a94924720ba..ab23433b2c98 100644
--- a/offapi/com/sun/star/awt/XDialog.idl
+++ b/offapi/com/sun/star/awt/XDialog.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_awt_XDialog_idl__
-#define __com_sun_star_awt_XDialog_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -58,6 +54,4 @@ published interface XDialog: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDialog2.idl b/offapi/com/sun/star/awt/XDialog2.idl
index b39dfed5fa26..a82556662dab 100644
--- a/offapi/com/sun/star/awt/XDialog2.idl
+++ b/offapi/com/sun/star/awt/XDialog2.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XDialog2_idl__
-#define __com_sun_star_awt_XDialog2_idl__
-
-#include <com/sun/star/awt/XDialog.idl>
-
module com { module sun { module star { module awt {
@@ -46,6 +41,4 @@ published interface XDialog2: com::sun::star::awt::XDialog
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDialogEventHandler.idl b/offapi/com/sun/star/awt/XDialogEventHandler.idl
index f4a7316cae91..f8fdb95f2143 100644
--- a/offapi/com/sun/star/awt/XDialogEventHandler.idl
+++ b/offapi/com/sun/star/awt/XDialogEventHandler.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XDialogEventHandler_idl__
-#define __com_sun_star_awt_XDialogEventHandler_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XDialog.idl>
-#include <com/sun/star/lang/WrappedTargetException.idl>
-
module com { module sun { module star { module awt {
@@ -85,6 +78,4 @@ interface XDialogEventHandler : ::com::sun::star::uno::XInterface {
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDialogProvider.idl b/offapi/com/sun/star/awt/XDialogProvider.idl
index 018fdf1ba319..f5320c4b3a24 100644
--- a/offapi/com/sun/star/awt/XDialogProvider.idl
+++ b/offapi/com/sun/star/awt/XDialogProvider.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XDialogProvider_idl__
-#define __com_sun_star_awt_XDialogProvider_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XDialog.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-
module com { module sun { module star { module awt {
@@ -54,6 +47,4 @@ interface XDialogProvider : ::com::sun::star::uno::XInterface {
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl
index 7365e1196816..8f5f17f15b6b 100644
--- a/offapi/com/sun/star/awt/XDialogProvider2.idl
+++ b/offapi/com/sun/star/awt/XDialogProvider2.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XDialogProvider2_idl__
-#define __com_sun_star_awt_XDialogProvider2_idl__
-
-#include <com/sun/star/awt/XDialogProvider.idl>
-#include <com/sun/star/beans/NamedValue.idl>
-
module com { module sun { module star { module awt {
@@ -118,6 +112,4 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider {
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDisplayBitmap.idl b/offapi/com/sun/star/awt/XDisplayBitmap.idl
index 7ce17dd6e020..184c8abdf05b 100644
--- a/offapi/com/sun/star/awt/XDisplayBitmap.idl
+++ b/offapi/com/sun/star/awt/XDisplayBitmap.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_awt_XDisplayBitmap_idl__
-#define __com_sun_star_awt_XDisplayBitmap_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -38,6 +34,4 @@ published interface XDisplayBitmap: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDisplayConnection.idl b/offapi/com/sun/star/awt/XDisplayConnection.idl
index f9960f629e25..4dce09015344 100644
--- a/offapi/com/sun/star/awt/XDisplayConnection.idl
+++ b/offapi/com/sun/star/awt/XDisplayConnection.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XDisplayConnection_idl__
-#define __com_sun_star_awt_XDisplayConnection_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module awt {
@@ -88,6 +83,4 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDockableWindow.idl b/offapi/com/sun/star/awt/XDockableWindow.idl
index d34289a5bdb8..c8d76eeccd42 100644
--- a/offapi/com/sun/star/awt/XDockableWindow.idl
+++ b/offapi/com/sun/star/awt/XDockableWindow.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 __com_sun_star_awt_XDockableWindow_idl__
-#define __com_sun_star_awt_XDockableWindow_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XDockableWindowListener.idl>
-#include <com/sun/star/awt/Rectangle.idl>
module com { module sun { module star { module awt {
@@ -119,6 +113,4 @@ interface XDockableWindow : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XDockableWindowListener.idl b/offapi/com/sun/star/awt/XDockableWindowListener.idl
index f901bd36b7d8..e9eb44471f63 100644
--- a/offapi/com/sun/star/awt/XDockableWindowListener.idl
+++ b/offapi/com/sun/star/awt/XDockableWindowListener.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 __com_sun_star_awt_XDockableWindowListener_idl__
-#define __com_sun_star_awt_XDockableWindowListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/awt/DockingData.idl>
-#include <com/sun/star/awt/EndDockingEvent.idl>
-#include <com/sun/star/awt/DockingEvent.idl>
-#include <com/sun/star/awt/EndPopupModeEvent.idl>
-#include <com/sun/star/lang/EventObject.idl>
module com { module sun { module star { module awt {
@@ -88,6 +79,4 @@ interface XDockableWindowListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl b/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl
index daba7a928c97..44437c3e8a81 100644
--- a/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.idl
+++ b/offapi/com/sun/star/awt/XEnhancedMouseClickHandler.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 __com_sun_star_awt_XEnhancedMouseClickHandler_idl__
-#define __com_sun_star_awt_XEnhancedMouseClickHandler_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/awt/EnhancedMouseEvent.idl>
@@ -49,6 +44,4 @@ published interface XEnhancedMouseClickHandler: ::com::sun::star::lang::XEventLi
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XEventHandler.idl b/offapi/com/sun/star/awt/XEventHandler.idl
index 6efacb4b4eab..938901907c10 100644
--- a/offapi/com/sun/star/awt/XEventHandler.idl
+++ b/offapi/com/sun/star/awt/XEventHandler.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XEventHandler_idl__
-#define __com_sun_star_awt_XEventHandler_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module awt {
@@ -49,6 +44,4 @@ published interface XEventHandler: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XExtendedToolkit.idl b/offapi/com/sun/star/awt/XExtendedToolkit.idl
index 56662975acbd..2508bd118267 100644
--- a/offapi/com/sun/star/awt/XExtendedToolkit.idl
+++ b/offapi/com/sun/star/awt/XExtendedToolkit.idl
@@ -17,16 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XExtendedToolkit_idl__
-#define __com_sun_star_awt_XExtendedToolkit_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XTopWindow.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <com/sun/star/awt/XTopWindowListener.idl>
-#include <com/sun/star/awt/XKeyHandler.idl>
-#include <com/sun/star/awt/XFocusListener.idl>
-
module com { module sun { module star { module awt {
@@ -190,6 +180,4 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XFileDialog.idl b/offapi/com/sun/star/awt/XFileDialog.idl
index acf5f7a3f4da..be76d4b93de0 100644
--- a/offapi/com/sun/star/awt/XFileDialog.idl
+++ b/offapi/com/sun/star/awt/XFileDialog.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_awt_XFileDialog_idl__
-#define __com_sun_star_awt_XFileDialog_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -63,6 +59,4 @@ published interface XFileDialog: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XFixedHyperlink.idl b/offapi/com/sun/star/awt/XFixedHyperlink.idl
index 280b846bf4da..6e56ed76583d 100644
--- a/offapi/com/sun/star/awt/XFixedHyperlink.idl
+++ b/offapi/com/sun/star/awt/XFixedHyperlink.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 __com_sun_star_awt_XFixedHyperlink_idl__
-#define __com_sun_star_awt_XFixedHyperlink_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XActionListener.idl>
module com { module sun { module star { module awt {
@@ -81,6 +76,4 @@ interface XFixedHyperlink: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XFixedText.idl b/offapi/com/sun/star/awt/XFixedText.idl
index 3ad14b2ded39..176440289829 100644
--- a/offapi/com/sun/star/awt/XFixedText.idl
+++ b/offapi/com/sun/star/awt/XFixedText.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_awt_XFixedText_idl__
-#define __com_sun_star_awt_XFixedText_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -61,6 +57,4 @@ published interface XFixedText: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XFocusListener.idl b/offapi/com/sun/star/awt/XFocusListener.idl
index 1b80fd3c814b..b951f83f2869 100644
--- a/offapi/com/sun/star/awt/XFocusListener.idl
+++ b/offapi/com/sun/star/awt/XFocusListener.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 __com_sun_star_awt_XFocusListener_idl__
-#define __com_sun_star_awt_XFocusListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/FocusEvent.idl>
@@ -54,6 +48,4 @@ published interface XFocusListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XFont.idl b/offapi/com/sun/star/awt/XFont.idl
index 2045ea74b110..2c9dbe1a9eb4 100644
--- a/offapi/com/sun/star/awt/XFont.idl
+++ b/offapi/com/sun/star/awt/XFont.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 __com_sun_star_awt_XFont_idl__
-#define __com_sun_star_awt_XFont_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/FontDescriptor.idl>
-
-#include <com/sun/star/awt/SimpleFontMetric.idl>
@@ -102,6 +94,4 @@ published interface XFont: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XFont2.idl b/offapi/com/sun/star/awt/XFont2.idl
index c75ff2e60e70..7f9bb45dba9a 100644
--- a/offapi/com/sun/star/awt/XFont2.idl
+++ b/offapi/com/sun/star/awt/XFont2.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XFont2_idl__
-#define __com_sun_star_awt_XFont2_idl__
-
-#include <com/sun/star/awt/XFont.idl>
-
module com { module sun { module star { module awt {
@@ -51,6 +46,4 @@ interface XFont2: com::sun::star::awt::XFont
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XFontMappingUse.idl b/offapi/com/sun/star/awt/XFontMappingUse.idl
index 8140d6a78a4a..8fd35e779d67 100644
--- a/offapi/com/sun/star/awt/XFontMappingUse.idl
+++ b/offapi/com/sun/star/awt/XFontMappingUse.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XFontMappingUse_idl__
-#define __com_sun_star_awt_XFontMappingUse_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XFontMappingUseItem.idl>
-
module com { module sun { module star { module awt {
/**
@@ -51,6 +45,4 @@ published interface XFontMappingUse: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XFontMappingUseItem.idl b/offapi/com/sun/star/awt/XFontMappingUseItem.idl
index 2cb5a8936fd2..98ce55945fe2 100644
--- a/offapi/com/sun/star/awt/XFontMappingUseItem.idl
+++ b/offapi/com/sun/star/awt/XFontMappingUseItem.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XFontMappingUseItem_idl__
-#define __com_sun_star_awt_XFontMappingUseItem_idl__
-
module com { module sun { module star { module awt {
/**
@@ -50,6 +47,4 @@ published struct XFontMappingUseItem
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XGraphics.idl b/offapi/com/sun/star/awt/XGraphics.idl
index c3311737c799..bf076144c23c 100644
--- a/offapi/com/sun/star/awt/XGraphics.idl
+++ b/offapi/com/sun/star/awt/XGraphics.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 __com_sun_star_awt_XGraphics_idl__
-#define __com_sun_star_awt_XGraphics_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/awt/SimpleFontMetric.idl>
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/awt/RasterOperation.idl>
-#include <com/sun/star/awt/Gradient.idl>
module com { module sun { module star { module awt {
@@ -231,6 +222,4 @@ published interface XGraphics: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XGraphics2.idl b/offapi/com/sun/star/awt/XGraphics2.idl
index 7460bf29b456..849e8d375f5c 100644
--- a/offapi/com/sun/star/awt/XGraphics2.idl
+++ b/offapi/com/sun/star/awt/XGraphics2.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 __com_sun_star_awt_XGraphics2_idl__
-#define __com_sun_star_awt_XGraphics2_idl__
-
-#include <com/sun/star/awt/XGraphics.idl>
-#include <com/sun/star/awt/Rectangle.idl>
-#include <com/sun/star/graphic/XGraphic.idl>
module com { module sun { module star { module awt {
@@ -74,6 +68,4 @@ published interface XGraphics2: com::sun::star::awt::XGraphics
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XImageButton.idl b/offapi/com/sun/star/awt/XImageButton.idl
index 9e78f6fbf490..85522ed68d95 100644
--- a/offapi/com/sun/star/awt/XImageButton.idl
+++ b/offapi/com/sun/star/awt/XImageButton.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 __com_sun_star_awt_XImageButton_idl__
-#define __com_sun_star_awt_XImageButton_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XActionListener.idl>
@@ -53,6 +47,4 @@ published interface XImageButton: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XImageConsumer.idl b/offapi/com/sun/star/awt/XImageConsumer.idl
index 54b3a08d392c..3bc66426e399 100644
--- a/offapi/com/sun/star/awt/XImageConsumer.idl
+++ b/offapi/com/sun/star/awt/XImageConsumer.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_awt_XImageConsumer_idl__
-#define __com_sun_star_awt_XImageConsumer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module awt {
@@ -111,6 +107,4 @@ published interface XImageConsumer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XImageProducer.idl b/offapi/com/sun/star/awt/XImageProducer.idl
index d81a90013ec4..9268f8ebf158 100644
--- a/offapi/com/sun/star/awt/XImageProducer.idl
+++ b/offapi/com/sun/star/awt/XImageProducer.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 __com_sun_star_awt_XImageProducer_idl__
-#define __com_sun_star_awt_XImageProducer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XImageConsumer.idl>
@@ -70,6 +64,4 @@ published interface XImageProducer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XInfoPrinter.idl b/offapi/com/sun/star/awt/XInfoPrinter.idl
index 577d882681e2..2cf6adf61e2e 100644
--- a/offapi/com/sun/star/awt/XInfoPrinter.idl
+++ b/offapi/com/sun/star/awt/XInfoPrinter.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 __com_sun_star_awt_XInfoPrinter_idl__
-#define __com_sun_star_awt_XInfoPrinter_idl__
-
-#include <com/sun/star/awt/XPrinterPropertySet.idl>
-
-#include <com/sun/star/awt/XDevice.idl>
@@ -44,6 +38,4 @@ published interface XInfoPrinter: com::sun::star::awt::XPrinterPropertySet
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XItemEventBroadcaster.idl b/offapi/com/sun/star/awt/XItemEventBroadcaster.idl
index c1588c0a32de..cfb5efec9f8a 100644
--- a/offapi/com/sun/star/awt/XItemEventBroadcaster.idl
+++ b/offapi/com/sun/star/awt/XItemEventBroadcaster.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 __com_sun_star_awt_XItemEventBroadcaster_idl__
-#define __com_sun_star_awt_XItemEventBroadcaster_idl__
-
-#include <com/sun/star/awt/XItemListener.idl>
-#include <com/sun/star/uno/XInterface.idl>
@@ -48,6 +43,4 @@ interface XItemEventBroadcaster: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XItemList.idl b/offapi/com/sun/star/awt/XItemList.idl
index 7f4cf3831a19..19c3cb127655 100644
--- a/offapi/com/sun/star/awt/XItemList.idl
+++ b/offapi/com/sun/star/awt/XItemList.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XItemList_idl__
-#define __com_sun_star_awt_XItemList_idl__
-
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <com/sun/star/beans/Pair.idl>
-
module com { module sun { module star { module awt {
@@ -270,6 +264,4 @@ interface XItemList
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XItemListListener.idl b/offapi/com/sun/star/awt/XItemListListener.idl
index d8761517d62b..9f41c22ba955 100644
--- a/offapi/com/sun/star/awt/XItemListListener.idl
+++ b/offapi/com/sun/star/awt/XItemListListener.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XItemListListener_idl__
-#define __com_sun_star_awt_XItemListListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/awt/ItemListEvent.idl>
-
module com { module sun { module star { module awt {
@@ -71,6 +65,4 @@ interface XItemListListener : ::com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XItemListener.idl b/offapi/com/sun/star/awt/XItemListener.idl
index f34cd4c7ed38..a10e957995ca 100644
--- a/offapi/com/sun/star/awt/XItemListener.idl
+++ b/offapi/com/sun/star/awt/XItemListener.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 __com_sun_star_awt_XItemListener_idl__
-#define __com_sun_star_awt_XItemListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/ItemEvent.idl>
@@ -43,6 +37,4 @@ published interface XItemListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XKeyHandler.idl b/offapi/com/sun/star/awt/XKeyHandler.idl
index a913694c38da..d6455914f640 100644
--- a/offapi/com/sun/star/awt/XKeyHandler.idl
+++ b/offapi/com/sun/star/awt/XKeyHandler.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XKeyHandler_idl__
-#define __com_sun_star_awt_XKeyHandler_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/KeyEvent.idl>
-
module com { module sun { module star { module awt {
@@ -86,6 +79,4 @@ published interface XKeyHandler : ::com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XKeyListener.idl b/offapi/com/sun/star/awt/XKeyListener.idl
index 323d5c5369e4..bb9375b22fa5 100644
--- a/offapi/com/sun/star/awt/XKeyListener.idl
+++ b/offapi/com/sun/star/awt/XKeyListener.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 __com_sun_star_awt_XKeyListener_idl__
-#define __com_sun_star_awt_XKeyListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/KeyEvent.idl>
@@ -50,6 +44,4 @@ published interface XKeyListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XLayoutConstrains.idl b/offapi/com/sun/star/awt/XLayoutConstrains.idl
index 80af33445df6..5e6a88a34a8f 100644
--- a/offapi/com/sun/star/awt/XLayoutConstrains.idl
+++ b/offapi/com/sun/star/awt/XLayoutConstrains.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 __com_sun_star_awt_XLayoutConstrains_idl__
-#define __com_sun_star_awt_XLayoutConstrains_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/Size.idl>
@@ -52,6 +46,4 @@ published interface XLayoutConstrains: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XListBox.idl b/offapi/com/sun/star/awt/XListBox.idl
index d11d8a08e895..8430cfd9d286 100644
--- a/offapi/com/sun/star/awt/XListBox.idl
+++ b/offapi/com/sun/star/awt/XListBox.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 __com_sun_star_awt_XListBox_idl__
-#define __com_sun_star_awt_XListBox_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XItemListener.idl>
-
-#include <com/sun/star/awt/XActionListener.idl>
@@ -161,6 +153,4 @@ published interface XListBox: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMenu.idl b/offapi/com/sun/star/awt/XMenu.idl
index 08967962e88f..1d5958f4a241 100644
--- a/offapi/com/sun/star/awt/XMenu.idl
+++ b/offapi/com/sun/star/awt/XMenu.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 __com_sun_star_awt_XMenu_idl__
-#define __com_sun_star_awt_XMenu_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/MenuItemType.idl>
module com { module sun { module star { module awt {
@@ -294,6 +289,4 @@ published interface XMenu: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMenuBar.idl b/offapi/com/sun/star/awt/XMenuBar.idl
index 0bd07d942fbb..e0a72125a228 100644
--- a/offapi/com/sun/star/awt/XMenuBar.idl
+++ b/offapi/com/sun/star/awt/XMenuBar.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_awt_XMenuBar_idl__
-#define __com_sun_star_awt_XMenuBar_idl__
-
-#include <com/sun/star/awt/XMenu.idl>
module com { module sun { module star { module awt {
@@ -31,6 +27,4 @@ published interface XMenuBar: XMenu
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMenuListener.idl b/offapi/com/sun/star/awt/XMenuListener.idl
index ea9fc8b56495..d81d20d40cde 100644
--- a/offapi/com/sun/star/awt/XMenuListener.idl
+++ b/offapi/com/sun/star/awt/XMenuListener.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 __com_sun_star_awt_XMenuListener_idl__
-#define __com_sun_star_awt_XMenuListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/awt/MenuEvent.idl>
module com { module sun { module star { module awt {
@@ -48,6 +43,4 @@ published interface XMenuListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMessageBox.idl b/offapi/com/sun/star/awt/XMessageBox.idl
index 39b77a2051df..2b5fb2dc6354 100644
--- a/offapi/com/sun/star/awt/XMessageBox.idl
+++ b/offapi/com/sun/star/awt/XMessageBox.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_awt_XMessageBox_idl__
-#define __com_sun_star_awt_XMessageBox_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module awt {
@@ -45,6 +41,4 @@ published interface XMessageBox
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMessageBoxFactory.idl b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
index 510e51ebe9a3..cb18053c78a1 100644
--- a/offapi/com/sun/star/awt/XMessageBoxFactory.idl
+++ b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XMessageBoxFactory_idl__
-#define __com_sun_star_awt_XMessageBoxFactory_idl__
-
-#include <com/sun/star/awt/XWindowPeer.idl>
-#include <com/sun/star/awt/XMessageBox.idl>
-#include <com/sun/star/awt/MessageBoxButtons.idl>
-#include <com/sun/star/awt/MessageBoxType.idl>
-
module com { module sun { module star { module awt {
/** specifies a factory interface for creating message boxes.
@@ -69,6 +61,4 @@ published interface XMessageBoxFactory : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMetricField.idl b/offapi/com/sun/star/awt/XMetricField.idl
index d91a37da31fa..f9491ddb1857 100644
--- a/offapi/com/sun/star/awt/XMetricField.idl
+++ b/offapi/com/sun/star/awt/XMetricField.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 __com_sun_star_awt_XMetricField_idl__
-#define __com_sun_star_awt_XMetricField_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/util/MeasureUnit.idl>
module com { module sun { module star { module awt {
@@ -127,6 +122,4 @@ interface XMetricField: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMouseClickHandler.idl b/offapi/com/sun/star/awt/XMouseClickHandler.idl
index 2db74a87610f..fc63485f91e6 100644
--- a/offapi/com/sun/star/awt/XMouseClickHandler.idl
+++ b/offapi/com/sun/star/awt/XMouseClickHandler.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 __com_sun_star_awt_XMouseClickHandler_idl__
-#define __com_sun_star_awt_XMouseClickHandler_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/awt/MouseEvent.idl>
@@ -62,6 +57,4 @@ published interface XMouseClickHandler: ::com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMouseListener.idl b/offapi/com/sun/star/awt/XMouseListener.idl
index 7da839faeedf..a3f003daa0cc 100644
--- a/offapi/com/sun/star/awt/XMouseListener.idl
+++ b/offapi/com/sun/star/awt/XMouseListener.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 __com_sun_star_awt_XMouseListener_idl__
-#define __com_sun_star_awt_XMouseListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/MouseEvent.idl>
@@ -73,6 +67,4 @@ published interface XMouseListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMouseMotionHandler.idl b/offapi/com/sun/star/awt/XMouseMotionHandler.idl
index cb68e8458818..48cb21178c90 100644
--- a/offapi/com/sun/star/awt/XMouseMotionHandler.idl
+++ b/offapi/com/sun/star/awt/XMouseMotionHandler.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 __com_sun_star_awt_XMouseMotionHandler_idl__
-#define __com_sun_star_awt_XMouseMotionHandler_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/MouseEvent.idl>
@@ -70,6 +64,4 @@ published interface XMouseMotionHandler: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XMouseMotionListener.idl b/offapi/com/sun/star/awt/XMouseMotionListener.idl
index d866aef31e84..b3073ba7a923 100644
--- a/offapi/com/sun/star/awt/XMouseMotionListener.idl
+++ b/offapi/com/sun/star/awt/XMouseMotionListener.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 __com_sun_star_awt_XMouseMotionListener_idl__
-#define __com_sun_star_awt_XMouseMotionListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/MouseEvent.idl>
@@ -54,6 +48,4 @@ published interface XMouseMotionListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XNumericField.idl b/offapi/com/sun/star/awt/XNumericField.idl
index 24e5afc660c6..fa609569f432 100644
--- a/offapi/com/sun/star/awt/XNumericField.idl
+++ b/offapi/com/sun/star/awt/XNumericField.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_awt_XNumericField_idl__
-#define __com_sun_star_awt_XNumericField_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -117,6 +113,4 @@ published interface XNumericField: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XPaintListener.idl b/offapi/com/sun/star/awt/XPaintListener.idl
index 56a1c6df462c..e18e93c01a11 100644
--- a/offapi/com/sun/star/awt/XPaintListener.idl
+++ b/offapi/com/sun/star/awt/XPaintListener.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 __com_sun_star_awt_XPaintListener_idl__
-#define __com_sun_star_awt_XPaintListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/PaintEvent.idl>
@@ -43,6 +37,4 @@ published interface XPaintListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XPatternField.idl b/offapi/com/sun/star/awt/XPatternField.idl
index d1914aa09cc5..75cb6f2238cf 100644
--- a/offapi/com/sun/star/awt/XPatternField.idl
+++ b/offapi/com/sun/star/awt/XPatternField.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_awt_XPatternField_idl__
-#define __com_sun_star_awt_XPatternField_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -67,6 +63,4 @@ published interface XPatternField: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XPointer.idl b/offapi/com/sun/star/awt/XPointer.idl
index 3cc8cdd2c27c..be9ccd3a934c 100644
--- a/offapi/com/sun/star/awt/XPointer.idl
+++ b/offapi/com/sun/star/awt/XPointer.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_awt_XPointer_idl__
-#define __com_sun_star_awt_XPointer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -46,6 +42,4 @@ published interface XPointer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl
index 3a2018ddba77..144ed6ca9ffa 100644
--- a/offapi/com/sun/star/awt/XPopupMenu.idl
+++ b/offapi/com/sun/star/awt/XPopupMenu.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 __com_sun_star_awt_XPopupMenu_idl__
-#define __com_sun_star_awt_XPopupMenu_idl__
-
-#include <com/sun/star/awt/KeyEvent.idl>
-#include <com/sun/star/awt/Rectangle.idl>
-#include <com/sun/star/awt/XMenu.idl>
-#include <com/sun/star/graphic/XGraphic.idl>
module com { module sun { module star { module awt {
@@ -179,6 +172,4 @@ published interface XPopupMenu: XMenu
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XPrinter.idl b/offapi/com/sun/star/awt/XPrinter.idl
index 5ad5a0b2f00f..ba62afe065c5 100644
--- a/offapi/com/sun/star/awt/XPrinter.idl
+++ b/offapi/com/sun/star/awt/XPrinter.idl
@@ -16,16 +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_awt_XPrinter_idl__
-#define __com_sun_star_awt_XPrinter_idl__
-
-#include <com/sun/star/awt/XPrinterPropertySet.idl>
-
-#include <com/sun/star/awt/PrinterException.idl>
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-
-#include <com/sun/star/awt/XDevice.idl>
@@ -97,6 +87,4 @@ published interface XPrinter: com::sun::star::awt::XPrinterPropertySet
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XPrinterPropertySet.idl b/offapi/com/sun/star/awt/XPrinterPropertySet.idl
index 9d5c4fd6f033..26a4c5aa8269 100644
--- a/offapi/com/sun/star/awt/XPrinterPropertySet.idl
+++ b/offapi/com/sun/star/awt/XPrinterPropertySet.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 __com_sun_star_awt_XPrinterPropertySet_idl__
-#define __com_sun_star_awt_XPrinterPropertySet_idl__
-
-#include <com/sun/star/beans/XPropertySet.idl>
-
-#include <com/sun/star/beans/PropertyVetoException.idl>
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
@@ -84,6 +76,4 @@ published interface XPrinterPropertySet: com::sun::star::beans::XPropertySet
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XPrinterServer.idl b/offapi/com/sun/star/awt/XPrinterServer.idl
index f72470b8cfbc..16df06bde540 100644
--- a/offapi/com/sun/star/awt/XPrinterServer.idl
+++ b/offapi/com/sun/star/awt/XPrinterServer.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 __com_sun_star_awt_XPrinterServer_idl__
-#define __com_sun_star_awt_XPrinterServer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XPrinter.idl>
-
-#include <com/sun/star/awt/XInfoPrinter.idl>
@@ -61,6 +53,4 @@ published interface XPrinterServer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XPrinterServer2.idl b/offapi/com/sun/star/awt/XPrinterServer2.idl
index 8ceb54fcfa50..195c8d188567 100644
--- a/offapi/com/sun/star/awt/XPrinterServer2.idl
+++ b/offapi/com/sun/star/awt/XPrinterServer2.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_awt_XPrinterServer2_idl__
-#define __com_sun_star_awt_XPrinterServer2_idl__
-
-#include <com/sun/star/awt/XPrinterServer.idl>
module com { module sun { module star { module awt {
@@ -44,6 +40,4 @@ interface XPrinterServer2: ::com::sun::star::awt::XPrinterServer
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XProgressBar.idl b/offapi/com/sun/star/awt/XProgressBar.idl
index f6c4a3deecd6..b64ed720cdfc 100644
--- a/offapi/com/sun/star/awt/XProgressBar.idl
+++ b/offapi/com/sun/star/awt/XProgressBar.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 __com_sun_star_awt_XProgressBar_idl__
-#define __com_sun_star_awt_XProgressBar_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/util/Color.idl>
@@ -66,6 +60,4 @@ published interface XProgressBar: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XProgressMonitor.idl b/offapi/com/sun/star/awt/XProgressMonitor.idl
index 3d08cb9141c1..4f8196a10720 100644
--- a/offapi/com/sun/star/awt/XProgressMonitor.idl
+++ b/offapi/com/sun/star/awt/XProgressMonitor.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_awt_XProgressMonitor_idl__
-#define __com_sun_star_awt_XProgressMonitor_idl__
-
-#include <com/sun/star/awt/XProgressBar.idl>
@@ -52,6 +48,4 @@ published interface XProgressMonitor: com::sun::star::awt::XProgressBar
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XRadioButton.idl b/offapi/com/sun/star/awt/XRadioButton.idl
index de3e33efae7c..90dd71c84015 100644
--- a/offapi/com/sun/star/awt/XRadioButton.idl
+++ b/offapi/com/sun/star/awt/XRadioButton.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 __com_sun_star_awt_XRadioButton_idl__
-#define __com_sun_star_awt_XRadioButton_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XItemListener.idl>
@@ -63,6 +57,4 @@ published interface XRadioButton: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XRegion.idl b/offapi/com/sun/star/awt/XRegion.idl
index 49a327fac124..a5fc42b1bb31 100644
--- a/offapi/com/sun/star/awt/XRegion.idl
+++ b/offapi/com/sun/star/awt/XRegion.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 __com_sun_star_awt_XRegion_idl__
-#define __com_sun_star_awt_XRegion_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/Rectangle.idl>
@@ -100,6 +94,4 @@ published interface XRegion: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XRequestCallback.idl b/offapi/com/sun/star/awt/XRequestCallback.idl
index 7e8ce9e3998a..2827f313e887 100644
--- a/offapi/com/sun/star/awt/XRequestCallback.idl
+++ b/offapi/com/sun/star/awt/XRequestCallback.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XRequestCallback_idl__
-#define __com_sun_star_awt_XRequestCallback_idl__
-
-#include <com/sun/star/awt/XCallback.idl>
-
module com { module sun { module star { module awt {
@@ -47,6 +42,4 @@ interface XRequestCallback
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XReschedule.idl b/offapi/com/sun/star/awt/XReschedule.idl
index f9f5fe22d449..80ec9d0c8d55 100644
--- a/offapi/com/sun/star/awt/XReschedule.idl
+++ b/offapi/com/sun/star/awt/XReschedule.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XReschedule_idl__
-#define __com_sun_star_awt_XReschedule_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module awt {
@@ -45,6 +40,4 @@ published interface XReschedule : ::com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XScrollBar.idl b/offapi/com/sun/star/awt/XScrollBar.idl
index 6682c5cf8996..b6b06253da1f 100644
--- a/offapi/com/sun/star/awt/XScrollBar.idl
+++ b/offapi/com/sun/star/awt/XScrollBar.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 __com_sun_star_awt_XScrollBar_idl__
-#define __com_sun_star_awt_XScrollBar_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XAdjustmentListener.idl>
@@ -117,6 +111,4 @@ published interface XScrollBar: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl
index 189e358292c3..0109c4a84d37 100644
--- a/offapi/com/sun/star/awt/XSimpleTabController.idl
+++ b/offapi/com/sun/star/awt/XSimpleTabController.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 __com_sun_star_awt_XSimpleTabController_idl__
-#define __com_sun_star_awt_XSimpleTabController_idl__
-
-#include <com/sun/star/awt/XTabListener.idl>
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <com/sun/star/beans/NamedValue.idl>
module com { module sun { module star { module awt {
@@ -140,6 +133,4 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XSpinField.idl b/offapi/com/sun/star/awt/XSpinField.idl
index 8108bb4c6dac..3aabff0d4cf2 100644
--- a/offapi/com/sun/star/awt/XSpinField.idl
+++ b/offapi/com/sun/star/awt/XSpinField.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 __com_sun_star_awt_XSpinField_idl__
-#define __com_sun_star_awt_XSpinField_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XSpinListener.idl>
@@ -73,6 +67,4 @@ published interface XSpinField: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XSpinListener.idl b/offapi/com/sun/star/awt/XSpinListener.idl
index 0e5295d3e423..78bacd18c990 100644
--- a/offapi/com/sun/star/awt/XSpinListener.idl
+++ b/offapi/com/sun/star/awt/XSpinListener.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 __com_sun_star_awt_XSpinListener_idl__
-#define __com_sun_star_awt_XSpinListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/SpinEvent.idl>
@@ -57,6 +51,4 @@ published interface XSpinListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XSpinValue.idl b/offapi/com/sun/star/awt/XSpinValue.idl
index 1001ce0d8ce7..5c193a8f51fb 100644
--- a/offapi/com/sun/star/awt/XSpinValue.idl
+++ b/offapi/com/sun/star/awt/XSpinValue.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 __com_sun_star_awt_XSpinValue_idl__
-#define __com_sun_star_awt_XSpinValue_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XAdjustmentListener.idl>
-#include <com/sun/star/lang/NoSupportException.idl>
module com { module sun { module star { module awt {
@@ -113,6 +107,4 @@ interface XSpinValue : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XStyleChangeListener.idl b/offapi/com/sun/star/awt/XStyleChangeListener.idl
index a415a9a56e29..b73a6297a256 100644
--- a/offapi/com/sun/star/awt/XStyleChangeListener.idl
+++ b/offapi/com/sun/star/awt/XStyleChangeListener.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XStyleChangeListener_idl__
-#define __com_sun_star_awt_XStyleChangeListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
module com { module sun { module star { module awt {
@@ -40,6 +35,4 @@ interface XStyleChangeListener : ::com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XStyleSettings.idl b/offapi/com/sun/star/awt/XStyleSettings.idl
index 47a55d6e4e62..868715605904 100644
--- a/offapi/com/sun/star/awt/XStyleSettings.idl
+++ b/offapi/com/sun/star/awt/XStyleSettings.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XStyleSettings_idl__
-#define __com_sun_star_awt_XStyleSettings_idl__
-
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module awt {
@@ -219,6 +212,4 @@ interface XStyleSettings
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl b/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
index 7e5b53401d26..4e24fe14f457 100644
--- a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
+++ b/offapi/com/sun/star/awt/XStyleSettingsSupplier.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_awt_XStyleSettingsSupplier_idl__
-#define __com_sun_star_awt_XStyleSettingsSupplier_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module awt {
@@ -38,6 +34,4 @@ interface XStyleSettingsSupplier
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XSystemChildFactory.idl b/offapi/com/sun/star/awt/XSystemChildFactory.idl
index 39b22d8be5ed..9aecef1dcc92 100644
--- a/offapi/com/sun/star/awt/XSystemChildFactory.idl
+++ b/offapi/com/sun/star/awt/XSystemChildFactory.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XSystemChildFactory_idl__
-#define __com_sun_star_awt_XSystemChildFactory_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module awt {
@@ -65,6 +60,4 @@ published interface XSystemChildFactory : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl b/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
index 3966ad9cb46c..21107e49d7cf 100644
--- a/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
+++ b/offapi/com/sun/star/awt/XSystemDependentMenuPeer.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_awt_XSystemDependentMenuPeer_idl__
-#define __com_sun_star_awt_XSystemDependentMenuPeer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -60,6 +56,4 @@ interface XSystemDependentMenuPeer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
index cfb48b67e903..525964b0de0e 100644
--- a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.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_awt_XSystemDependentWindowPeer_idl__
-#define __com_sun_star_awt_XSystemDependentWindowPeer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -68,6 +64,4 @@ published interface XSystemDependentWindowPeer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTabController.idl b/offapi/com/sun/star/awt/XTabController.idl
index 59b95409904b..9676029ddba1 100644
--- a/offapi/com/sun/star/awt/XTabController.idl
+++ b/offapi/com/sun/star/awt/XTabController.idl
@@ -16,16 +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_awt_XTabController_idl__
-#define __com_sun_star_awt_XTabController_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XTabControllerModel.idl>
-
-#include <com/sun/star/awt/XControlContainer.idl>
-
-#include <com/sun/star/awt/XControl.idl>
@@ -88,6 +78,4 @@ published interface XTabController: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTabControllerModel.idl b/offapi/com/sun/star/awt/XTabControllerModel.idl
index e8248606a223..6d8ea32fdcdf 100644
--- a/offapi/com/sun/star/awt/XTabControllerModel.idl
+++ b/offapi/com/sun/star/awt/XTabControllerModel.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 __com_sun_star_awt_XTabControllerModel_idl__
-#define __com_sun_star_awt_XTabControllerModel_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XControlModel.idl>
@@ -81,6 +75,4 @@ published interface XTabControllerModel: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTabListener.idl b/offapi/com/sun/star/awt/XTabListener.idl
index 142fbb2344cc..d2391c071778 100644
--- a/offapi/com/sun/star/awt/XTabListener.idl
+++ b/offapi/com/sun/star/awt/XTabListener.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 __com_sun_star_awt_XTabListener_idl__
-#define __com_sun_star_awt_XTabListener_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/beans/NamedValue.idl>
module com { module sun { module star { module awt {
@@ -70,6 +64,4 @@ interface XTabListener : com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTextArea.idl b/offapi/com/sun/star/awt/XTextArea.idl
index ad89303ab628..e5e5f0e9870c 100644
--- a/offapi/com/sun/star/awt/XTextArea.idl
+++ b/offapi/com/sun/star/awt/XTextArea.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_awt_XTextArea_idl__
-#define __com_sun_star_awt_XTextArea_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -40,6 +36,4 @@ published interface XTextArea: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTextComponent.idl b/offapi/com/sun/star/awt/XTextComponent.idl
index eba56acb9425..c9ab09169967 100644
--- a/offapi/com/sun/star/awt/XTextComponent.idl
+++ b/offapi/com/sun/star/awt/XTextComponent.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 __com_sun_star_awt_XTextComponent_idl__
-#define __com_sun_star_awt_XTextComponent_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XTextListener.idl>
-
-#include <com/sun/star/awt/Selection.idl>
@@ -101,6 +93,4 @@ published interface XTextComponent: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTextEditField.idl b/offapi/com/sun/star/awt/XTextEditField.idl
index 2b2c907e9f26..42f02ddb495e 100644
--- a/offapi/com/sun/star/awt/XTextEditField.idl
+++ b/offapi/com/sun/star/awt/XTextEditField.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_awt_XTextEditField_idl__
-#define __com_sun_star_awt_XTextEditField_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -40,6 +36,4 @@ published interface XTextEditField: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTextLayoutConstrains.idl b/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
index c2c5f2b7b7b4..b1f3a881fb3e 100644
--- a/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
+++ b/offapi/com/sun/star/awt/XTextLayoutConstrains.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 __com_sun_star_awt_XTextLayoutConstrains_idl__
-#define __com_sun_star_awt_XTextLayoutConstrains_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/Size.idl>
@@ -48,6 +42,4 @@ published interface XTextLayoutConstrains: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTextListener.idl b/offapi/com/sun/star/awt/XTextListener.idl
index 50bdcca0bcc8..381d03871b95 100644
--- a/offapi/com/sun/star/awt/XTextListener.idl
+++ b/offapi/com/sun/star/awt/XTextListener.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 __com_sun_star_awt_XTextListener_idl__
-#define __com_sun_star_awt_XTextListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/TextEvent.idl>
@@ -42,6 +36,4 @@ published interface XTextListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTimeField.idl b/offapi/com/sun/star/awt/XTimeField.idl
index b48f3d9f0720..192113b53af1 100644
--- a/offapi/com/sun/star/awt/XTimeField.idl
+++ b/offapi/com/sun/star/awt/XTimeField.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 __com_sun_star_awt_XTimeField_idl__
-#define __com_sun_star_awt_XTimeField_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/util/Time.idl>
@@ -108,6 +103,4 @@ published interface XTimeField: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XToggleButton.idl b/offapi/com/sun/star/awt/XToggleButton.idl
index 5d71e6062e5c..ce74923577d5 100644
--- a/offapi/com/sun/star/awt/XToggleButton.idl
+++ b/offapi/com/sun/star/awt/XToggleButton.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 __com_sun_star_awt_XToggleButton_idl__
-#define __com_sun_star_awt_XToggleButton_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XItemEventBroadcaster.idl>
@@ -39,6 +33,4 @@ interface XToggleButton: XItemEventBroadcaster
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XToolkit.idl b/offapi/com/sun/star/awt/XToolkit.idl
index 1cff0b181597..df54090b3ea6 100644
--- a/offapi/com/sun/star/awt/XToolkit.idl
+++ b/offapi/com/sun/star/awt/XToolkit.idl
@@ -16,22 +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_awt_XToolkit_idl__
-#define __com_sun_star_awt_XToolkit_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XWindowPeer.idl>
-
-#include <com/sun/star/awt/Rectangle.idl>
-
-#include <com/sun/star/awt/WindowDescriptor.idl>
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-
-#include <com/sun/star/awt/XDevice.idl>
-
-#include <com/sun/star/awt/XRegion.idl>
@@ -88,6 +72,4 @@ published interface XToolkit: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XToolkit2.idl b/offapi/com/sun/star/awt/XToolkit2.idl
index 3dead5c508db..04f8cbb59d36 100644
--- a/offapi/com/sun/star/awt/XToolkit2.idl
+++ b/offapi/com/sun/star/awt/XToolkit2.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 __com_sun_star_awt_XToolkit2_idl__
-#define __com_sun_star_awt_XToolkit2_idl__
-
-#include <com/sun/star/awt/XToolkit.idl>
-#include <com/sun/star/awt/XDataTransferProviderAccess.idl>
-#include <com/sun/star/awt/XSystemChildFactory.idl>
-#include <com/sun/star/awt/XMessageBoxFactory.idl>
-#include <com/sun/star/awt/XExtendedToolkit.idl>
-#include <com/sun/star/awt/XReschedule.idl>
@@ -54,6 +45,4 @@ published interface XToolkit2
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XToolkit3.idl b/offapi/com/sun/star/awt/XToolkit3.idl
index 36d9800c560c..e4d97997f8bf 100644
--- a/offapi/com/sun/star/awt/XToolkit3.idl
+++ b/offapi/com/sun/star/awt/XToolkit3.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 __com_sun_star_awt_XToolkit3_idl__
-#define __com_sun_star_awt_XToolkit3_idl__
-
-#include <com/sun/star/awt/XToolkit2.idl>
-#include <com/sun/star/awt/XFontMappingUse.idl>
@@ -42,6 +37,4 @@ published interface XToolkit3
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XToolkitExperimental.idl b/offapi/com/sun/star/awt/XToolkitExperimental.idl
index d47353dc70b5..1cfcd7521f3c 100644
--- a/offapi/com/sun/star/awt/XToolkitExperimental.idl
+++ b/offapi/com/sun/star/awt/XToolkitExperimental.idl
@@ -7,11 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __com_sun_star_awt_XToolkitExperimental_idl__
-#define __com_sun_star_awt_XToolkitExperimental_idl__
-
-#include <com/sun/star/awt/XToolkit3.idl>
-
module com { module sun { module star { module awt {
/** Work in progress, don't use unless you know what you are doing.
@@ -60,6 +55,4 @@ interface XToolkitExperimental : XToolkit3
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XToolkitRobot.idl b/offapi/com/sun/star/awt/XToolkitRobot.idl
index a74521d5e000..03d0972f3fc7 100644
--- a/offapi/com/sun/star/awt/XToolkitRobot.idl
+++ b/offapi/com/sun/star/awt/XToolkitRobot.idl
@@ -7,12 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __com_sun_star_awt_XToolkitRobot_idl__
-#define __com_sun_star_awt_XToolkitRobot_idl__
-
-#include <com/sun/star/awt/KeyEvent.idl>
-#include <com/sun/star/awt/XTopWindow.idl>
-
module com { module sun { module star { module awt {
/** Allows injection of keyboard and mouse events
@@ -35,6 +29,4 @@ interface XToolkitRobot
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTopWindow.idl b/offapi/com/sun/star/awt/XTopWindow.idl
index 05e3b7a99d5c..de63f97bbfca 100644
--- a/offapi/com/sun/star/awt/XTopWindow.idl
+++ b/offapi/com/sun/star/awt/XTopWindow.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 __com_sun_star_awt_XTopWindow_idl__
-#define __com_sun_star_awt_XTopWindow_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XTopWindowListener.idl>
-
-#include <com/sun/star/awt/XMenuBar.idl>
@@ -68,6 +60,4 @@ published interface XTopWindow: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTopWindow2.idl b/offapi/com/sun/star/awt/XTopWindow2.idl
index 531b66e6b858..40cc1f4f5da1 100644
--- a/offapi/com/sun/star/awt/XTopWindow2.idl
+++ b/offapi/com/sun/star/awt/XTopWindow2.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XTopWindow2_idl__
-#define __com_sun_star_awt_XTopWindow2_idl__
-
-#include <com/sun/star/awt/XTopWindow.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-
module com { module sun { module star { module awt {
@@ -63,6 +57,4 @@ interface XTopWindow2 : XTopWindow
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XTopWindowListener.idl b/offapi/com/sun/star/awt/XTopWindowListener.idl
index 4794627f3701..fbaeb2932aa9 100644
--- a/offapi/com/sun/star/awt/XTopWindowListener.idl
+++ b/offapi/com/sun/star/awt/XTopWindowListener.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 __com_sun_star_awt_XTopWindowListener_idl__
-#define __com_sun_star_awt_XTopWindowListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -76,6 +70,4 @@ published interface XTopWindowListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XUnitConversion.idl b/offapi/com/sun/star/awt/XUnitConversion.idl
index 5c834d243b81..f0868a63c43f 100644
--- a/offapi/com/sun/star/awt/XUnitConversion.idl
+++ b/offapi/com/sun/star/awt/XUnitConversion.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 __com_sun_star_awt_XUnitConversion_idl__
-#define __com_sun_star_awt_XUnitConversion_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/Point.idl>
-#include <com/sun/star/awt/Size.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
module com { module sun { module star { module awt {
@@ -93,6 +86,4 @@ interface XUnitConversion: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XUnoControlContainer.idl b/offapi/com/sun/star/awt/XUnoControlContainer.idl
index 9c9b3860872d..4ed24fdf4796 100644
--- a/offapi/com/sun/star/awt/XUnoControlContainer.idl
+++ b/offapi/com/sun/star/awt/XUnoControlContainer.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 __com_sun_star_awt_XUnoControlContainer_idl__
-#define __com_sun_star_awt_XUnoControlContainer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XTabController.idl>
@@ -57,6 +51,4 @@ published interface XUnoControlContainer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XUnoControlDialog.idl b/offapi/com/sun/star/awt/XUnoControlDialog.idl
index b102e7973d29..6149ab5a57e8 100644
--- a/offapi/com/sun/star/awt/XUnoControlDialog.idl
+++ b/offapi/com/sun/star/awt/XUnoControlDialog.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 __com_sun_star_awt_XUnoControlDialog_idl__
-#define __com_sun_star_awt_XUnoControlDialog_idl__
-
-#include <com/sun/star/container/XNameContainer.idl>
-#include <com/sun/star/awt/XControl.idl>
-#include <com/sun/star/awt/XDialog2.idl>
-#include <com/sun/star/awt/XTopWindow.idl>
-#include <com/sun/star/awt/XControlContainer.idl>
-#include <com/sun/star/awt/XWindow.idl>
module com { module sun { module star { module awt {
@@ -53,6 +44,4 @@ published interface XUnoControlDialog
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XUserInputInterception.idl b/offapi/com/sun/star/awt/XUserInputInterception.idl
index a5ad737127c5..a0cfb81757ba 100644
--- a/offapi/com/sun/star/awt/XUserInputInterception.idl
+++ b/offapi/com/sun/star/awt/XUserInputInterception.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_XUserInputInterception_idl__
-#define __com_sun_star_awt_XUserInputInterception_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XKeyHandler.idl>
-#include <com/sun/star/awt/XMouseClickHandler.idl>
-
module com { module sun { module star { module awt {
/** Interface to add handlers for key and mouse events. A handler is not a passive
@@ -81,6 +74,4 @@ published interface XUserInputInterception : ::com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XVclContainer.idl b/offapi/com/sun/star/awt/XVclContainer.idl
index 62d10494b60c..42062671b404 100644
--- a/offapi/com/sun/star/awt/XVclContainer.idl
+++ b/offapi/com/sun/star/awt/XVclContainer.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 __com_sun_star_awt_XVclContainer_idl__
-#define __com_sun_star_awt_XVclContainer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XVclContainerListener.idl>
-
-#include <com/sun/star/awt/XWindow.idl>
@@ -58,6 +50,4 @@ published interface XVclContainer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XVclContainerListener.idl b/offapi/com/sun/star/awt/XVclContainerListener.idl
index 090cb66fe748..4e626a60473a 100644
--- a/offapi/com/sun/star/awt/XVclContainerListener.idl
+++ b/offapi/com/sun/star/awt/XVclContainerListener.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 __com_sun_star_awt_XVclContainerListener_idl__
-#define __com_sun_star_awt_XVclContainerListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/VclContainerEvent.idl>
@@ -54,6 +48,4 @@ published interface XVclContainerListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XVclContainerPeer.idl b/offapi/com/sun/star/awt/XVclContainerPeer.idl
index f4678ce52dda..59715c8e6e98 100644
--- a/offapi/com/sun/star/awt/XVclContainerPeer.idl
+++ b/offapi/com/sun/star/awt/XVclContainerPeer.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 __com_sun_star_awt_XVclContainerPeer_idl__
-#define __com_sun_star_awt_XVclContainerPeer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XWindow.idl>
@@ -56,6 +50,4 @@ published interface XVclContainerPeer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XVclWindowPeer.idl b/offapi/com/sun/star/awt/XVclWindowPeer.idl
index 8023c112ac2e..af3c6b548f40 100644
--- a/offapi/com/sun/star/awt/XVclWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XVclWindowPeer.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 __com_sun_star_awt_XVclWindowPeer_idl__
-#define __com_sun_star_awt_XVclWindowPeer_idl__
-
-#include <com/sun/star/awt/XWindowPeer.idl>
-
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/awt/FontDescriptor.idl>
@@ -91,6 +84,4 @@ published interface XVclWindowPeer: com::sun::star::awt::XWindowPeer
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XView.idl b/offapi/com/sun/star/awt/XView.idl
index 4a8e3d809c20..94c1b9f2ce5a 100644
--- a/offapi/com/sun/star/awt/XView.idl
+++ b/offapi/com/sun/star/awt/XView.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 __com_sun_star_awt_XView_idl__
-#define __com_sun_star_awt_XView_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/awt/XGraphics.idl>
-
-#include <com/sun/star/awt/Size.idl>
@@ -76,6 +68,4 @@ published interface XView: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XWindow.idl b/offapi/com/sun/star/awt/XWindow.idl
index fc9a27ffc2d8..0f94d042bc0e 100644
--- a/offapi/com/sun/star/awt/XWindow.idl
+++ b/offapi/com/sun/star/awt/XWindow.idl
@@ -16,24 +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_awt_XWindow_idl__
-#define __com_sun_star_awt_XWindow_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-
-#include <com/sun/star/awt/Rectangle.idl>
-
-#include <com/sun/star/awt/XWindowListener.idl>
-
-#include <com/sun/star/awt/XFocusListener.idl>
-
-#include <com/sun/star/awt/XKeyListener.idl>
-
-#include <com/sun/star/awt/XMouseListener.idl>
-
-#include <com/sun/star/awt/XMouseMotionListener.idl>
-
-#include <com/sun/star/awt/XPaintListener.idl>
@@ -163,6 +145,4 @@ published interface XWindow: com::sun::star::lang::XComponent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XWindow2.idl b/offapi/com/sun/star/awt/XWindow2.idl
index dab677ea0345..0f2081da583c 100644
--- a/offapi/com/sun/star/awt/XWindow2.idl
+++ b/offapi/com/sun/star/awt/XWindow2.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 __com_sun_star_awt_XWindow2_idl__
-#define __com_sun_star_awt_XWindow2_idl__
-
-#include <com/sun/star/awt/XWindow.idl>
-
-#include <com/sun/star/awt/Size.idl>
@@ -77,6 +71,4 @@ published interface XWindow2: com::sun::star::awt::XWindow
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XWindowListener.idl b/offapi/com/sun/star/awt/XWindowListener.idl
index 3ce4e69aee6b..727cb7138aff 100644
--- a/offapi/com/sun/star/awt/XWindowListener.idl
+++ b/offapi/com/sun/star/awt/XWindowListener.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 __com_sun_star_awt_XWindowListener_idl__
-#define __com_sun_star_awt_XWindowListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/WindowEvent.idl>
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -64,6 +56,4 @@ published interface XWindowListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XWindowListener2.idl b/offapi/com/sun/star/awt/XWindowListener2.idl
index 79e36a8de693..f5cb20a3edd7 100644
--- a/offapi/com/sun/star/awt/XWindowListener2.idl
+++ b/offapi/com/sun/star/awt/XWindowListener2.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_awt_XWindowListener2_idl__
-#define __com_sun_star_awt_XWindowListener2_idl__
-
-#include <com/sun/star/awt/XWindowListener.idl>
module com { module sun { module star { module awt {
@@ -43,6 +39,4 @@ interface XWindowListener2: XWindowListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/XWindowPeer.idl b/offapi/com/sun/star/awt/XWindowPeer.idl
index d850d9632e00..09a29cc5fc4c 100644
--- a/offapi/com/sun/star/awt/XWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XWindowPeer.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 __com_sun_star_awt_XWindowPeer_idl__
-#define __com_sun_star_awt_XWindowPeer_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-
-#include <com/sun/star/util/Color.idl>
-#include <com/sun/star/awt/Rectangle.idl>
module com { module sun { module star { module awt {
@@ -72,6 +65,4 @@ published interface XWindowPeer: com::sun::star::lang::XComponent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl b/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
index 4f7a9a8338a7..2d10d18d6f72 100644
--- a/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.idl
+++ b/offapi/com/sun/star/awt/grid/DefaultGridColumnModel.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_awt_grid_DefaultGridColumnModel_idl__
-#define __com_sun_star_awt_grid_DefaultGridColumnModel_idl__
-
-#include <com/sun/star/awt/grid/XGridColumnModel.idl>
module com { module sun { module star { module awt { module grid {
@@ -33,6 +29,4 @@ service DefaultGridColumnModel : com::sun::star::awt::grid::XGridColumnModel;
}; }; }; };};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
index 08c17b3ec8e5..dd6210aaad1c 100644
--- a/offapi/com/sun/star/awt/grid/DefaultGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/DefaultGridDataModel.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_awt_grid_DefaultGridDataModel_idl__
-#define __com_sun_star_awt_grid_DefaultGridDataModel_idl__
-
-#include <com/sun/star/awt/grid/XMutableGridDataModel.idl>
module com { module sun { module star { module awt { module grid {
@@ -40,6 +36,4 @@ published service DefaultGridDataModel : ::com::sun::star::awt::grid::XMutableGr
}; }; }; };};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/GridColumn.idl b/offapi/com/sun/star/awt/grid/GridColumn.idl
index d346047813ef..b65dd64e9d54 100644
--- a/offapi/com/sun/star/awt/grid/GridColumn.idl
+++ b/offapi/com/sun/star/awt/grid/GridColumn.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_awt_grid_GridColumn_idl__
-#define __com_sun_star_awt_grid_GridColumn_idl__
-
-#include <com/sun/star/awt/grid/XGridColumn.idl>
module com { module sun { module star { module awt { module grid {
@@ -37,6 +33,4 @@ service GridColumn
}; }; }; };};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl b/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
index 2d8dd74e76e7..de615203c467 100644
--- a/offapi/com/sun/star/awt/grid/GridColumnEvent.idl
+++ b/offapi/com/sun/star/awt/grid/GridColumnEvent.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_awt_grid_GridColumnEvent_idl__
-#define __com_sun_star_awt_grid_GridColumnEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
module com { module sun { module star { module awt { module grid {
@@ -46,6 +42,4 @@ published struct GridColumnEvent : ::com::sun::star::lang::EventObject
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/GridDataEvent.idl b/offapi/com/sun/star/awt/grid/GridDataEvent.idl
index 922dd34fac13..db9c241f6deb 100644
--- a/offapi/com/sun/star/awt/grid/GridDataEvent.idl
+++ b/offapi/com/sun/star/awt/grid/GridDataEvent.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_awt_grid_GridDataEvent_idl__
-#define __com_sun_star_awt_grid_GridDataEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
module com { module sun { module star { module awt { module grid {
@@ -63,6 +59,4 @@ published struct GridDataEvent: com::sun::star::lang::EventObject
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl b/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
index 6b12a5d8222e..84bc65a7d705 100644
--- a/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
+++ b/offapi/com/sun/star/awt/grid/GridInvalidDataException.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_awt_grid_GridInvalidDataException_idl__
-#define __com_sun_star_awt_grid_GridInvalidDataException_idl__
-
-#include <com/sun/star/uno/RuntimeException.idl>
@@ -39,6 +35,4 @@ exception GridInvalidDataException : com::sun::star::uno::RuntimeException
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl b/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl
index ab5e03dea15e..210cda050885 100644
--- a/offapi/com/sun/star/awt/grid/GridInvalidModelException.idl
+++ b/offapi/com/sun/star/awt/grid/GridInvalidModelException.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_awt_grid_GridInvalidModelException_idl__
-#define __com_sun_star_awt_grid_GridInvalidModelException_idl__
-
-#include <com/sun/star/uno/RuntimeException.idl>
@@ -38,6 +34,4 @@ exception GridInvalidModelException : com::sun::star::uno::RuntimeException
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl b/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
index dc441d83f15f..45cd36ff2c14 100644
--- a/offapi/com/sun/star/awt/grid/GridSelectionEvent.idl
+++ b/offapi/com/sun/star/awt/grid/GridSelectionEvent.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_awt_grid_GridSelectionEvent_idl__
-#define __com_sun_star_awt_grid_GridSelectionEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
module com { module sun { module star { module awt { module grid {
@@ -44,6 +40,4 @@ published struct GridSelectionEvent: com::sun::star::lang::EventObject
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
index ca92c1575211..48da218e2d57 100644
--- a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_grid_SortableGridDataModel_idl__
-#define __com_sun_star_awt_grid_SortableGridDataModel_idl__
-
-#include <com/sun/star/i18n/XCollator.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-
module com { module sun { module star { module awt { module grid {
@@ -88,6 +82,4 @@ service SortableGridDataModel : XSortableMutableGridDataModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl b/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
index caa51125646c..58eb698a7856 100644
--- a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl
+++ b/offapi/com/sun/star/awt/grid/UnoControlGrid.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 __com_sun_star_awt_grid_UnoControlGrid_idl__
-#define __com_sun_star_awt_grid_UnoControlGrid_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-
-#include <com/sun/star/awt/grid/XGridControl.idl>
-
-#include <com/sun/star/awt/grid/XGridRowSelection.idl>
module com { module sun { module star { module awt { module grid {
@@ -65,6 +57,4 @@ service UnoControlGrid
}; }; }; };};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
index 687a2bd5089b..e98ae25f7703 100644
--- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
+++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
@@ -16,16 +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_awt_grid_UnoControlGridModel_idl__
-#define __com_sun_star_awt_grid_UnoControlGridModel_idl__
-
-#include <com/sun/star/awt/grid/XGridColumnModel.idl>
-#include <com/sun/star/awt/grid/XGridDataModel.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/view/SelectionType.idl>
-#include <com/sun/star/awt/FontDescriptor.idl>
-#include <com/sun/star/style/VerticalAlignment.idl>
-#include <com/sun/star/util/Color.idl>
module com { module sun { module star { module awt { module grid {
@@ -238,6 +228,4 @@ published service UnoControlGridModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl
index 74cacb95d647..0a2a0c2b6d77 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumn.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumn.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 __com_sun_star_awt_grid_XGridColumn_idl__
-#define __com_sun_star_awt_grid_XGridColumn_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/style/HorizontalAlignment.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/awt/grid/XGridColumnListener.idl>
-#include <com/sun/star/util/XCloneable.idl>
module com { module sun { module star { module awt { module grid {
@@ -137,6 +129,4 @@ published interface XGridColumn
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
index 13a38229c631..b0dcc1b7b989 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumnListener.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 __com_sun_star_awt_grid_XGridColumnListener_idl__
-#define __com_sun_star_awt_grid_XGridColumnListener_idl__
-
-#include <com/sun/star/awt/grid/GridColumnEvent.idl>
-#include <com/sun/star/lang/XEventListener.idl>
module com { module sun { module star { module awt { module grid {
@@ -40,6 +35,4 @@ published interface XGridColumnListener : ::com::sun::star::lang::XEventListener
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
index 3e96e8451461..35e769585a01 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
@@ -16,16 +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_awt_grid_XGridColumnModel_idl__
-#define __com_sun_star_awt_grid_XGridColumnModel_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/util/XCloneable.idl>
-#include <com/sun/star/awt/grid/XGridColumn.idl>
-#include <com/sun/star/container/XContainer.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
module com { module sun { module star { module awt { module grid {
@@ -130,6 +120,4 @@ published interface XGridColumnModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XGridControl.idl b/offapi/com/sun/star/awt/grid/XGridControl.idl
index 6222216e50cc..75074d6c7e2e 100644
--- a/offapi/com/sun/star/awt/grid/XGridControl.idl
+++ b/offapi/com/sun/star/awt/grid/XGridControl.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 __com_sun_star_awt_grid_XGridControl_idl__
-#define __com_sun_star_awt_grid_XGridControl_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <com/sun/star/util/VetoException.idl>
module com { module sun { module star { module awt { module grid {
@@ -93,6 +87,4 @@ published interface XGridControl
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XGridDataListener.idl b/offapi/com/sun/star/awt/grid/XGridDataListener.idl
index 0c89a5abf016..5502a6e4daf9 100644
--- a/offapi/com/sun/star/awt/grid/XGridDataListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridDataListener.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 __com_sun_star_awt_grid_XGridDataListener_idl__
-#define __com_sun_star_awt_grid_XGridDataListener_idl__
-
-#include <com/sun/star/awt/grid/GridDataEvent.idl>
-#include <com/sun/star/lang/XEventListener.idl>
module com { module sun { module star { module awt { module grid {
@@ -57,6 +52,4 @@ published interface XGridDataListener: com::sun::star::lang::XEventListener
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XGridDataModel.idl b/offapi/com/sun/star/awt/grid/XGridDataModel.idl
index d80233174044..13e5f42773ec 100644
--- a/offapi/com/sun/star/awt/grid/XGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XGridDataModel.idl
@@ -16,15 +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 __com_sun_star_awt_grid_XGridDataModel_idl__
-#define __com_sun_star_awt_grid_XGridDataModel_idl__
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/util/XCloneable.idl>
-#include <com/sun/star/awt/grid/XGridDataListener.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-
module com { module sun { module star { module awt { module grid {
@@ -105,6 +98,4 @@ published interface XGridDataModel
}; }; }; };};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
index 838706d5262e..64ae1e4961c4 100644
--- a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
+++ b/offapi/com/sun/star/awt/grid/XGridRowSelection.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 __com_sun_star_awt_grid_XGridRowSelection_idl__
-#define __com_sun_star_awt_grid_XGridRowSelection_idl__
-
-#include <com/sun/star/awt/grid/XGridSelectionListener.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module awt { module grid {
@@ -98,6 +93,4 @@ published interface XGridRowSelection
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl b/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
index 248da0a6bd01..b115d5641b31 100644
--- a/offapi/com/sun/star/awt/grid/XGridSelectionListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridSelectionListener.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 __com_sun_star_awt_grid_XGridSelectionListener_idl__
-#define __com_sun_star_awt_grid_XGridSelectionListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/grid/GridSelectionEvent.idl>
module com { module sun { module star { module awt { module grid {
@@ -41,6 +35,4 @@ published interface XGridSelectionListener: com::sun::star::lang::XEventListener
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
index d22321da06f5..237206291dfa 100644
--- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_grid_XMutableGridDataModel_idl__
-#define __com_sun_star_awt_grid_XMutableGridDataModel_idl__
-
-#include <com/sun/star/awt/grid/XGridDataModel.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-
module com { module sun { module star { module awt { module grid {
@@ -179,6 +172,4 @@ published interface XMutableGridDataModel : XGridDataModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XSortableGridData.idl b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
index 7a2e2837378d..42ab223d9267 100644
--- a/offapi/com/sun/star/awt/grid/XSortableGridData.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_grid_XSortableGridData_idl__
-#define __com_sun_star_awt_grid_XSortableGridData_idl__
-
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-#include <com/sun/star/beans/Pair.idl>
-
module com { module sun { module star { module awt { module grid {
@@ -65,6 +59,4 @@ interface XSortableGridData
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
index 7f5477cf29af..aed6af978764 100644
--- a/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableMutableGridDataModel.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_grid_XSortableMutableGridDataModel_idl__
-#define __com_sun_star_awt_grid_XSortableMutableGridDataModel_idl__
-
-#include <com/sun/star/awt/grid/XMutableGridDataModel.idl>
-#include <com/sun/star/awt/grid/XSortableGridData.idl>
-
module com { module sun { module star { module awt { module grid {
@@ -47,6 +41,4 @@ interface XSortableMutableGridDataModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
index 959b12dddd54..6b881834cb06 100644
--- a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
+++ b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.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_awt_tab_TabPageActivatedEvent_idl__
-#define __com_sun_star_awt_tab_TabPageActivatedEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
module com { module sun { module star { module awt { module tab {
@@ -40,6 +36,4 @@ published struct TabPageActivatedEvent: com::sun::star::lang::EventObject
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
index 2e0afdda62d7..856f077c2f0e 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPage.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 __com_sun_star_awt_tab_UnoControlTabPage_idl__
-#define __com_sun_star_awt_tab_UnoControlTabPage_idl__
-
-#include <com/sun/star/awt/UnoControlContainer.idl>
-#include <com/sun/star/awt/tab/XTabPage.idl>
module com { module sun { module star { module awt { module tab {
@@ -42,6 +37,4 @@ published service UnoControlTabPage
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
index 5585a8664740..7332f103edde 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.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 __com_sun_star_awt_tab_UnoControlTabPageContainer_idl__
-#define __com_sun_star_awt_tab_UnoControlTabPageContainer_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/awt/tab/XTabPageContainer.idl>
module com { module sun { module star { module awt { module tab {
@@ -41,6 +36,4 @@ published service UnoControlTabPageContainer
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
index 0d248a7327a9..48398a726b96 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.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 __com_sun_star_awt_tab_UnoControlTabPageContainerModel_idl__
-#define __com_sun_star_awt_tab_UnoControlTabPageContainerModel_idl__
-
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/awt/tab/XTabPageContainerModel.idl>
module com { module sun { module star { module awt { module tab {
@@ -41,6 +36,4 @@ published service UnoControlTabPageContainerModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index 0c32f231f2ec..5fe0c1eabfa7 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.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_awt_tab_UnoControlTabPageModel_idl__
-#define __com_sun_star_awt_tab_UnoControlTabPageModel_idl__
-
-#include <com/sun/star/awt/tab/XTabPageModel.idl>
module com { module sun { module star { module awt { module tab {
@@ -78,6 +74,4 @@ published service UnoControlTabPageModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPage.idl b/offapi/com/sun/star/awt/tab/XTabPage.idl
index 301946a4a218..220a22e78c0d 100644
--- a/offapi/com/sun/star/awt/tab/XTabPage.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPage.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_awt_tab_XTabPage_idl__
-#define __com_sun_star_awt_tab_XTabPage_idl__
-
-#include <com/sun/star/awt/tab/XTabPageModel.idl>
module com { module sun { module star { module awt { module tab {
@@ -38,6 +34,4 @@ published interface XTabPage
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
index a6e968c4fcf8..ca9100e2cd97 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainer.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 __com_sun_star_awt_tab_XTabPageContainer_idl__
-#define __com_sun_star_awt_tab_XTabPageContainer_idl__
-
-#include <com/sun/star/awt/tab/XTabPageContainerListener.idl>
-#include <com/sun/star/awt/tab/XTabPage.idl>
module com { module sun { module star { module awt { module tab {
@@ -89,6 +84,4 @@ published interface XTabPageContainer
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
index 7b1396e981f5..aaf996fdadc0 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.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 __com_sun_star_awt_tab_XTabPageContainerListener_idl__
-#define __com_sun_star_awt_tab_XTabPageContainerListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/awt/tab/TabPageActivatedEvent.idl>
module com { module sun { module star { module awt { module tab {
@@ -42,6 +37,4 @@ published interface XTabPageContainerListener: com::sun::star::lang::XEventListe
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
index f01dd67305d6..d9477c98642d 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.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 __com_sun_star_awt_tab_XTabPageContainerModel_idl__
-#define __com_sun_star_awt_tab_XTabPageContainerModel_idl__
-
-#include <com/sun/star/container/XIndexContainer.idl>
-#include <com/sun/star/container/XContainer.idl>
module com { module sun { module star { module awt { module tab {
@@ -56,6 +51,4 @@ published interface XTabPageContainerModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPageModel.idl b/offapi/com/sun/star/awt/tab/XTabPageModel.idl
index ca61046b8f4f..1c97007b0873 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageModel.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 __com_sun_star_awt_tab_XTabPageModel_idl__
-#define __com_sun_star_awt_tab_XTabPageModel_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/XMultiServiceFactory.idl>
-#include <com/sun/star/container/XContainer.idl>
-#include <com/sun/star/container/XNameContainer.idl>
module com { module sun { module star { module awt { module tab {
@@ -69,6 +62,4 @@ published interface XTabPageModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/ExpandVetoException.idl b/offapi/com/sun/star/awt/tree/ExpandVetoException.idl
index cf792059e7a8..222bd93a24bb 100644
--- a/offapi/com/sun/star/awt/tree/ExpandVetoException.idl
+++ b/offapi/com/sun/star/awt/tree/ExpandVetoException.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 __com_sun_star_awt_tree_ExpandVetoException_idl__
-#define __com_sun_star_awt_tree_ExpandVetoException_idl__
-
-#include <com/sun/star/util/VetoException.idl>
-#include <com/sun/star/awt/tree/TreeExpansionEvent.idl>
module com { module sun { module star { module awt { module tree {
@@ -39,6 +34,4 @@ exception ExpandVetoException : com::sun::star::util::VetoException
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
index 5901dd8e9664..e12e5b82d9e1 100644
--- a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl
+++ b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.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 __com_sun_star_awt_tree_MutableTreeDataModel_idl__
-#define __com_sun_star_awt_tree_MutableTreeDataModel_idl__
-
-#include <com/sun/star/awt/tree/XMutableTreeDataModel.idl>
-#include <com/sun/star/awt/tree/XMutableTreeNode.idl>
module com { module sun { module star { module awt { module tree {
@@ -36,6 +31,4 @@ service MutableTreeDataModel : XMutableTreeDataModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/MutableTreeNode.idl b/offapi/com/sun/star/awt/tree/MutableTreeNode.idl
index 646f4de25d2c..e972dc5da83a 100644
--- a/offapi/com/sun/star/awt/tree/MutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/MutableTreeNode.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_awt_tree_MutableTreeNode_idl__
-#define __com_sun_star_awt_tree_MutableTreeNode_idl__
-
-#include <com/sun/star/awt/tree/XMutableTreeNode.idl>
module com { module sun { module star { module awt { module tree {
@@ -34,6 +30,4 @@ service MutableTreeNode : XMutableTreeNode
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/TreeControl.idl b/offapi/com/sun/star/awt/tree/TreeControl.idl
index 084474977716..55ea149df2c4 100644
--- a/offapi/com/sun/star/awt/tree/TreeControl.idl
+++ b/offapi/com/sun/star/awt/tree/TreeControl.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_awt_tree_TreeControl_idl__
-#define __com_sun_star_awt_tree_TreeControl_idl__
-
-#include <com/sun/star/awt/tree/XTreeControl.idl>
module com { module sun { module star { module awt { module tree {
@@ -81,6 +77,4 @@ service TreeControl: XTreeControl
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/TreeControlModel.idl b/offapi/com/sun/star/awt/tree/TreeControlModel.idl
index 018df931ffd0..23772b70f5f7 100644
--- a/offapi/com/sun/star/awt/tree/TreeControlModel.idl
+++ b/offapi/com/sun/star/awt/tree/TreeControlModel.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 __com_sun_star_awt_tree_TreeControlModel_idl__
-#define __com_sun_star_awt_tree_TreeControlModel_idl__
-
-#include <com/sun/star/awt/tree/XTreeDataModel.idl>
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/view/SelectionType.idl>
module com { module sun { module star { module awt { module tree {
@@ -92,6 +86,4 @@ service TreeControlModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
index c84f3ebeeb34..32669ad5f391 100644
--- a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
+++ b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.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 __com_sun_star_awt_tree_TreeDataModelEvent_idl__
-#define __com_sun_star_awt_tree_TreeDataModelEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-#include <com/sun/star/awt/tree/XTreeNode.idl>
module com { module sun { module star { module awt { module tree {
@@ -49,6 +44,4 @@ struct TreeDataModelEvent : ::com::sun::star::lang::EventObject
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl b/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
index 61238eda9b37..d16657011fd7 100644
--- a/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
+++ b/offapi/com/sun/star/awt/tree/TreeExpansionEvent.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 __com_sun_star_awt_tree_TreeExpansionEvent_idl__
-#define __com_sun_star_awt_tree_TreeExpansionEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-#include <com/sun/star/awt/tree/XTreeNode.idl>
module com { module sun { module star { module awt { module tree {
@@ -40,6 +35,4 @@ struct TreeExpansionEvent : ::com::sun::star::lang::EventObject
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl b/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
index 1bdf94273c3d..bd9a0a321d14 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.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 __com_sun_star_awt_tree_XMutableTreeDataModel_idl__
-#define __com_sun_star_awt_tree_XMutableTreeDataModel_idl__
-
-#include <com/sun/star/awt/tree/XTreeDataModel.idl>
-#include <com/sun/star/awt/tree/XMutableTreeNode.idl>
module com { module sun { module star { module awt { module tree {
@@ -66,6 +61,4 @@ interface XMutableTreeDataModel : XTreeDataModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
index 72529350ad5d..30be32b26ef9 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.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 __com_sun_star_awt_tree_XMutableTreeNode_idl__
-#define __com_sun_star_awt_tree_XMutableTreeNode_idl__
-
-#include <com/sun/star/awt/tree/XTreeNode.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module awt { module tree {
@@ -104,6 +97,4 @@ interface XMutableTreeNode : XTreeNode
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/XTreeControl.idl b/offapi/com/sun/star/awt/tree/XTreeControl.idl
index 657f27677bc7..d9765bb8d8f3 100644
--- a/offapi/com/sun/star/awt/tree/XTreeControl.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeControl.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 __com_sun_star_awt_tree_XTreeControl_idl__
-#define __com_sun_star_awt_tree_XTreeControl_idl__
-
-#include <com/sun/star/awt/XControl.idl>
-#include <com/sun/star/awt/tree/XTreeExpansionListener.idl>
-#include <com/sun/star/view/XMultiSelectionSupplier.idl>
-#include <com/sun/star/awt/tree/XTreeEditListener.idl>
module com { module sun { module star { module awt { module tree {
@@ -264,6 +257,4 @@ interface XTreeControl
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/XTreeDataModel.idl b/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
index 0f2b8816b9cd..291637355eb7 100644
--- a/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeDataModel.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 __com_sun_star_awt_tree_XTreeDataModel_idl__
-#define __com_sun_star_awt_tree_XTreeDataModel_idl__
-
-#include <com/sun/star/awt/tree/XTreeDataModelListener.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/awt/tree/XTreeNode.idl>
module com { module sun { module star { module awt { module tree {
@@ -67,6 +60,4 @@ interface XTreeDataModel : ::com::sun::star::lang::XComponent
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
index 85a9cb395f3b..ef10c8c79806 100644
--- a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.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 __com_sun_star_awt_tree_XTreeDataModelListener_idl__
-#define __com_sun_star_awt_tree_XTreeDataModelListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/tree/TreeDataModelEvent.idl>
@@ -77,6 +71,4 @@ interface XTreeDataModelListener: com::sun::star::lang::XEventListener
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
index 6fc0c4f6583a..b12d3b64c993 100644
--- a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeEditListener.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 __com_sun_star_awt_tree_XTreeEditListener_idl__
-#define __com_sun_star_awt_tree_XTreeEditListener_idl__
-
-#include <com/sun/star/awt/tree/XTreeNode.idl>
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/util/VetoException.idl>
module com { module sun { module star { module awt { module tree {
@@ -67,6 +61,4 @@ interface XTreeEditListener : ::com::sun::star::lang::XEventListener
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
index 99e4c103b781..896c3d8d7226 100644
--- a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.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 __com_sun_star_awt_tree_XTreeExpansionListener_idl__
-#define __com_sun_star_awt_tree_XTreeExpansionListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-
-#include <com/sun/star/awt/tree/TreeExpansionEvent.idl>
-#include <com/sun/star/awt/tree/ExpandVetoException.idl>
module com { module sun { module star { module awt { module tree {
@@ -71,6 +64,4 @@ interface XTreeExpansionListener: com::sun::star::lang::XEventListener
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tree/XTreeNode.idl b/offapi/com/sun/star/awt/tree/XTreeNode.idl
index 050160e47c6b..da697962e0db 100644
--- a/offapi/com/sun/star/awt/tree/XTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeNode.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 __com_sun_star_awt_tree_XTreeNode_idl__
-#define __com_sun_star_awt_tree_XTreeNode_idl__
-
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
module com { module sun { module star { module awt { module tree {
@@ -87,6 +82,4 @@ interface XTreeNode
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */