summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame
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/frame
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/frame')
-rw-r--r--offapi/com/sun/star/frame/AppDispatchProvider.idl6
-rw-r--r--offapi/com/sun/star/frame/AutoRecovery.idl6
-rw-r--r--offapi/com/sun/star/frame/Bibliography.idl6
-rw-r--r--offapi/com/sun/star/frame/BorderWidths.idl4
-rw-r--r--offapi/com/sun/star/frame/CommandGroup.idl4
-rw-r--r--offapi/com/sun/star/frame/Components.idl6
-rw-r--r--offapi/com/sun/star/frame/ContentHandler.idl6
-rw-r--r--offapi/com/sun/star/frame/ContentHandlerFactory.idl6
-rw-r--r--offapi/com/sun/star/frame/ControlCommand.idl6
-rw-r--r--offapi/com/sun/star/frame/ControlEvent.idl8
-rw-r--r--offapi/com/sun/star/frame/Controller.idl12
-rw-r--r--offapi/com/sun/star/frame/Desktop.idl6
-rw-r--r--offapi/com/sun/star/frame/DesktopTask.idl12
-rw-r--r--offapi/com/sun/star/frame/DesktopTasks.idl6
-rw-r--r--offapi/com/sun/star/frame/DispatchDescriptor.idl6
-rw-r--r--offapi/com/sun/star/frame/DispatchHelper.idl6
-rw-r--r--offapi/com/sun/star/frame/DispatchInformation.idl6
-rw-r--r--offapi/com/sun/star/frame/DispatchProvider.idl7
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorder.idl6
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorderSupplier.idl6
-rw-r--r--offapi/com/sun/star/frame/DispatchResultEvent.idl8
-rw-r--r--offapi/com/sun/star/frame/DispatchResultState.idl5
-rw-r--r--offapi/com/sun/star/frame/DispatchStatement.idl6
-rw-r--r--offapi/com/sun/star/frame/DocumentTemplates.idl6
-rw-r--r--offapi/com/sun/star/frame/DoubleInitializationException.idl6
-rw-r--r--offapi/com/sun/star/frame/FeatureStateEvent.idl7
-rw-r--r--offapi/com/sun/star/frame/Frame.idl7
-rw-r--r--offapi/com/sun/star/frame/FrameAction.idl4
-rw-r--r--offapi/com/sun/star/frame/FrameActionEvent.idl8
-rw-r--r--offapi/com/sun/star/frame/FrameControl.idl7
-rw-r--r--offapi/com/sun/star/frame/FrameLoader.idl8
-rw-r--r--offapi/com/sun/star/frame/FrameLoaderFactory.idl6
-rw-r--r--offapi/com/sun/star/frame/FrameSearchFlag.idl4
-rw-r--r--offapi/com/sun/star/frame/FramesContainer.idl6
-rw-r--r--offapi/com/sun/star/frame/GlobalEventBroadcaster.idl6
-rw-r--r--offapi/com/sun/star/frame/IllegalArgumentIOException.idl6
-rw-r--r--offapi/com/sun/star/frame/InfobarType.idl5
-rw-r--r--offapi/com/sun/star/frame/LayoutManager.idl7
-rw-r--r--offapi/com/sun/star/frame/LayoutManagerEvents.idl4
-rw-r--r--offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl6
-rw-r--r--offapi/com/sun/star/frame/ModuleManager.idl7
-rw-r--r--offapi/com/sun/star/frame/OfficeFrameLoader.idl6
-rw-r--r--offapi/com/sun/star/frame/PopupMenuController.idl11
-rw-r--r--offapi/com/sun/star/frame/PopupMenuControllerFactory.idl7
-rw-r--r--offapi/com/sun/star/frame/ProtocolHandler.idl7
-rw-r--r--offapi/com/sun/star/frame/SessionListener.idl6
-rw-r--r--offapi/com/sun/star/frame/SessionManager.idl6
-rw-r--r--offapi/com/sun/star/frame/Settings.idl6
-rw-r--r--offapi/com/sun/star/frame/StartModule.idl7
-rw-r--r--offapi/com/sun/star/frame/StatusbarController.idl6
-rw-r--r--offapi/com/sun/star/frame/StatusbarControllerFactory.idl7
-rw-r--r--offapi/com/sun/star/frame/SynchronousFrameLoader.idl8
-rw-r--r--offapi/com/sun/star/frame/Task.idl7
-rw-r--r--offapi/com/sun/star/frame/TaskCreator.idl6
-rw-r--r--offapi/com/sun/star/frame/TemplateAccess.idl7
-rw-r--r--offapi/com/sun/star/frame/TerminationVetoException.idl6
-rw-r--r--offapi/com/sun/star/frame/TitleChangedEvent.idl6
-rw-r--r--offapi/com/sun/star/frame/ToolbarController.idl11
-rw-r--r--offapi/com/sun/star/frame/ToolbarControllerFactory.idl6
-rw-r--r--offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl6
-rw-r--r--offapi/com/sun/star/frame/UICommandDescription.idl7
-rw-r--r--offapi/com/sun/star/frame/UnknownModuleException.idl6
-rw-r--r--offapi/com/sun/star/frame/UntitledNumbersConst.idl5
-rw-r--r--offapi/com/sun/star/frame/WindowArrange.idl4
-rw-r--r--offapi/com/sun/star/frame/XAppDispatchProvider.idl7
-rw-r--r--offapi/com/sun/star/frame/XBorderResizeListener.idl7
-rw-r--r--offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl7
-rw-r--r--offapi/com/sun/star/frame/XComponentLoader.idl10
-rw-r--r--offapi/com/sun/star/frame/XComponentRegistry.idl7
-rw-r--r--offapi/com/sun/star/frame/XConfigManager.idl7
-rw-r--r--offapi/com/sun/star/frame/XControlNotificationListener.idl7
-rw-r--r--offapi/com/sun/star/frame/XController.idl6
-rw-r--r--offapi/com/sun/star/frame/XController2.idl10
-rw-r--r--offapi/com/sun/star/frame/XControllerBorder.idl8
-rw-r--r--offapi/com/sun/star/frame/XDesktop.idl10
-rw-r--r--offapi/com/sun/star/frame/XDesktop2.idl12
-rw-r--r--offapi/com/sun/star/frame/XDesktopTask.idl7
-rw-r--r--offapi/com/sun/star/frame/XDispatch.idl9
-rw-r--r--offapi/com/sun/star/frame/XDispatchHelper.idl8
-rw-r--r--offapi/com/sun/star/frame/XDispatchInformationProvider.idl8
-rw-r--r--offapi/com/sun/star/frame/XDispatchProvider.idl9
-rw-r--r--offapi/com/sun/star/frame/XDispatchProviderInterception.idl7
-rw-r--r--offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl6
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorder.idl8
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl8
-rw-r--r--offapi/com/sun/star/frame/XDispatchResultListener.idl7
-rw-r--r--offapi/com/sun/star/frame/XDocumentTemplates.idl7
-rw-r--r--offapi/com/sun/star/frame/XExtendedFilterDetection.idl7
-rw-r--r--offapi/com/sun/star/frame/XFilterDetect.idl6
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl7
-rw-r--r--offapi/com/sun/star/frame/XFrame2.idl12
-rw-r--r--offapi/com/sun/star/frame/XFrameActionListener.idl7
-rw-r--r--offapi/com/sun/star/frame/XFrameLoader.idl9
-rw-r--r--offapi/com/sun/star/frame/XFrameLoaderQuery.idl8
-rw-r--r--offapi/com/sun/star/frame/XFrameSetModel.idl6
-rw-r--r--offapi/com/sun/star/frame/XFrames.idl7
-rw-r--r--offapi/com/sun/star/frame/XFramesSupplier.idl6
-rw-r--r--offapi/com/sun/star/frame/XGlobalEventBroadcaster.idl9
-rw-r--r--offapi/com/sun/star/frame/XInfobarProvider.idl9
-rw-r--r--offapi/com/sun/star/frame/XInterceptorInfo.idl6
-rw-r--r--offapi/com/sun/star/frame/XLayoutManager.idl14
-rw-r--r--offapi/com/sun/star/frame/XLayoutManager2.idl12
-rw-r--r--offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl6
-rw-r--r--offapi/com/sun/star/frame/XLayoutManagerListener.idl6
-rw-r--r--offapi/com/sun/star/frame/XLoadEventListener.idl6
-rw-r--r--offapi/com/sun/star/frame/XLoadable.idl9
-rw-r--r--offapi/com/sun/star/frame/XLoaderFactory.idl8
-rw-r--r--offapi/com/sun/star/frame/XMenuBarAcceptor.idl8
-rw-r--r--offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl8
-rw-r--r--offapi/com/sun/star/frame/XModel.idl10
-rw-r--r--offapi/com/sun/star/frame/XModel2.idl11
-rw-r--r--offapi/com/sun/star/frame/XModel3.idl6
-rw-r--r--offapi/com/sun/star/frame/XModule.idl9
-rw-r--r--offapi/com/sun/star/frame/XModuleManager.idl9
-rw-r--r--offapi/com/sun/star/frame/XModuleManager2.idl7
-rw-r--r--offapi/com/sun/star/frame/XNotifyingDispatch.idl7
-rw-r--r--offapi/com/sun/star/frame/XPopupMenuController.idl7
-rw-r--r--offapi/com/sun/star/frame/XRecordableDispatch.idl8
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerClient.idl6
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerListener.idl6
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerListener2.idl7
-rw-r--r--offapi/com/sun/star/frame/XStatusListener.idl7
-rw-r--r--offapi/com/sun/star/frame/XStatusbarController.idl13
-rw-r--r--offapi/com/sun/star/frame/XStorable.idl8
-rw-r--r--offapi/com/sun/star/frame/XStorable2.idl9
-rw-r--r--offapi/com/sun/star/frame/XSubToolbarController.idl6
-rw-r--r--offapi/com/sun/star/frame/XSynchronousDispatch.idl8
-rw-r--r--offapi/com/sun/star/frame/XSynchronousFrameLoader.idl8
-rw-r--r--offapi/com/sun/star/frame/XTask.idl6
-rw-r--r--offapi/com/sun/star/frame/XTasksSupplier.idl8
-rw-r--r--offapi/com/sun/star/frame/XTerminateListener.idl8
-rw-r--r--offapi/com/sun/star/frame/XTerminateListener2.idl6
-rw-r--r--offapi/com/sun/star/frame/XTitle.idl7
-rw-r--r--offapi/com/sun/star/frame/XTitleChangeBroadcaster.idl7
-rw-r--r--offapi/com/sun/star/frame/XTitleChangeListener.idl7
-rw-r--r--offapi/com/sun/star/frame/XToolbarController.idl7
-rw-r--r--offapi/com/sun/star/frame/XToolbarControllerListener.idl6
-rw-r--r--offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl9
-rw-r--r--offapi/com/sun/star/frame/XTransientDocumentsDocumentContentIdentifierFactory.idl9
-rw-r--r--offapi/com/sun/star/frame/XUIControllerFactory.idl7
-rw-r--r--offapi/com/sun/star/frame/XUIControllerRegistration.idl7
-rw-r--r--offapi/com/sun/star/frame/XUntitledNumbers.idl7
-rw-r--r--offapi/com/sun/star/frame/XUrlList.idl6
-rw-r--r--offapi/com/sun/star/frame/XWindowArranger.idl6
-rw-r--r--offapi/com/sun/star/frame/status/ClipboardFormats.idl4
-rw-r--r--offapi/com/sun/star/frame/status/FontHeight.idl4
-rw-r--r--offapi/com/sun/star/frame/status/ItemState.idl4
-rw-r--r--offapi/com/sun/star/frame/status/ItemStatus.idl4
-rw-r--r--offapi/com/sun/star/frame/status/LeftRightMargin.idl4
-rw-r--r--offapi/com/sun/star/frame/status/LeftRightMarginScale.idl4
-rw-r--r--offapi/com/sun/star/frame/status/Template.idl4
-rw-r--r--offapi/com/sun/star/frame/status/UpperLowerMargin.idl4
-rw-r--r--offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl4
-rw-r--r--offapi/com/sun/star/frame/status/Verb.idl4
-rw-r--r--offapi/com/sun/star/frame/status/Visibility.idl4
-rw-r--r--offapi/com/sun/star/frame/theAutoRecovery.idl6
-rw-r--r--offapi/com/sun/star/frame/theDesktop.idl6
-rw-r--r--offapi/com/sun/star/frame/theGlobalEventBroadcaster.idl7
-rw-r--r--offapi/com/sun/star/frame/thePopupMenuControllerFactory.idl7
-rw-r--r--offapi/com/sun/star/frame/theStatusbarControllerFactory.idl7
-rw-r--r--offapi/com/sun/star/frame/theToolbarControllerFactory.idl6
-rw-r--r--offapi/com/sun/star/frame/theUICommandDescription.idl7
162 files changed, 0 insertions, 1127 deletions
diff --git a/offapi/com/sun/star/frame/AppDispatchProvider.idl b/offapi/com/sun/star/frame/AppDispatchProvider.idl
index 20a6624a2158..0090702eb68b 100644
--- a/offapi/com/sun/star/frame/AppDispatchProvider.idl
+++ b/offapi/com/sun/star/frame/AppDispatchProvider.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_frame_AppDispatchProvider_idl__
-#define __com_sun_star_frame_AppDispatchProvider_idl__
-
-#include <com/sun/star/frame/XAppDispatchProvider.idl>
module com { module sun { module star { module frame {
@@ -32,6 +28,4 @@ service AppDispatchProvider : XAppDispatchProvider;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/AutoRecovery.idl b/offapi/com/sun/star/frame/AutoRecovery.idl
index 7a010c915b7d..a712e4666f21 100644
--- a/offapi/com/sun/star/frame/AutoRecovery.idl
+++ b/offapi/com/sun/star/frame/AutoRecovery.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_frame_AutoRecovery_idl__
-#define __com_sun_star_frame_AutoRecovery_idl__
-
-#include <com/sun/star/frame/XDispatch.idl>
module com { module sun { module star { module frame {
@@ -35,6 +31,4 @@ service AutoRecovery : XDispatch;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/Bibliography.idl b/offapi/com/sun/star/frame/Bibliography.idl
index fe52b91313c0..b068c8baa209 100644
--- a/offapi/com/sun/star/frame/Bibliography.idl
+++ b/offapi/com/sun/star/frame/Bibliography.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_frame_Bibliography_idl__
-#define __com_sun_star_frame_Bibliography_idl__
-
-#include <com/sun/star/container/XNameAccess.idl>
module com { module sun { module star { module frame {
@@ -32,6 +28,4 @@ published service Bibliography : com::sun::star::container::XNameAccess;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/BorderWidths.idl b/offapi/com/sun/star/frame/BorderWidths.idl
index 7259b62f16d4..33bf992981e7 100644
--- a/offapi/com/sun/star/frame/BorderWidths.idl
+++ b/offapi/com/sun/star/frame/BorderWidths.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_frame_BorderWidths_idl__
-#define __com_sun_star_frame_BorderWidths_idl__
@@ -49,6 +47,4 @@ struct BorderWidths
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/CommandGroup.idl b/offapi/com/sun/star/frame/CommandGroup.idl
index f46614e7406d..86d37b901af2 100644
--- a/offapi/com/sun/star/frame/CommandGroup.idl
+++ b/offapi/com/sun/star/frame/CommandGroup.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_frame_CommandGroup_idl__
-#define __com_sun_star_frame_CommandGroup_idl__
module com { module sun { module star { module frame {
@@ -139,6 +137,4 @@ published constants CommandGroup
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/Components.idl b/offapi/com/sun/star/frame/Components.idl
index 2a36d01db306..79507455603b 100644
--- a/offapi/com/sun/star/frame/Components.idl
+++ b/offapi/com/sun/star/frame/Components.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_frame_Components_idl__
-#define __com_sun_star_frame_Components_idl__
-
-#include <com/sun/star/container/XEnumerationAccess.idl>
module com { module sun { module star { module frame {
@@ -44,6 +40,4 @@ published service Components
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/ContentHandler.idl b/offapi/com/sun/star/frame/ContentHandler.idl
index 78b42454c3b5..eeeaafc5dd3d 100644
--- a/offapi/com/sun/star/frame/ContentHandler.idl
+++ b/offapi/com/sun/star/frame/ContentHandler.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_frame_ContentHandler_idl__
-#define __com_sun_star_frame_ContentHandler_idl__
-
-#include <com/sun/star/frame/XNotifyingDispatch.idl>
module com { module sun { module star { module frame {
@@ -53,6 +49,4 @@ published service ContentHandler
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/ContentHandlerFactory.idl b/offapi/com/sun/star/frame/ContentHandlerFactory.idl
index e3411714b862..33ec53b04aaa 100644
--- a/offapi/com/sun/star/frame/ContentHandlerFactory.idl
+++ b/offapi/com/sun/star/frame/ContentHandlerFactory.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_frame_ContentHandlerFactory_idl__
-#define __com_sun_star_frame_ContentHandlerFactory_idl__
-
-#include <com/sun/star/frame/XLoaderFactory.idl>
module com { module sun { module star { module frame {
@@ -40,6 +36,4 @@ published service ContentHandlerFactory : XLoaderFactory;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/ControlCommand.idl b/offapi/com/sun/star/frame/ControlCommand.idl
index c608e872e6c1..a6ed2958ce81 100644
--- a/offapi/com/sun/star/frame/ControlCommand.idl
+++ b/offapi/com/sun/star/frame/ControlCommand.idl
@@ -16,12 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_ControlCommand_idl__
-#define __com_sun_star_frame_ControlCommand_idl__
-#include <com/sun/star/beans/NamedValue.idl>
-
module com { module sun { module star { module frame {
@@ -49,6 +45,4 @@ struct ControlCommand
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/ControlEvent.idl b/offapi/com/sun/star/frame/ControlEvent.idl
index c31f70a6a42e..4892fc9f490e 100644
--- a/offapi/com/sun/star/frame/ControlEvent.idl
+++ b/offapi/com/sun/star/frame/ControlEvent.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_frame_ControlEvent_idl__
-#define __com_sun_star_frame_ControlEvent_idl__
-
-#include <com/sun/star/util/URL.idl>
-
-#include <com/sun/star/beans/NamedValue.idl>
module com { module sun { module star { module frame {
@@ -54,6 +48,4 @@ struct ControlEvent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/Controller.idl b/offapi/com/sun/star/frame/Controller.idl
index 901fe8a2e1a0..a9985ec642fd 100644
--- a/offapi/com/sun/star/frame/Controller.idl
+++ b/offapi/com/sun/star/frame/Controller.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_frame_Controller_idl__
-#define __com_sun_star_frame_Controller_idl__
-
-#include <com/sun/star/frame/XController.idl>
-#include <com/sun/star/frame/XDispatchProvider.idl>
-#include <com/sun/star/awt/XWindow.idl>
-#include <com/sun/star/ui/XContextMenuInterception.idl>
-#include <com/sun/star/awt/XUserInputInterception.idl>
-#include <com/sun/star/view/XSelectionSupplier.idl>
-#include <com/sun/star/datatransfer/XTransferableSupplier.idl>
module com { module sun { module star { module frame {
@@ -90,6 +80,4 @@ published service Controller
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/Desktop.idl b/offapi/com/sun/star/frame/Desktop.idl
index 2d6f18de7604..3bd0cb6df72c 100644
--- a/offapi/com/sun/star/frame/Desktop.idl
+++ b/offapi/com/sun/star/frame/Desktop.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_frame_Desktop_idl__
-#define __com_sun_star_frame_Desktop_idl__
-
-#include <com/sun/star/frame/XDesktop2.idl>
module com { module sun { module star { module frame {
@@ -34,6 +30,4 @@ published service Desktop : XDesktop2;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DesktopTask.idl b/offapi/com/sun/star/frame/DesktopTask.idl
index 92a5f124f1b3..670a0ac47370 100644
--- a/offapi/com/sun/star/frame/DesktopTask.idl
+++ b/offapi/com/sun/star/frame/DesktopTask.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_frame_DesktopTask_idl__
-#define __com_sun_star_frame_DesktopTask_idl__
-
-#include <com/sun/star/frame/XDesktopTask.idl>
-#include <com/sun/star/frame/XFrame.idl>
-#include <com/sun/star/beans/XPropertySet.idl>
-#include <com/sun/star/frame/XWindowArranger.idl>
-#include <com/sun/star/frame/XFramesSupplier.idl>
-#include <com/sun/star/awt/Point.idl>
-#include <com/sun/star/awt/Size.idl>
module com { module sun { module star { module frame {
@@ -75,6 +65,4 @@ published service DesktopTask
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DesktopTasks.idl b/offapi/com/sun/star/frame/DesktopTasks.idl
index c50a53a2d718..7652bd249a27 100644
--- a/offapi/com/sun/star/frame/DesktopTasks.idl
+++ b/offapi/com/sun/star/frame/DesktopTasks.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_frame_DesktopTasks_idl__
-#define __com_sun_star_frame_DesktopTasks_idl__
-
-#include <com/sun/star/container/XEnumerationAccess.idl>
module com { module sun { module star { module frame {
@@ -34,6 +30,4 @@ published service DesktopTasks
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DispatchDescriptor.idl b/offapi/com/sun/star/frame/DispatchDescriptor.idl
index eae1162276d7..2e9033115185 100644
--- a/offapi/com/sun/star/frame/DispatchDescriptor.idl
+++ b/offapi/com/sun/star/frame/DispatchDescriptor.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_frame_DispatchDescriptor_idl__
-#define __com_sun_star_frame_DispatchDescriptor_idl__
-
-#include <com/sun/star/util/URL.idl>
@@ -74,6 +70,4 @@ published struct DispatchDescriptor
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DispatchHelper.idl b/offapi/com/sun/star/frame/DispatchHelper.idl
index d35f9e498183..1e8e57e5b8e7 100644
--- a/offapi/com/sun/star/frame/DispatchHelper.idl
+++ b/offapi/com/sun/star/frame/DispatchHelper.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_frame_DispatchHelper_idl__
-#define __com_sun_star_frame_DispatchHelper_idl__
-
-#include <com/sun/star/frame/XDispatchHelper.idl>
module com { module sun { module star { module frame {
@@ -44,6 +40,4 @@ published service DispatchHelper : XDispatchHelper;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DispatchInformation.idl b/offapi/com/sun/star/frame/DispatchInformation.idl
index 7608849b3aad..e2d7b1562bc9 100644
--- a/offapi/com/sun/star/frame/DispatchInformation.idl
+++ b/offapi/com/sun/star/frame/DispatchInformation.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_frame_DispatchInformation_idl__
-#define __com_sun_star_frame_DispatchInformation_idl__
-
-#include <com/sun/star/frame/CommandGroup.idl>
module com { module sun { module star { module frame {
@@ -49,6 +45,4 @@ published struct DispatchInformation
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DispatchProvider.idl b/offapi/com/sun/star/frame/DispatchProvider.idl
index b2c9bbe6fe12..c0384d8f0f12 100644
--- a/offapi/com/sun/star/frame/DispatchProvider.idl
+++ b/offapi/com/sun/star/frame/DispatchProvider.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_frame_DispatchProvider_idl__
-#define __com_sun_star_frame_DispatchProvider_idl__
-
-#include <com/sun/star/frame/XDispatchProvider.idl>
-#include <com/sun/star/frame/XDispatchProviderInterception.idl>
module com { module sun { module star { module frame {
@@ -65,6 +60,4 @@ published service DispatchProvider
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl
index 5eacc157912c..6ce6598cca37 100644
--- a/offapi/com/sun/star/frame/DispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorder.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_frame_DispatchRecorder_idl__
-#define __com_sun_star_frame_DispatchRecorder_idl__
-
-#include <com/sun/star/frame/XDispatchRecorder.idl>
module com { module sun { module star { module frame {
@@ -46,6 +42,4 @@ published service DispatchRecorder : XDispatchRecorder;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
index 7707364615dd..d37b412cb140 100644
--- a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorderSupplier.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_frame_DispatchRecorderSupplier_idl__
-#define __com_sun_star_frame_DispatchRecorderSupplier_idl__
-
-#include <com/sun/star/frame/XDispatchRecorderSupplier.idl>
module com { module sun { module star { module frame {
@@ -46,6 +42,4 @@ published service DispatchRecorderSupplier : XDispatchRecorderSupplier;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DispatchResultEvent.idl b/offapi/com/sun/star/frame/DispatchResultEvent.idl
index dcbd08ee0fc3..cb2d4c5b8cc3 100644
--- a/offapi/com/sun/star/frame/DispatchResultEvent.idl
+++ b/offapi/com/sun/star/frame/DispatchResultEvent.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_DispatchResultEvent_idl__
-#define __com_sun_star_frame_DispatchResultEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-#include <com/sun/star/util/URL.idl>
-
module com { module sun { module star { module frame {
@@ -52,6 +46,4 @@ published struct DispatchResultEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DispatchResultState.idl b/offapi/com/sun/star/frame/DispatchResultState.idl
index e0658dd2eff6..3c6389f80ba3 100644
--- a/offapi/com/sun/star/frame/DispatchResultState.idl
+++ b/offapi/com/sun/star/frame/DispatchResultState.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_DispatchResultState_idl__
-#define __com_sun_star_frame_DispatchResultState_idl__
-
module com { module sun { module star { module frame {
@@ -43,6 +40,4 @@ published constants DispatchResultState
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DispatchStatement.idl b/offapi/com/sun/star/frame/DispatchStatement.idl
index 64421ef468e3..16e50dda1755 100644
--- a/offapi/com/sun/star/frame/DispatchStatement.idl
+++ b/offapi/com/sun/star/frame/DispatchStatement.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_frame_DispatchStatement_idl__
-#define __com_sun_star_frame_DispatchStatement_idl__
-
-#include <com/sun/star/beans/PropertyValue.idl>
module com { module sun { module star { module frame {
@@ -73,6 +69,4 @@ published struct DispatchStatement
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DocumentTemplates.idl b/offapi/com/sun/star/frame/DocumentTemplates.idl
index d7a2109ec643..55f4d22726e0 100644
--- a/offapi/com/sun/star/frame/DocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/DocumentTemplates.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_frame_DocumentTemplates_idl__
-#define __com_sun_star_frame_DocumentTemplates_idl__
-
-#include <com/sun/star/frame/XDocumentTemplates.idl>
module com { module sun { module star { module frame {
@@ -35,6 +31,4 @@ published service DocumentTemplates : XDocumentTemplates;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/DoubleInitializationException.idl b/offapi/com/sun/star/frame/DoubleInitializationException.idl
index 52fbd8ea6935..6880e7e3dcd4 100644
--- a/offapi/com/sun/star/frame/DoubleInitializationException.idl
+++ b/offapi/com/sun/star/frame/DoubleInitializationException.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_frame_DoubleInitializationException_idl__
-#define __com_sun_star_frame_DoubleInitializationException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -36,6 +32,4 @@ published exception DoubleInitializationException: com::sun::star::uno::Exceptio
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/FeatureStateEvent.idl b/offapi/com/sun/star/frame/FeatureStateEvent.idl
index 026341239306..30697cfc3c6c 100644
--- a/offapi/com/sun/star/frame/FeatureStateEvent.idl
+++ b/offapi/com/sun/star/frame/FeatureStateEvent.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_frame_FeatureStateEvent_idl__
-#define __com_sun_star_frame_FeatureStateEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-#include <com/sun/star/util/URL.idl>
@@ -71,6 +66,4 @@ published struct FeatureStateEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/Frame.idl b/offapi/com/sun/star/frame/Frame.idl
index e5b9bce1559d..ef2cbff12ac8 100644
--- a/offapi/com/sun/star/frame/Frame.idl
+++ b/offapi/com/sun/star/frame/Frame.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_frame_Frame_idl__
-#define __com_sun_star_frame_Frame_idl__
-
-#include <com/sun/star/frame/XFrame2.idl>
-#include <com/sun/star/awt/XWindow.idl>
module com { module sun { module star { module frame {
@@ -43,6 +38,4 @@ published service Frame : XFrame2;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/FrameAction.idl b/offapi/com/sun/star/frame/FrameAction.idl
index 4f478132c8a0..c516efecad5b 100644
--- a/offapi/com/sun/star/frame/FrameAction.idl
+++ b/offapi/com/sun/star/frame/FrameAction.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_frame_FrameAction_idl__
-#define __com_sun_star_frame_FrameAction_idl__
@@ -129,6 +127,4 @@ published enum FrameAction
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/FrameActionEvent.idl b/offapi/com/sun/star/frame/FrameActionEvent.idl
index c0359b9d4257..ed1bc670a0df 100644
--- a/offapi/com/sun/star/frame/FrameActionEvent.idl
+++ b/offapi/com/sun/star/frame/FrameActionEvent.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_frame_FrameActionEvent_idl__
-#define __com_sun_star_frame_FrameActionEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
-#include <com/sun/star/frame/XFrame.idl>
-#include <com/sun/star/frame/FrameAction.idl>
module com { module sun { module star { module frame {
@@ -45,6 +39,4 @@ published struct FrameActionEvent: com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/FrameControl.idl b/offapi/com/sun/star/frame/FrameControl.idl
index 7a85e6d7f9ec..a08f9332de5c 100644
--- a/offapi/com/sun/star/frame/FrameControl.idl
+++ b/offapi/com/sun/star/frame/FrameControl.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_frame_FrameControl_idl__
-#define __com_sun_star_frame_FrameControl_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/beans/XPropertySet.idl>
module com { module sun { module star { module frame {
@@ -58,6 +53,4 @@ published service FrameControl
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/FrameLoader.idl b/offapi/com/sun/star/frame/FrameLoader.idl
index 5bdbc17b80ca..4683b4225841 100644
--- a/offapi/com/sun/star/frame/FrameLoader.idl
+++ b/offapi/com/sun/star/frame/FrameLoader.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_frame_FrameLoader_idl__
-#define __com_sun_star_frame_FrameLoader_idl__
-
-#include <com/sun/star/frame/XFrameLoader.idl>
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/container/XNamed.idl>
module com { module sun { module star { module frame {
@@ -74,6 +68,4 @@ published service FrameLoader
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/FrameLoaderFactory.idl b/offapi/com/sun/star/frame/FrameLoaderFactory.idl
index 6efe90694baf..42df070e6971 100644
--- a/offapi/com/sun/star/frame/FrameLoaderFactory.idl
+++ b/offapi/com/sun/star/frame/FrameLoaderFactory.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_frame_FrameLoaderFactory_idl__
-#define __com_sun_star_frame_FrameLoaderFactory_idl__
-
-#include <com/sun/star/frame/XLoaderFactory.idl>
module com { module sun { module star { module frame {
@@ -40,6 +36,4 @@ published service FrameLoaderFactory : XLoaderFactory;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/FrameSearchFlag.idl b/offapi/com/sun/star/frame/FrameSearchFlag.idl
index ad0a5e188210..8b08576b04d7 100644
--- a/offapi/com/sun/star/frame/FrameSearchFlag.idl
+++ b/offapi/com/sun/star/frame/FrameSearchFlag.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_frame_FrameSearchFlag_idl__
-#define __com_sun_star_frame_FrameSearchFlag_idl__
@@ -107,6 +105,4 @@ published constants FrameSearchFlag
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/FramesContainer.idl b/offapi/com/sun/star/frame/FramesContainer.idl
index 01265ad8d8d6..250f61902e1d 100644
--- a/offapi/com/sun/star/frame/FramesContainer.idl
+++ b/offapi/com/sun/star/frame/FramesContainer.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_frame_FramesContainer_idl__
-#define __com_sun_star_frame_FramesContainer_idl__
-
-#include <com/sun/star/frame/XFrames.idl>
module com { module sun { module star { module frame {
@@ -44,6 +40,4 @@ published service FramesContainer
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl b/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
index 47fbc9e842c3..2a3f9f605ab3 100644
--- a/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
+++ b/offapi/com/sun/star/frame/GlobalEventBroadcaster.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_frame_GlobalEventBroadcaster_idl__
-#define __com_sun_star_frame_GlobalEventBroadcaster_idl__
-
-#include <com/sun/star/frame/XGlobalEventBroadcaster.idl>
module com { module sun { module star { module frame {
@@ -35,6 +31,4 @@ service GlobalEventBroadcaster : XGlobalEventBroadcaster;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/IllegalArgumentIOException.idl b/offapi/com/sun/star/frame/IllegalArgumentIOException.idl
index a943fb387fd1..81db0a69e815 100644
--- a/offapi/com/sun/star/frame/IllegalArgumentIOException.idl
+++ b/offapi/com/sun/star/frame/IllegalArgumentIOException.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_frame_IllegalArgumentIOException_idl__
-#define __com_sun_star_frame_IllegalArgumentIOException_idl__
-
-#include <com/sun/star/io/IOException.idl>
@@ -36,6 +32,4 @@ published exception IllegalArgumentIOException: com::sun::star::io::IOException
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/InfobarType.idl b/offapi/com/sun/star/frame/InfobarType.idl
index 4b579987f1d5..b955d06723c7 100644
--- a/offapi/com/sun/star/frame/InfobarType.idl
+++ b/offapi/com/sun/star/frame/InfobarType.idl
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __com_sun_star_frame_InfobarType_idl__
-#define __com_sun_star_frame_InfobarType_idl__
-
module com { module sun { module star { module frame {
/** Infobar types.
@@ -33,6 +30,4 @@ constants InfobarType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ \ No newline at end of file
diff --git a/offapi/com/sun/star/frame/LayoutManager.idl b/offapi/com/sun/star/frame/LayoutManager.idl
index 511e43ada1c9..490f308eee3b 100644
--- a/offapi/com/sun/star/frame/LayoutManager.idl
+++ b/offapi/com/sun/star/frame/LayoutManager.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_LayoutManager_idl__
-#define __com_sun_star_frame_LayoutManager_idl__
-
-#include <com/sun/star/frame/XLayoutManager2.idl>
-
module com { module sun { module star { module frame {
@@ -54,6 +49,4 @@ service LayoutManager : XLayoutManager2;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/LayoutManagerEvents.idl b/offapi/com/sun/star/frame/LayoutManagerEvents.idl
index 1ce0f947bfd9..2bc785fcfa4e 100644
--- a/offapi/com/sun/star/frame/LayoutManagerEvents.idl
+++ b/offapi/com/sun/star/frame/LayoutManagerEvents.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_frame_LayoutManagerEvents_idl__
-#define __com_sun_star_frame_LayoutManagerEvents_idl__
module com { module sun { module star { module frame {
@@ -112,6 +110,4 @@ constants LayoutManagerEvents
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl b/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl
index cf220eeb1e48..3ed58b646926 100644
--- a/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl
+++ b/offapi/com/sun/star/frame/MediaTypeDetectionHelper.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_frame_MediaTypeDetectionHelper_idl__
-#define __com_sun_star_frame_MediaTypeDetectionHelper_idl__
-
-#include <com/sun/star/util/XStringMapping.idl>
module com { module sun { module star { module frame {
@@ -39,6 +35,4 @@ published service MediaTypeDetectionHelper
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/ModuleManager.idl b/offapi/com/sun/star/frame/ModuleManager.idl
index d6d449c64ed8..acdbd238ded4 100644
--- a/offapi/com/sun/star/frame/ModuleManager.idl
+++ b/offapi/com/sun/star/frame/ModuleManager.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_ModuleManager_idl__
-#define __com_sun_star_frame_ModuleManager_idl__
-
-#include <com/sun/star/frame/XModuleManager2.idl>
-
module com { module sun { module star { module frame {
@@ -39,6 +34,4 @@ service ModuleManager : XModuleManager2;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/OfficeFrameLoader.idl b/offapi/com/sun/star/frame/OfficeFrameLoader.idl
index 67823eb4110a..54504f6ef4d2 100644
--- a/offapi/com/sun/star/frame/OfficeFrameLoader.idl
+++ b/offapi/com/sun/star/frame/OfficeFrameLoader.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_frame_OfficeFrameLoader_idl__
-#define __com_sun_star_frame_OfficeFrameLoader_idl__
-
-#include <com/sun/star/frame/XSynchronousFrameLoader.idl>
module com { module sun { module star { module frame {
@@ -32,6 +28,4 @@ service OfficeFrameLoader : XSynchronousFrameLoader;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/PopupMenuController.idl b/offapi/com/sun/star/frame/PopupMenuController.idl
index 8328501d5624..ef70a2a2e951 100644
--- a/offapi/com/sun/star/frame/PopupMenuController.idl
+++ b/offapi/com/sun/star/frame/PopupMenuController.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_PopupMenuController_idl__
-#define __com_sun_star_frame_PopupMenuController_idl__
-
-#include <com/sun/star/frame/XPopupMenuController.idl>
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/frame/XStatusListener.idl>
-#include <com/sun/star/frame/XDispatchProvider.idl>
-#include <com/sun/star/lang/XComponent.idl>
-
module com { module sun { module star { module frame {
@@ -119,6 +110,4 @@ service PopupMenuController
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl
index 009bb66a9734..98d044e76e1b 100644
--- a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl
+++ b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_PopupMenuControllerFactory_idl__
-#define __com_sun_star_frame_PopupMenuControllerFactory_idl__
-
-#include <com/sun/star/frame/XUIControllerFactory.idl>
-
module com { module sun { module star { module frame {
/**
@@ -35,6 +30,4 @@ service PopupMenuControllerFactory : XUIControllerFactory;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/ProtocolHandler.idl b/offapi/com/sun/star/frame/ProtocolHandler.idl
index ffdaa315537a..182b6e4a05eb 100644
--- a/offapi/com/sun/star/frame/ProtocolHandler.idl
+++ b/offapi/com/sun/star/frame/ProtocolHandler.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_frame_ProtocolHandler_idl__
-#define __com_sun_star_frame_ProtocolHandler_idl__
-
-#include <com/sun/star/frame/XDispatchProvider.idl>
-#include <com/sun/star/lang/XInitialization.idl>
module com { module sun { module star { module frame {
@@ -77,6 +72,4 @@ published service ProtocolHandler
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/SessionListener.idl b/offapi/com/sun/star/frame/SessionListener.idl
index d33859fd8cbc..f4b690f41f9e 100644
--- a/offapi/com/sun/star/frame/SessionListener.idl
+++ b/offapi/com/sun/star/frame/SessionListener.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_frame_SessionListener_idl__
-#define __com_sun_star_frame_SessionListener_idl__
-
-#include <com/sun/star/frame/XSessionManagerListener2.idl>
module com { module sun { module star { module frame {
@@ -39,6 +35,4 @@ service SessionListener : com::sun::star::frame::XSessionManagerListener2
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/SessionManager.idl b/offapi/com/sun/star/frame/SessionManager.idl
index 8e2202816fcd..7a9fa1968c72 100644
--- a/offapi/com/sun/star/frame/SessionManager.idl
+++ b/offapi/com/sun/star/frame/SessionManager.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_frame_SessionManager_idl__
-#define __com_sun_star_frame_SessionManager_idl__
-
-#include <com/sun/star/frame/XSessionManagerClient.idl>
module com { module sun { module star { module frame {
@@ -70,6 +66,4 @@ service SessionManager
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/Settings.idl b/offapi/com/sun/star/frame/Settings.idl
index 19267a9cecc9..b5de06bc0d47 100644
--- a/offapi/com/sun/star/frame/Settings.idl
+++ b/offapi/com/sun/star/frame/Settings.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_frame_Settings_idl__
-#define __com_sun_star_frame_Settings_idl__
-
-#include <com/sun/star/container/XNameAccess.idl>
module com { module sun { module star { module frame {
@@ -34,6 +30,4 @@ published service Settings
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/StartModule.idl b/offapi/com/sun/star/frame/StartModule.idl
index 8af9903cb526..88dc3987ab25 100644
--- a/offapi/com/sun/star/frame/StartModule.idl
+++ b/offapi/com/sun/star/frame/StartModule.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_frame_StartModule_idl__
-#define __com_sun_star_frame_StartModule_idl__
-
-#include <com/sun/star/awt/XWindow.idl>
-#include <com/sun/star/frame/XController.idl>
module com { module sun { module star { module frame {
@@ -36,6 +31,4 @@ service StartModule : com::sun::star::frame::XController
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/StatusbarController.idl b/offapi/com/sun/star/frame/StatusbarController.idl
index e60b90be6463..59d2d73c2e43 100644
--- a/offapi/com/sun/star/frame/StatusbarController.idl
+++ b/offapi/com/sun/star/frame/StatusbarController.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_frame_StatusbarController_idl__
-#define __com_sun_star_frame_StatusbarController_idl__
-
-#include <com/sun/star/frame/XStatusbarController.idl>
module com { module sun { module star { module frame {
@@ -49,6 +45,4 @@ service StatusbarController : XStatusbarController
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/StatusbarControllerFactory.idl b/offapi/com/sun/star/frame/StatusbarControllerFactory.idl
index 4f74f6d6c132..1d0b4b633d5b 100644
--- a/offapi/com/sun/star/frame/StatusbarControllerFactory.idl
+++ b/offapi/com/sun/star/frame/StatusbarControllerFactory.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_StatusbarControllerFactory_idl__
-#define __com_sun_star_frame_StatusbarControllerFactory_idl__
-
-#include <com/sun/star/frame/XUIControllerFactory.idl>
-
module com { module sun { module star { module frame {
/**
@@ -35,6 +30,4 @@ service StatusbarControllerFactory : XUIControllerFactory;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
index 4a99eb0d96ea..bea4683d1bbb 100644
--- a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
+++ b/offapi/com/sun/star/frame/SynchronousFrameLoader.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_frame_SynchronousFrameLoader_idl__
-#define __com_sun_star_frame_SynchronousFrameLoader_idl__
-
-#include <com/sun/star/frame/XSynchronousFrameLoader.idl>
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/container/XNamed.idl>
module com { module sun { module star { module frame {
@@ -74,6 +68,4 @@ published service SynchronousFrameLoader
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/Task.idl b/offapi/com/sun/star/frame/Task.idl
index 7bc2944c64e7..dbfc49ff2b65 100644
--- a/offapi/com/sun/star/frame/Task.idl
+++ b/offapi/com/sun/star/frame/Task.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_frame_Task_idl__
-#define __com_sun_star_frame_Task_idl__
-
-#include <com/sun/star/frame/XFrame.idl>
-#include <com/sun/star/frame/XTask.idl>
module com { module sun { module star { module frame {
@@ -57,6 +52,4 @@ published service Task
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/TaskCreator.idl b/offapi/com/sun/star/frame/TaskCreator.idl
index 5c8099897524..f7cba87cd926 100644
--- a/offapi/com/sun/star/frame/TaskCreator.idl
+++ b/offapi/com/sun/star/frame/TaskCreator.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_frame_TaskCreator_idl__
-#define __com_sun_star_frame_TaskCreator_idl__
-
-#include <com/sun/star/lang/XSingleServiceFactory.idl>
module com { module sun { module star { module frame {
@@ -32,6 +28,4 @@ service TaskCreator : com::sun::star::lang::XSingleServiceFactory;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/TemplateAccess.idl b/offapi/com/sun/star/frame/TemplateAccess.idl
index a149c76fe14f..34ea5ebff247 100644
--- a/offapi/com/sun/star/frame/TemplateAccess.idl
+++ b/offapi/com/sun/star/frame/TemplateAccess.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_frame_TemplateAccess_idl__
-#define __com_sun_star_frame_TemplateAccess_idl__
-
-#include <com/sun/star/lang/XLocalizable.idl>
-#include <com/sun/star/frame/XDocumentTemplates.idl>
module com { module sun { module star { module frame {
@@ -41,6 +36,4 @@ published service TemplateAccess
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/TerminationVetoException.idl b/offapi/com/sun/star/frame/TerminationVetoException.idl
index 135c9c1a76a1..71e7bce736af 100644
--- a/offapi/com/sun/star/frame/TerminationVetoException.idl
+++ b/offapi/com/sun/star/frame/TerminationVetoException.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_frame_TerminationVetoException_idl__
-#define __com_sun_star_frame_TerminationVetoException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module frame {
@@ -49,6 +45,4 @@ published exception TerminationVetoException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/TitleChangedEvent.idl b/offapi/com/sun/star/frame/TitleChangedEvent.idl
index 2005d946147b..ca84eca88bf7 100644
--- a/offapi/com/sun/star/frame/TitleChangedEvent.idl
+++ b/offapi/com/sun/star/frame/TitleChangedEvent.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_frame_TitleChangedEvent_idl__
-#define __com_sun_star_frame_TitleChangedEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
module com { module sun { module star { module frame {
@@ -36,6 +32,4 @@ struct TitleChangedEvent : com::sun::star::lang::EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/ToolbarController.idl b/offapi/com/sun/star/frame/ToolbarController.idl
index fd332484dacf..c057124bd7fb 100644
--- a/offapi/com/sun/star/frame/ToolbarController.idl
+++ b/offapi/com/sun/star/frame/ToolbarController.idl
@@ -17,15 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_ToolbarController_idl__
-#define __com_sun_star_frame_ToolbarController_idl__
-
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/util/XUpdatable.idl>
-#include <com/sun/star/frame/XStatusListener.idl>
-#include <com/sun/star/frame/XToolbarController.idl>
-#include <com/sun/star/frame/XSubToolbarController.idl>
-
module com { module sun { module star { module frame {
@@ -115,6 +106,4 @@ service ToolbarController
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/ToolbarControllerFactory.idl b/offapi/com/sun/star/frame/ToolbarControllerFactory.idl
index 201cc4c8343c..9a617f05609d 100644
--- a/offapi/com/sun/star/frame/ToolbarControllerFactory.idl
+++ b/offapi/com/sun/star/frame/ToolbarControllerFactory.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_frame_ToolbarControllerFactory_idl__
-#define __com_sun_star_frame_ToolbarControllerFactory_idl__
-
-#include <com/sun/star/frame/XUIControllerFactory.idl>
module com { module sun { module star { module frame {
@@ -35,6 +31,4 @@ service ToolbarControllerFactory : XUIControllerFactory;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl b/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
index 0d1e6bb7006a..65850c2b3575 100644
--- a/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
+++ b/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.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_frame_TransientDocumentsDocumentContentFactory_idl__
-#define __com_sun_star_frame_TransientDocumentsDocumentContentFactory_idl__
-
-#include <com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl>
module com { module sun { module star { module frame {
@@ -39,6 +35,4 @@ service TransientDocumentsDocumentContentFactory
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/UICommandDescription.idl b/offapi/com/sun/star/frame/UICommandDescription.idl
index 76e6db9497f0..bcebb2f99139 100644
--- a/offapi/com/sun/star/frame/UICommandDescription.idl
+++ b/offapi/com/sun/star/frame/UICommandDescription.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_UICommandDescription_idl__
-#define __com_sun_star_frame_UICommandDescription_idl__
-
-#include <com/sun/star/container/XNameAccess.idl>
-
module com { module sun { module star { module frame {
@@ -37,6 +32,4 @@ service UICommandDescription : com::sun::star::container::XNameAccess;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/UnknownModuleException.idl b/offapi/com/sun/star/frame/UnknownModuleException.idl
index c9eb19d19531..707cd3293eeb 100644
--- a/offapi/com/sun/star/frame/UnknownModuleException.idl
+++ b/offapi/com/sun/star/frame/UnknownModuleException.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_frame_UnknownModuleException_idl__
-#define __com_sun_star_frame_UnknownModuleException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module frame {
@@ -36,6 +32,4 @@ exception UnknownModuleException : ::com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/UntitledNumbersConst.idl b/offapi/com/sun/star/frame/UntitledNumbersConst.idl
index 3ff9b5083462..9ae388ed2f2e 100644
--- a/offapi/com/sun/star/frame/UntitledNumbersConst.idl
+++ b/offapi/com/sun/star/frame/UntitledNumbersConst.idl
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_UntitledNumbersConst_idl__
-#define __com_sun_star_frame_UntitledNumbersConst_idl__
-
module com { module sun { module star { module frame {
constants UntitledNumbersConst
@@ -29,6 +26,4 @@ constants UntitledNumbersConst
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/WindowArrange.idl b/offapi/com/sun/star/frame/WindowArrange.idl
index 8196096c50ad..fb60b7d358c9 100644
--- a/offapi/com/sun/star/frame/WindowArrange.idl
+++ b/offapi/com/sun/star/frame/WindowArrange.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_frame_WindowArrange_idl__
-#define __com_sun_star_frame_WindowArrange_idl__
module com { module sun { module star { module frame {
@@ -54,6 +52,4 @@ published constants WindowArrange
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XAppDispatchProvider.idl b/offapi/com/sun/star/frame/XAppDispatchProvider.idl
index 298c62d8d60b..fba0087e3846 100644
--- a/offapi/com/sun/star/frame/XAppDispatchProvider.idl
+++ b/offapi/com/sun/star/frame/XAppDispatchProvider.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_frame_XAppDispatchProvider_idl__
-#define __com_sun_star_frame_XAppDispatchProvider_idl__
-
-#include <com/sun/star/frame/XDispatchInformationProvider.idl>
-#include <com/sun/star/frame/XDispatchProvider.idl>
module com { module sun { module star { module frame {
@@ -37,6 +32,4 @@ interface XAppDispatchProvider
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XBorderResizeListener.idl b/offapi/com/sun/star/frame/XBorderResizeListener.idl
index 5cc6e836f582..25bfae755d70 100644
--- a/offapi/com/sun/star/frame/XBorderResizeListener.idl
+++ b/offapi/com/sun/star/frame/XBorderResizeListener.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_frame_XBorderResizeListener_idl__
-#define __com_sun_star_frame_XBorderResizeListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/frame/BorderWidths.idl>
@@ -46,6 +41,4 @@ interface XBorderResizeListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl b/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
index d75f2df4b708..498b88c1be86 100644
--- a/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
+++ b/offapi/com/sun/star/frame/XBrowseHistoryRegistry.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_frame_XBrowseHistoryRegistry_idl__
-#define __com_sun_star_frame_XBrowseHistoryRegistry_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
@@ -45,6 +40,4 @@ published interface XBrowseHistoryRegistry: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl
index 81c25360bfd1..b6f52c829084 100644
--- a/offapi/com/sun/star/frame/XComponentLoader.idl
+++ b/offapi/com/sun/star/frame/XComponentLoader.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_frame_XComponentLoader_idl__
-#define __com_sun_star_frame_XComponentLoader_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
-#include <com/sun/star/io/IOException.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
@@ -163,6 +155,4 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XComponentRegistry.idl b/offapi/com/sun/star/frame/XComponentRegistry.idl
index 2397454f9464..b391db1ff1eb 100644
--- a/offapi/com/sun/star/frame/XComponentRegistry.idl
+++ b/offapi/com/sun/star/frame/XComponentRegistry.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_frame_XComponentRegistry_idl__
-#define __com_sun_star_frame_XComponentRegistry_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/uno/Uik.idl>
@@ -40,6 +35,4 @@ published interface XComponentRegistry: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XConfigManager.idl b/offapi/com/sun/star/frame/XConfigManager.idl
index c0e894aaa44e..f6c0d3c219a6 100644
--- a/offapi/com/sun/star/frame/XConfigManager.idl
+++ b/offapi/com/sun/star/frame/XConfigManager.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_frame_XConfigManager_idl__
-#define __com_sun_star_frame_XConfigManager_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/beans/XPropertyChangeListener.idl>
module com {
@@ -96,6 +91,4 @@ published interface XConfigManager: com::sun::star::uno::XInterface
}; //sun
}; //com
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XControlNotificationListener.idl b/offapi/com/sun/star/frame/XControlNotificationListener.idl
index 09eedf6611e8..2d4785aa8975 100644
--- a/offapi/com/sun/star/frame/XControlNotificationListener.idl
+++ b/offapi/com/sun/star/frame/XControlNotificationListener.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_frame_XControlNotificationListener_idl__
-#define __com_sun_star_frame_XControlNotificationListener_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/ControlEvent.idl>
module com { module sun { module star { module frame {
@@ -45,6 +40,4 @@ interface XControlNotificationListener : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XController.idl b/offapi/com/sun/star/frame/XController.idl
index 0e07f60eec55..46da1d8d53ef 100644
--- a/offapi/com/sun/star/frame/XController.idl
+++ b/offapi/com/sun/star/frame/XController.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_frame_XController_idl__
-#define __com_sun_star_frame_XController_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
module com { module sun { module star { module frame {
@@ -102,6 +98,4 @@ published interface XController: com::sun::star::lang::XComponent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XController2.idl b/offapi/com/sun/star/frame/XController2.idl
index 23c64f1a1e89..9f3f836f71d1 100644
--- a/offapi/com/sun/star/frame/XController2.idl
+++ b/offapi/com/sun/star/frame/XController2.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XController2_idl__
-#define __com_sun_star_frame_XController2_idl__
-
-#include <com/sun/star/frame/XController.idl>
-#include <com/sun/star/awt/XWindow.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
-#include <com/sun/star/ui/XSidebarProvider.idl>
-
module com { module sun { module star { module frame {
@@ -72,6 +64,4 @@ interface XController2 : XController
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XControllerBorder.idl b/offapi/com/sun/star/frame/XControllerBorder.idl
index 1254d54a3115..a4d267d234ae 100644
--- a/offapi/com/sun/star/frame/XControllerBorder.idl
+++ b/offapi/com/sun/star/frame/XControllerBorder.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_frame_XControllerBorder_idl__
-#define __com_sun_star_frame_XControllerBorder_idl__
-
-#include <com/sun/star/frame/BorderWidths.idl>
-#include <com/sun/star/frame/XBorderResizeListener.idl>
-#include <com/sun/star/awt/Rectangle.idl>
@@ -64,6 +58,4 @@ interface XControllerBorder: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDesktop.idl b/offapi/com/sun/star/frame/XDesktop.idl
index b25fdcdafd77..1fad65eac558 100644
--- a/offapi/com/sun/star/frame/XDesktop.idl
+++ b/offapi/com/sun/star/frame/XDesktop.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_frame_XDesktop_idl__
-#define __com_sun_star_frame_XDesktop_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XTerminateListener.idl>
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/frame/XFrame.idl>
@@ -131,6 +123,4 @@ published interface XDesktop: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDesktop2.idl b/offapi/com/sun/star/frame/XDesktop2.idl
index 6fe69c86232f..8e1200ad3120 100644
--- a/offapi/com/sun/star/frame/XDesktop2.idl
+++ b/offapi/com/sun/star/frame/XDesktop2.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_frame_XDesktop2_idl__
-#define __com_sun_star_frame_XDesktop2_idl__
-
-#include <com/sun/star/frame/XComponentLoader.idl>
-#include <com/sun/star/frame/XDesktop.idl>
-#include <com/sun/star/frame/XDispatchProvider.idl>
-#include <com/sun/star/frame/XDispatchProviderInterception.idl>
-#include <com/sun/star/frame/XFrame.idl>
-#include <com/sun/star/frame/XFramesSupplier.idl>
-#include <com/sun/star/task/XStatusIndicatorFactory.idl>
module com { module sun { module star { module frame {
@@ -89,6 +79,4 @@ published interface XDesktop2
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDesktopTask.idl b/offapi/com/sun/star/frame/XDesktopTask.idl
index bdb6a937b28f..3df69dc7baf8 100644
--- a/offapi/com/sun/star/frame/XDesktopTask.idl
+++ b/offapi/com/sun/star/frame/XDesktopTask.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_frame_XDesktopTask_idl__
-#define __com_sun_star_frame_XDesktopTask_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/awt/XWindow.idl>
@@ -49,6 +44,4 @@ published interface XDesktopTask: com::sun::star::lang::XComponent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDispatch.idl b/offapi/com/sun/star/frame/XDispatch.idl
index cbd7bcb2e497..7ece89e67b16 100644
--- a/offapi/com/sun/star/frame/XDispatch.idl
+++ b/offapi/com/sun/star/frame/XDispatch.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_frame_XDispatch_idl__
-#define __com_sun_star_frame_XDispatch_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/util/URL.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
-#include <com/sun/star/frame/XStatusListener.idl>
@@ -151,6 +144,4 @@ published interface XDispatch: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDispatchHelper.idl b/offapi/com/sun/star/frame/XDispatchHelper.idl
index a51d6a8ef0a2..e8e43648373a 100644
--- a/offapi/com/sun/star/frame/XDispatchHelper.idl
+++ b/offapi/com/sun/star/frame/XDispatchHelper.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_frame_XDispatchHelper_idl__
-#define __com_sun_star_frame_XDispatchHelper_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XDispatchProvider.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
module com { module sun { module star { module frame {
@@ -73,6 +67,4 @@ published interface XDispatchHelper : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
index ced5ce681c60..bc488010f9a1 100644
--- a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchInformationProvider.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_frame_XDispatchInformationProvider_idl__
-#define __com_sun_star_frame_XDispatchInformationProvider_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/DispatchInformation.idl>
-#include <com/sun/star/container/NoSuchElementException.idl>
module com { module sun { module star { module frame {
@@ -67,6 +61,4 @@ published interface XDispatchInformationProvider: com::sun::star::uno::XInterfac
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDispatchProvider.idl b/offapi/com/sun/star/frame/XDispatchProvider.idl
index 4b3c806a4085..8c881d7b95ad 100644
--- a/offapi/com/sun/star/frame/XDispatchProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchProvider.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_frame_XDispatchProvider_idl__
-#define __com_sun_star_frame_XDispatchProvider_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XDispatch.idl>
-#include <com/sun/star/util/URL.idl>
-#include <com/sun/star/frame/DispatchDescriptor.idl>
@@ -82,6 +75,4 @@ published interface XDispatchProvider: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl b/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
index a5ffb81d6459..6356328f39a4 100644
--- a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
+++ b/offapi/com/sun/star/frame/XDispatchProviderInterception.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_frame_XDispatchProviderInterception_idl__
-#define __com_sun_star_frame_XDispatchProviderInterception_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XDispatchProviderInterceptor.idl>
@@ -69,6 +64,4 @@ published interface XDispatchProviderInterception: com::sun::star::uno::XInterfa
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl b/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
index 00e7177648f5..94aa568d7672 100644
--- a/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
+++ b/offapi/com/sun/star/frame/XDispatchProviderInterceptor.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_frame_XDispatchProviderInterceptor_idl__
-#define __com_sun_star_frame_XDispatchProviderInterceptor_idl__
-
-#include <com/sun/star/frame/XDispatchProvider.idl>
@@ -80,6 +76,4 @@ published interface XDispatchProviderInterceptor: XDispatchProvider
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDispatchRecorder.idl b/offapi/com/sun/star/frame/XDispatchRecorder.idl
index 8b0071fef2af..0cab956bea63 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorder.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_frame_XDispatchRecorder_idl__
-#define __com_sun_star_frame_XDispatchRecorder_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/util/URL.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
module com { module sun { module star { module frame {
@@ -119,6 +113,4 @@ published interface XDispatchRecorder: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
index 611fef0273e4..8c60c5b278ce 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.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_frame_XDispatchRecorderSupplier_idl__
-#define __com_sun_star_frame_XDispatchRecorderSupplier_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XDispatch.idl>
-#include <com/sun/star/frame/XDispatchRecorder.idl>
module com { module sun { module star { module frame {
@@ -105,6 +99,4 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDispatchResultListener.idl b/offapi/com/sun/star/frame/XDispatchResultListener.idl
index 07e0bc334a97..5b6b26ce1eea 100644
--- a/offapi/com/sun/star/frame/XDispatchResultListener.idl
+++ b/offapi/com/sun/star/frame/XDispatchResultListener.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_frame_XDispatchResultListener_idl__
-#define __com_sun_star_frame_XDispatchResultListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/frame/DispatchResultEvent.idl>
module com { module sun { module star { module frame {
@@ -44,6 +39,4 @@ published interface XDispatchResultListener: com::sun::star::lang::XEventListene
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XDocumentTemplates.idl b/offapi/com/sun/star/frame/XDocumentTemplates.idl
index ccac1af0f3eb..e7199c295a74 100644
--- a/offapi/com/sun/star/frame/XDocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/XDocumentTemplates.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_frame_XDocumentTemplates_idl__
-#define __com_sun_star_frame_XDocumentTemplates_idl__
-
-#include <com/sun/star/frame/XStorable.idl>
-#include <com/sun/star/ucb/XContent.idl>
module com { module sun { module star { module frame {
@@ -190,6 +185,4 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XExtendedFilterDetection.idl b/offapi/com/sun/star/frame/XExtendedFilterDetection.idl
index 8da8b030834b..af97b5372216 100644
--- a/offapi/com/sun/star/frame/XExtendedFilterDetection.idl
+++ b/offapi/com/sun/star/frame/XExtendedFilterDetection.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_frame_XExtendedFilterDetection_idl__
-#define __com_sun_star_frame_XExtendedFilterDetection_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
module com {
@@ -46,6 +41,4 @@ published interface XExtendedFilterDetection: com::sun::star::uno::XInterface
}; // sun
}; // com
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XFilterDetect.idl b/offapi/com/sun/star/frame/XFilterDetect.idl
index 9ba432e17fcf..5817e1531fa3 100644
--- a/offapi/com/sun/star/frame/XFilterDetect.idl
+++ b/offapi/com/sun/star/frame/XFilterDetect.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_frame_XFilterDetect_idl__
-#define __com_sun_star_frame_XFilterDetect_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -40,6 +36,4 @@ published interface XFilterDetect: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index b2d7e41e42b7..1fb590b321ee 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.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_frame_XFrame_idl__
-#define __com_sun_star_frame_XFrame_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/awt/XWindow.idl>
module com { module sun { module star { module frame {
@@ -352,6 +347,4 @@ published interface XFrame: com::sun::star::lang::XComponent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XFrame2.idl b/offapi/com/sun/star/frame/XFrame2.idl
index 172908aa686e..d1a143623d02 100644
--- a/offapi/com/sun/star/frame/XFrame2.idl
+++ b/offapi/com/sun/star/frame/XFrame2.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_frame_XFrame2_idl__
-#define __com_sun_star_frame_XFrame2_idl__
-
-#include <com/sun/star/container/XNameContainer.idl>
-#include <com/sun/star/frame/XDispatchInformationProvider.idl>
-#include <com/sun/star/frame/XDispatchProvider.idl>
-#include <com/sun/star/frame/XDispatchProviderInterception.idl>
-#include <com/sun/star/frame/XDispatchRecorderSupplier.idl>
-#include <com/sun/star/frame/XFramesSupplier.idl>
-#include <com/sun/star/task/XStatusIndicatorFactory.idl>
module com { module sun { module star { module frame {
@@ -140,6 +130,4 @@ published interface XFrame2
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XFrameActionListener.idl b/offapi/com/sun/star/frame/XFrameActionListener.idl
index 8bb1f9dbb258..c34959da478c 100644
--- a/offapi/com/sun/star/frame/XFrameActionListener.idl
+++ b/offapi/com/sun/star/frame/XFrameActionListener.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_frame_XFrameActionListener_idl__
-#define __com_sun_star_frame_XFrameActionListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/frame/FrameActionEvent.idl>
@@ -50,6 +45,4 @@ published interface XFrameActionListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl
index 2059ea36cefd..5c5da706c6b5 100644
--- a/offapi/com/sun/star/frame/XFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XFrameLoader.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_frame_XFrameLoader_idl__
-#define __com_sun_star_frame_XFrameLoader_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XFrame.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
-#include <com/sun/star/frame/XLoadEventListener.idl>
@@ -82,6 +75,4 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XFrameLoaderQuery.idl b/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
index a76794d4938d..f5b4407319f0 100644
--- a/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
+++ b/offapi/com/sun/star/frame/XFrameLoaderQuery.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_frame_XFrameLoaderQuery_idl__
-#define __com_sun_star_frame_XFrameLoaderQuery_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/beans/XPropertySet.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
module com {
@@ -58,6 +52,4 @@ published interface XFrameLoaderQuery: com::sun::star::uno::XInterface
}; // sun
}; // com
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XFrameSetModel.idl b/offapi/com/sun/star/frame/XFrameSetModel.idl
index 132b5ce96d33..db423efbecd2 100644
--- a/offapi/com/sun/star/frame/XFrameSetModel.idl
+++ b/offapi/com/sun/star/frame/XFrameSetModel.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_frame_XFrameSetModel_idl__
-#define __com_sun_star_frame_XFrameSetModel_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -40,6 +36,4 @@ published interface XFrameSetModel: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XFrames.idl b/offapi/com/sun/star/frame/XFrames.idl
index 3325a10c1f9e..81d57b5941bd 100644
--- a/offapi/com/sun/star/frame/XFrames.idl
+++ b/offapi/com/sun/star/frame/XFrames.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XFrames_idl__
-#define __com_sun_star_frame_XFrames_idl__
-
-#include <com/sun/star/container/XIndexAccess.idl>
-#include <com/sun/star/frame/XFrame.idl>
@@ -80,6 +75,4 @@ published interface XFrames: com::sun::star::container::XIndexAccess
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XFramesSupplier.idl b/offapi/com/sun/star/frame/XFramesSupplier.idl
index 75fe6ec930f6..1b70fbba3808 100644
--- a/offapi/com/sun/star/frame/XFramesSupplier.idl
+++ b/offapi/com/sun/star/frame/XFramesSupplier.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_frame_XFramesSupplier_idl__
-#define __com_sun_star_frame_XFramesSupplier_idl__
-
-#include <com/sun/star/frame/XFrame.idl>
module com { module sun { module star { module frame {
@@ -87,6 +83,4 @@ published interface XFramesSupplier: XFrame
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XGlobalEventBroadcaster.idl b/offapi/com/sun/star/frame/XGlobalEventBroadcaster.idl
index cb42d0a876db..7901c30ca496 100644
--- a/offapi/com/sun/star/frame/XGlobalEventBroadcaster.idl
+++ b/offapi/com/sun/star/frame/XGlobalEventBroadcaster.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_frame_XGlobalEventBroadcaster_idl__
-#define __com_sun_star_frame_XGlobalEventBroadcaster_idl__
-
-#include <com/sun/star/container/XSet.idl>
-#include <com/sun/star/document/XDocumentEventBroadcaster.idl>
-#include <com/sun/star/document/XDocumentEventListener.idl>
-#include <com/sun/star/document/XEventsSupplier.idl>
module com { module sun { module star { module frame {
@@ -51,6 +44,4 @@ interface XGlobalEventBroadcaster
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XInfobarProvider.idl b/offapi/com/sun/star/frame/XInfobarProvider.idl
index b04f50b9e70b..c39029927fae 100644
--- a/offapi/com/sun/star/frame/XInfobarProvider.idl
+++ b/offapi/com/sun/star/frame/XInfobarProvider.idl
@@ -7,13 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __com_sun_star_frame_XInfobarProvider_idl__
-#define __com_sun_star_frame_XInfobarProvider_idl__
-
-#include <com/sun/star/beans/StringPair.idl>
-#include <com/sun/star/frame/InfobarType.idl>
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module frame {
/** Allows to add Infobars to a frame.
@@ -141,6 +134,4 @@ interface XInfobarProvider: uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
diff --git a/offapi/com/sun/star/frame/XInterceptorInfo.idl b/offapi/com/sun/star/frame/XInterceptorInfo.idl
index 318a1eb9782d..355c1c059648 100644
--- a/offapi/com/sun/star/frame/XInterceptorInfo.idl
+++ b/offapi/com/sun/star/frame/XInterceptorInfo.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_frame_XInterceptorInfo_idl__
-#define __com_sun_star_frame_XInterceptorInfo_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module frame {
@@ -56,6 +52,4 @@ published interface XInterceptorInfo: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XLayoutManager.idl b/offapi/com/sun/star/frame/XLayoutManager.idl
index 52c00df5fad0..5d38126bf949 100644
--- a/offapi/com/sun/star/frame/XLayoutManager.idl
+++ b/offapi/com/sun/star/frame/XLayoutManager.idl
@@ -17,18 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XLayoutManager_idl__
-#define __com_sun_star_frame_XLayoutManager_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XFrame.idl>
-#include <com/sun/star/awt/Point.idl>
-#include <com/sun/star/awt/Size.idl>
-#include <com/sun/star/awt/XWindow.idl>
-#include <com/sun/star/ui/XUIElement.idl>
-#include <com/sun/star/ui/DockingArea.idl>
-#include <com/sun/star/ui/XDockingAreaAcceptor.idl>
-
module com { module sun { module star { module frame {
@@ -474,6 +462,4 @@ interface XLayoutManager : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XLayoutManager2.idl b/offapi/com/sun/star/frame/XLayoutManager2.idl
index 2e926aeabb26..e4a9be9eae60 100644
--- a/offapi/com/sun/star/frame/XLayoutManager2.idl
+++ b/offapi/com/sun/star/frame/XLayoutManager2.idl
@@ -17,16 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XLayoutManager2_idl__
-#define __com_sun_star_frame_XLayoutManager2_idl__
-
-#include <com/sun/star/frame/XLayoutManager.idl>
-#include <com/sun/star/frame/XFrameActionListener.idl>
-#include <com/sun/star/ui/XUIConfigurationListener.idl>
-#include <com/sun/star/beans/XPropertySet.idl>
-#include <com/sun/star/frame/XMenuBarMergingAcceptor.idl>
-#include <com/sun/star/frame/XLayoutManagerEventBroadcaster.idl>
-
module com { module sun { module star { module frame {
@@ -83,6 +73,4 @@ interface XLayoutManager2
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl
index 09336dc021ff..d861f38894eb 100644
--- a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl
+++ b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.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_frame_XLayoutManagerEventBroadcaster_idl__
-#define __com_sun_star_frame_XLayoutManagerEventBroadcaster_idl__
-
-#include <com/sun/star/frame/XLayoutManagerListener.idl>
module com { module sun { module star { module frame {
@@ -53,6 +49,4 @@ interface XLayoutManagerEventBroadcaster : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XLayoutManagerListener.idl b/offapi/com/sun/star/frame/XLayoutManagerListener.idl
index e0ed70f90fc0..8eb073489e36 100644
--- a/offapi/com/sun/star/frame/XLayoutManagerListener.idl
+++ b/offapi/com/sun/star/frame/XLayoutManagerListener.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_frame_XLayoutManagerListener_idl__
-#define __com_sun_star_frame_XLayoutManagerListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
module com { module sun { module star { module frame {
@@ -56,6 +52,4 @@ interface XLayoutManagerListener : com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XLoadEventListener.idl b/offapi/com/sun/star/frame/XLoadEventListener.idl
index 90992d953f62..7e04737dcc43 100644
--- a/offapi/com/sun/star/frame/XLoadEventListener.idl
+++ b/offapi/com/sun/star/frame/XLoadEventListener.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_frame_XLoadEventListener_idl__
-#define __com_sun_star_frame_XLoadEventListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
module com { module sun { module star { module frame {
@@ -50,6 +46,4 @@ published interface XLoadEventListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XLoadable.idl b/offapi/com/sun/star/frame/XLoadable.idl
index a6b23b522365..685daaca83f3 100644
--- a/offapi/com/sun/star/frame/XLoadable.idl
+++ b/offapi/com/sun/star/frame/XLoadable.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_frame_XLoadable_idl__
-#define __com_sun_star_frame_XLoadable_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/io/IOException.idl>
-#include <com/sun/star/frame/DoubleInitializationException.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
@@ -58,6 +51,4 @@ published interface XLoadable: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XLoaderFactory.idl b/offapi/com/sun/star/frame/XLoaderFactory.idl
index f6b8dd7a288f..59fe4ce8df22 100644
--- a/offapi/com/sun/star/frame/XLoaderFactory.idl
+++ b/offapi/com/sun/star/frame/XLoaderFactory.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_frame_XLoaderFactory_idl__
-#define __com_sun_star_frame_XLoaderFactory_idl__
-
-#include <com/sun/star/container/XContainerQuery.idl>
-#include <com/sun/star/container/XNameAccess.idl>
-#include <com/sun/star/lang/XMultiServiceFactory.idl>
@@ -82,6 +76,4 @@ published interface XLoaderFactory
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XMenuBarAcceptor.idl b/offapi/com/sun/star/frame/XMenuBarAcceptor.idl
index c96402376731..47a403058bf4 100644
--- a/offapi/com/sun/star/frame/XMenuBarAcceptor.idl
+++ b/offapi/com/sun/star/frame/XMenuBarAcceptor.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XMenuBarAcceptor_idl__
-#define __com_sun_star_frame_XMenuBarAcceptor_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/awt/XMenuBar.idl>
-
module com { module sun { module star { module frame {
@@ -49,6 +43,4 @@ interface XMenuBarAcceptor : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl b/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl
index 7079ba58ff04..95634db92ce3 100644
--- a/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl
+++ b/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XMenuBarMergingAcceptor_idl__
-#define __com_sun_star_frame_XMenuBarMergingAcceptor_idl__
-
-#include <com/sun/star/container/XIndexAccess.idl>
-#include <com/sun/star/frame/XDispatchProvider.idl>
-
module com { module sun { module star { module frame {
@@ -64,6 +58,4 @@ interface XMenuBarMergingAcceptor : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XModel.idl b/offapi/com/sun/star/frame/XModel.idl
index 17bd7337fe5e..8e38bf1ba6a9 100644
--- a/offapi/com/sun/star/frame/XModel.idl
+++ b/offapi/com/sun/star/frame/XModel.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_frame_XModel_idl__
-#define __com_sun_star_frame_XModel_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
-#include <com/sun/star/frame/XController.idl>
-#include <com/sun/star/container/NoSuchElementException.idl>
-#include <com/sun/star/uno/XInterface.idl>
@@ -197,6 +189,4 @@ published interface XModel: com::sun::star::lang::XComponent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XModel2.idl b/offapi/com/sun/star/frame/XModel2.idl
index 615fc82446bf..093c584a53d9 100644
--- a/offapi/com/sun/star/frame/XModel2.idl
+++ b/offapi/com/sun/star/frame/XModel2.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_frame_XModel2_idl__
-#define __com_sun_star_frame_XModel2_idl__
-
-#include <com/sun/star/frame/XController2.idl>
-#include <com/sun/star/frame/XModel.idl>
-#include <com/sun/star/container/XEnumeration.idl>
-#include <com/sun/star/awt/XWindow.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/util/InvalidStateException.idl>
module com { module sun { module star { module frame {
@@ -161,6 +152,4 @@ interface XModel2 : com::sun::star::frame::XModel
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XModel3.idl b/offapi/com/sun/star/frame/XModel3.idl
index 96c527d261c2..8494b5d1d6a3 100644
--- a/offapi/com/sun/star/frame/XModel3.idl
+++ b/offapi/com/sun/star/frame/XModel3.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_frame_XModel3_idl__
-#define __com_sun_star_frame_XModel3_idl__
-
-#include <com/sun/star/frame/XModel2.idl>
module com { module sun { module star { module frame {
@@ -46,6 +42,4 @@ interface XModel3 : com::sun::star::frame::XModel2
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XModule.idl b/offapi/com/sun/star/frame/XModule.idl
index 978332fb0f7e..94409c96d360 100644
--- a/offapi/com/sun/star/frame/XModule.idl
+++ b/offapi/com/sun/star/frame/XModule.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XModule_idl__
-#define __com_sun_star_frame_XModule_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/frame/UnknownModuleException.idl>
-
module com { module sun { module star { module frame {
@@ -56,6 +49,4 @@ interface XModule : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl
index a5f7822332d6..8303ffdc742a 100644
--- a/offapi/com/sun/star/frame/XModuleManager.idl
+++ b/offapi/com/sun/star/frame/XModuleManager.idl
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XModuleManager_idl__
-#define __com_sun_star_frame_XModuleManager_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/frame/UnknownModuleException.idl>
-
module com { module sun { module star { module frame {
@@ -93,6 +86,4 @@ interface XModuleManager : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XModuleManager2.idl b/offapi/com/sun/star/frame/XModuleManager2.idl
index 91e6ed6b489f..ba7dacd8d31a 100644
--- a/offapi/com/sun/star/frame/XModuleManager2.idl
+++ b/offapi/com/sun/star/frame/XModuleManager2.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_frame_XModuleManager2_idl__
-#define __com_sun_star_frame_XModuleManager2_idl__
-
-#include <com/sun/star/frame/XModuleManager.idl>
-#include <com/sun/star/container/XNameReplace.idl>
module com { module sun { module star { module frame {
@@ -54,6 +49,4 @@ interface XModuleManager2
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XNotifyingDispatch.idl b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
index 4163170220ff..3e13521daf54 100644
--- a/offapi/com/sun/star/frame/XNotifyingDispatch.idl
+++ b/offapi/com/sun/star/frame/XNotifyingDispatch.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_frame_XNotifyingDispatch_idl__
-#define __com_sun_star_frame_XNotifyingDispatch_idl__
-
-#include <com/sun/star/frame/XDispatch.idl>
-#include <com/sun/star/frame/XDispatchResultListener.idl>
module com { module sun { module star { module frame {
@@ -53,6 +48,4 @@ published interface XNotifyingDispatch: XDispatch
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XPopupMenuController.idl b/offapi/com/sun/star/frame/XPopupMenuController.idl
index 89c354a8cbbd..61d3a8e87e2d 100644
--- a/offapi/com/sun/star/frame/XPopupMenuController.idl
+++ b/offapi/com/sun/star/frame/XPopupMenuController.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XPopupMenuController_idl__
-#define __com_sun_star_frame_XPopupMenuController_idl__
-
-#include <com/sun/star/awt/XPopupMenu.idl>
-
module com { module sun { module star { module frame {
@@ -65,6 +60,4 @@ interface XPopupMenuController : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl
index 211dacf63229..d1107366046a 100644
--- a/offapi/com/sun/star/frame/XRecordableDispatch.idl
+++ b/offapi/com/sun/star/frame/XRecordableDispatch.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_frame_XRecordableDispatch_idl__
-#define __com_sun_star_frame_XRecordableDispatch_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XDispatchRecorder.idl>
-#include <com/sun/star/util/URL.idl>
module com { module sun { module star { module frame {
@@ -91,6 +85,4 @@ published interface XRecordableDispatch: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XSessionManagerClient.idl b/offapi/com/sun/star/frame/XSessionManagerClient.idl
index 247733f7d6de..eb4767ca822a 100644
--- a/offapi/com/sun/star/frame/XSessionManagerClient.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerClient.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_frame_XSessionManagerClient_idl__
-#define __com_sun_star_frame_XSessionManagerClient_idl__
-
-#include <com/sun/star/frame/XSessionManagerListener.idl>
module com { module sun { module star { module frame {
@@ -91,6 +87,4 @@ module com { module sun { module star { module frame {
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XSessionManagerListener.idl b/offapi/com/sun/star/frame/XSessionManagerListener.idl
index d82e7b09188c..c3c46b2e73b8 100644
--- a/offapi/com/sun/star/frame/XSessionManagerListener.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerListener.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_frame_XSessionManagerListener_idl__
-#define __com_sun_star_frame_XSessionManagerListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
module com { module sun { module star { module frame {
@@ -89,6 +85,4 @@ module com { module sun { module star { module frame {
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XSessionManagerListener2.idl b/offapi/com/sun/star/frame/XSessionManagerListener2.idl
index e1245511b361..2bd3d42a449c 100644
--- a/offapi/com/sun/star/frame/XSessionManagerListener2.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerListener2.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_frame_XSessionManagerListener2_idl__
-#define __com_sun_star_frame_XSessionManagerListener2_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/frame/XSessionManagerListener.idl>
module com { module sun { module star { module frame {
@@ -36,6 +31,4 @@ module com { module sun { module star { module frame {
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XStatusListener.idl b/offapi/com/sun/star/frame/XStatusListener.idl
index ee53f9d78744..d0fe7102752e 100644
--- a/offapi/com/sun/star/frame/XStatusListener.idl
+++ b/offapi/com/sun/star/frame/XStatusListener.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_frame_XStatusListener_idl__
-#define __com_sun_star_frame_XStatusListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/frame/FeatureStateEvent.idl>
@@ -50,6 +45,4 @@ published interface XStatusListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XStatusbarController.idl b/offapi/com/sun/star/frame/XStatusbarController.idl
index 633e694d8b24..ef7860df14f5 100644
--- a/offapi/com/sun/star/frame/XStatusbarController.idl
+++ b/offapi/com/sun/star/frame/XStatusbarController.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_frame_XStatusbarController_idl__
-#define __com_sun_star_frame_XStatusbarController_idl__
-
-#include <com/sun/star/awt/MouseEvent.idl>
-#include <com/sun/star/awt/Point.idl>
-#include <com/sun/star/awt/Rectangle.idl>
-#include <com/sun/star/awt/XGraphics.idl>
-#include <com/sun/star/frame/XStatusListener.idl>
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/util/XUpdatable.idl>
module com { module sun { module star { module frame {
@@ -208,6 +197,4 @@ interface XStatusbarController
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XStorable.idl b/offapi/com/sun/star/frame/XStorable.idl
index 60e8239e0a1e..df1b15b5cc0a 100644
--- a/offapi/com/sun/star/frame/XStorable.idl
+++ b/offapi/com/sun/star/frame/XStorable.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_frame_XStorable_idl__
-#define __com_sun_star_frame_XStorable_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/io/IOException.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
@@ -151,6 +145,4 @@ published interface XStorable: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl
index 50d83f2b78d9..691cadc196fb 100644
--- a/offapi/com/sun/star/frame/XStorable2.idl
+++ b/offapi/com/sun/star/frame/XStorable2.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_frame_XStorable2_idl__
-#define __com_sun_star_frame_XStorable2_idl__
-
-#include <com/sun/star/frame/XStorable.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/io/IOException.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
@@ -66,6 +59,4 @@ published interface XStorable2: XStorable
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XSubToolbarController.idl b/offapi/com/sun/star/frame/XSubToolbarController.idl
index 624218e827ce..5bb761b4949b 100644
--- a/offapi/com/sun/star/frame/XSubToolbarController.idl
+++ b/offapi/com/sun/star/frame/XSubToolbarController.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_frame_XSubToolbarController_idl__
-#define __com_sun_star_frame_XSubToolbarController_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module frame {
@@ -83,6 +79,4 @@ interface XSubToolbarController : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XSynchronousDispatch.idl b/offapi/com/sun/star/frame/XSynchronousDispatch.idl
index 48b207bf7b03..01dd14afa9a5 100644
--- a/offapi/com/sun/star/frame/XSynchronousDispatch.idl
+++ b/offapi/com/sun/star/frame/XSynchronousDispatch.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_frame_XSynchronousDispatch_idl__
-#define __com_sun_star_frame_XSynchronousDispatch_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/util/URL.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
module com { module sun { module star { module frame {
@@ -54,6 +48,4 @@ published interface XSynchronousDispatch: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
index f4673de36cb1..0602cad9583f 100644
--- a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XSynchronousFrameLoader.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_frame_XSynchronousFrameLoader_idl__
-#define __com_sun_star_frame_XSynchronousFrameLoader_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XFrame.idl>
-#include <com/sun/star/beans/PropertyValue.idl>
module com { module sun { module star { module frame {
@@ -71,6 +65,4 @@ published interface XSynchronousFrameLoader: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XTask.idl b/offapi/com/sun/star/frame/XTask.idl
index a5a3b8373d4f..059f6419471c 100644
--- a/offapi/com/sun/star/frame/XTask.idl
+++ b/offapi/com/sun/star/frame/XTask.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_frame_XTask_idl__
-#define __com_sun_star_frame_XTask_idl__
-
-#include <com/sun/star/frame/XFrame.idl>
@@ -53,6 +49,4 @@ published interface XTask: XFrame
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XTasksSupplier.idl b/offapi/com/sun/star/frame/XTasksSupplier.idl
index 7e4e95a95781..42fcadecd66a 100644
--- a/offapi/com/sun/star/frame/XTasksSupplier.idl
+++ b/offapi/com/sun/star/frame/XTasksSupplier.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_frame_XTasksSupplier_idl__
-#define __com_sun_star_frame_XTasksSupplier_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#include <com/sun/star/frame/XTask.idl>
@@ -46,6 +40,4 @@ published interface XTasksSupplier: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XTerminateListener.idl b/offapi/com/sun/star/frame/XTerminateListener.idl
index c0249e9bf116..e7aaf0e6f6b4 100644
--- a/offapi/com/sun/star/frame/XTerminateListener.idl
+++ b/offapi/com/sun/star/frame/XTerminateListener.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_frame_XTerminateListener_idl__
-#define __com_sun_star_frame_XTerminateListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/lang/EventObject.idl>
-#include <com/sun/star/frame/TerminationVetoException.idl>
@@ -65,6 +59,4 @@ published interface XTerminateListener: com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XTerminateListener2.idl b/offapi/com/sun/star/frame/XTerminateListener2.idl
index 537e3fa82309..8ce4e314e8a7 100644
--- a/offapi/com/sun/star/frame/XTerminateListener2.idl
+++ b/offapi/com/sun/star/frame/XTerminateListener2.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_frame_XTerminateListener2_idl__
-#define __com_sun_star_frame_XTerminateListener2_idl__
-
-#include <com/sun/star/frame/XTerminateListener.idl>
module com { module sun { module star { module frame {
@@ -52,6 +48,4 @@ interface XTerminateListener2 : ::com::sun::star::frame::XTerminateListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XTitle.idl b/offapi/com/sun/star/frame/XTitle.idl
index 54116b6ae162..86b7340be0a9 100644
--- a/offapi/com/sun/star/frame/XTitle.idl
+++ b/offapi/com/sun/star/frame/XTitle.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_frame_XTitle_idl__
-#define __com_sun_star_frame_XTitle_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
module com { module sun { module star { module frame {
@@ -47,6 +42,4 @@ interface XTitle : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XTitleChangeBroadcaster.idl b/offapi/com/sun/star/frame/XTitleChangeBroadcaster.idl
index bd53e1aa41f6..fbb5209187d6 100644
--- a/offapi/com/sun/star/frame/XTitleChangeBroadcaster.idl
+++ b/offapi/com/sun/star/frame/XTitleChangeBroadcaster.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_frame_XTitleChangeBroadcaster_idl__
-#define __com_sun_star_frame_XTitleChangeBroadcaster_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/frame/XTitleChangeListener.idl>
module com { module sun { module star { module frame {
@@ -41,6 +36,4 @@ interface XTitleChangeBroadcaster : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XTitleChangeListener.idl b/offapi/com/sun/star/frame/XTitleChangeListener.idl
index 4c8a27d2b113..374068e67b7a 100644
--- a/offapi/com/sun/star/frame/XTitleChangeListener.idl
+++ b/offapi/com/sun/star/frame/XTitleChangeListener.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_frame_XTitleChangeListener_idl__
-#define __com_sun_star_frame_XTitleChangeListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/frame/TitleChangedEvent.idl>
module com { module sun { module star { module frame {
@@ -37,6 +32,4 @@ interface XTitleChangeListener : com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XToolbarController.idl b/offapi/com/sun/star/frame/XToolbarController.idl
index c8f7578ab59a..5a59b31a99bc 100644
--- a/offapi/com/sun/star/frame/XToolbarController.idl
+++ b/offapi/com/sun/star/frame/XToolbarController.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_frame_XToolbarController_idl__
-#define __com_sun_star_frame_XToolbarController_idl__
-
-#include <com/sun/star/awt/XWindow.idl>
-#include <com/sun/star/awt/KeyModifier.idl>
module com { module sun { module star { module frame {
@@ -87,6 +82,4 @@ interface XToolbarController : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XToolbarControllerListener.idl b/offapi/com/sun/star/frame/XToolbarControllerListener.idl
index 04ec98e66ee7..ee019e03cfd9 100644
--- a/offapi/com/sun/star/frame/XToolbarControllerListener.idl
+++ b/offapi/com/sun/star/frame/XToolbarControllerListener.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_frame_XToolbarControllerListener_idl__
-#define __com_sun_star_frame_XToolbarControllerListener_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module frame {
@@ -52,6 +48,4 @@ interface XToolbarControllerListener : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
index 5751787d2177..602dea18051e 100644
--- a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
+++ b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.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_frame_XTransientDocumentsDocumentContentFactory_idl__
-#define __com_sun_star_frame_XTransientDocumentsDocumentContentFactory_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/ucb/XContent.idl>
-#include <com/sun/star/frame/XModel.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
module com { module sun { module star { module frame {
@@ -65,6 +58,4 @@ interface XTransientDocumentsDocumentContentFactory : com::sun::star::uno::XInte
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentIdentifierFactory.idl b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentIdentifierFactory.idl
index 26359db3eec5..bf6da9ce03b6 100644
--- a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentIdentifierFactory.idl
+++ b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentIdentifierFactory.idl
@@ -7,13 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*/
-#ifndef __com_sun_star_frame_XTransientDocumentsDocumentContentIdentifierFactory_idl__
-#define __com_sun_star_frame_XTransientDocumentsDocumentContentIdentifierFactory_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/ucb/XContentIdentifier.idl>
-#include <com/sun/star/frame/XModel.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
module com { module sun { module star { module frame {
@@ -54,6 +47,4 @@ interface XTransientDocumentsDocumentContentIdentifierFactory
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XUIControllerFactory.idl b/offapi/com/sun/star/frame/XUIControllerFactory.idl
index a44eed272d8c..302b4e420520 100644
--- a/offapi/com/sun/star/frame/XUIControllerFactory.idl
+++ b/offapi/com/sun/star/frame/XUIControllerFactory.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_frame_XUIControllerFactory_idl__
-#define __com_sun_star_frame_XUIControllerFactory_idl__
-
-#include <com/sun/star/lang/XMultiComponentFactory.idl>
-#include <com/sun/star/frame/XUIControllerRegistration.idl>
module com { module sun { module star { module frame {
@@ -70,6 +65,4 @@ interface XUIControllerFactory
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XUIControllerRegistration.idl b/offapi/com/sun/star/frame/XUIControllerRegistration.idl
index 17ebbfeb838f..6c5ce0e6ede2 100644
--- a/offapi/com/sun/star/frame/XUIControllerRegistration.idl
+++ b/offapi/com/sun/star/frame/XUIControllerRegistration.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_XUIControllerRegistration_idl__
-#define __com_sun_star_frame_XUIControllerRegistration_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
module com { module sun { module star { module frame {
@@ -91,6 +86,4 @@ published interface XUIControllerRegistration : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XUntitledNumbers.idl b/offapi/com/sun/star/frame/XUntitledNumbers.idl
index 19fbbca9eddf..4d16c2053b5a 100644
--- a/offapi/com/sun/star/frame/XUntitledNumbers.idl
+++ b/offapi/com/sun/star/frame/XUntitledNumbers.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_frame_XUntitledNumbers_idl__
-#define __com_sun_star_frame_XUntitledNumbers_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
module com { module sun { module star { module frame {
@@ -90,6 +85,4 @@ interface XUntitledNumbers : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XUrlList.idl b/offapi/com/sun/star/frame/XUrlList.idl
index b037528737fb..773c6ad9e865 100644
--- a/offapi/com/sun/star/frame/XUrlList.idl
+++ b/offapi/com/sun/star/frame/XUrlList.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_frame_XUrlList_idl__
-#define __com_sun_star_frame_XUrlList_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -36,6 +32,4 @@ published interface XUrlList: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/XWindowArranger.idl b/offapi/com/sun/star/frame/XWindowArranger.idl
index a56e4c133301..3330aa5fc546 100644
--- a/offapi/com/sun/star/frame/XWindowArranger.idl
+++ b/offapi/com/sun/star/frame/XWindowArranger.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_frame_XWindowArranger_idl__
-#define __com_sun_star_frame_XWindowArranger_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -41,6 +37,4 @@ published interface XWindowArranger: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/ClipboardFormats.idl b/offapi/com/sun/star/frame/status/ClipboardFormats.idl
index ebe56aa59e31..434d074a30dc 100644
--- a/offapi/com/sun/star/frame/status/ClipboardFormats.idl
+++ b/offapi/com/sun/star/frame/status/ClipboardFormats.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_frame_status_ClipboardFormats_idl__
-#define __com_sun_star_frame_status_ClipboardFormats_idl__
@@ -47,6 +45,4 @@ struct ClipboardFormats
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/FontHeight.idl b/offapi/com/sun/star/frame/status/FontHeight.idl
index 7b2d80c6cbfb..afd132574331 100644
--- a/offapi/com/sun/star/frame/status/FontHeight.idl
+++ b/offapi/com/sun/star/frame/status/FontHeight.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_frame_status_FontHeight_idl__
-#define __com_sun_star_frame_status_FontHeight_idl__
@@ -53,6 +51,4 @@ struct FontHeight
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/ItemState.idl b/offapi/com/sun/star/frame/status/ItemState.idl
index c4c02d56c821..9d47d088b13f 100644
--- a/offapi/com/sun/star/frame/status/ItemState.idl
+++ b/offapi/com/sun/star/frame/status/ItemState.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_frame_status_ItemState_idl__
-#define __com_sun_star_frame_status_ItemState_idl__
@@ -76,6 +74,4 @@ constants ItemState
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/ItemStatus.idl b/offapi/com/sun/star/frame/status/ItemStatus.idl
index 11772833d25f..88cbc5b976a5 100644
--- a/offapi/com/sun/star/frame/status/ItemStatus.idl
+++ b/offapi/com/sun/star/frame/status/ItemStatus.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_frame_status_ItemStatus_idl__
-#define __com_sun_star_frame_status_ItemStatus_idl__
module com { module sun { module star { module frame { module status {
@@ -46,6 +44,4 @@ struct ItemStatus
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/LeftRightMargin.idl b/offapi/com/sun/star/frame/status/LeftRightMargin.idl
index a65a25d19645..fa05f2f30097 100644
--- a/offapi/com/sun/star/frame/status/LeftRightMargin.idl
+++ b/offapi/com/sun/star/frame/status/LeftRightMargin.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_frame_status_LeftRightMargin_idl__
-#define __com_sun_star_frame_status_LeftRightMargin_idl__
@@ -43,6 +41,4 @@ struct LeftRightMargin
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/LeftRightMarginScale.idl b/offapi/com/sun/star/frame/status/LeftRightMarginScale.idl
index ab3756825b88..07d2abcf8b76 100644
--- a/offapi/com/sun/star/frame/status/LeftRightMarginScale.idl
+++ b/offapi/com/sun/star/frame/status/LeftRightMarginScale.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_frame_status_LeftRightMarginScale_idl__
-#define __com_sun_star_frame_status_LeftRightMarginScale_idl__
@@ -73,6 +71,4 @@ struct LeftRightMarginScale
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/Template.idl b/offapi/com/sun/star/frame/status/Template.idl
index 9bb9402cef89..ca8939d6bf9d 100644
--- a/offapi/com/sun/star/frame/status/Template.idl
+++ b/offapi/com/sun/star/frame/status/Template.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_frame_status_Template_idl__
-#define __com_sun_star_frame_status_Template_idl__
@@ -51,6 +49,4 @@ struct Template
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/UpperLowerMargin.idl b/offapi/com/sun/star/frame/status/UpperLowerMargin.idl
index d1e597b6e88c..6e251596e37d 100644
--- a/offapi/com/sun/star/frame/status/UpperLowerMargin.idl
+++ b/offapi/com/sun/star/frame/status/UpperLowerMargin.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_frame_status_UpperLowerMargin_idl__
-#define __com_sun_star_frame_status_UpperLowerMargin_idl__
@@ -43,6 +41,4 @@ struct UpperLowerMargin
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl b/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl
index bccd46655ac0..b92c360ed2a1 100644
--- a/offapi/com/sun/star/frame/status/UpperLowerMarginScale.idl
+++ b/offapi/com/sun/star/frame/status/UpperLowerMarginScale.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_frame_status_UpperLowerMarginScale_idl__
-#define __com_sun_star_frame_status_UpperLowerMarginScale_idl__
@@ -53,6 +51,4 @@ struct UpperLowerMarginScale
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/Verb.idl b/offapi/com/sun/star/frame/status/Verb.idl
index 0361496b4cb8..2c89c2f34f16 100644
--- a/offapi/com/sun/star/frame/status/Verb.idl
+++ b/offapi/com/sun/star/frame/status/Verb.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_frame_status_Verb_idl__
-#define __com_sun_star_frame_status_Verb_idl__
@@ -55,6 +53,4 @@ struct Verb
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/status/Visibility.idl b/offapi/com/sun/star/frame/status/Visibility.idl
index 13618c49e9b9..6b554c712b61 100644
--- a/offapi/com/sun/star/frame/status/Visibility.idl
+++ b/offapi/com/sun/star/frame/status/Visibility.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_frame_status_Visibility_idl__
-#define __com_sun_star_frame_status_Visibility_idl__
module com { module sun { module star { module frame { module status {
@@ -38,6 +36,4 @@ struct Visibility
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/theAutoRecovery.idl b/offapi/com/sun/star/frame/theAutoRecovery.idl
index 622660c78061..38b9c1e06682 100644
--- a/offapi/com/sun/star/frame/theAutoRecovery.idl
+++ b/offapi/com/sun/star/frame/theAutoRecovery.idl
@@ -6,10 +6,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __com_sun_star_frame_theAutoRecovery_idl__
-#define __com_sun_star_frame_theAutoRecovery_idl__
-
-#include <com/sun/star/frame/XDispatch.idl>
module com { module sun { module star { module frame {
@@ -23,6 +19,4 @@ singleton theAutoRecovery : XDispatch;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/theDesktop.idl b/offapi/com/sun/star/frame/theDesktop.idl
index 12c7d792031b..46c05c85e078 100644
--- a/offapi/com/sun/star/frame/theDesktop.idl
+++ b/offapi/com/sun/star/frame/theDesktop.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_frame_theDesktop_idl__
-#define __com_sun_star_frame_theDesktop_idl__
-
-#include <com/sun/star/frame/XDesktop2.idl>
module com { module sun { module star { module frame {
@@ -42,6 +38,4 @@ published singleton theDesktop : XDesktop2;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/theGlobalEventBroadcaster.idl b/offapi/com/sun/star/frame/theGlobalEventBroadcaster.idl
index b802a1385bc6..8a9a132f3834 100644
--- a/offapi/com/sun/star/frame/theGlobalEventBroadcaster.idl
+++ b/offapi/com/sun/star/frame/theGlobalEventBroadcaster.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef COM_SUN_STAR_FRAME_GLOBALEVENTBROADCASTER_IDL
-#define COM_SUN_STAR_FRAME_GLOBALEVENTBROADCASTER_IDL
-
-#include <com/sun/star/frame/XGlobalEventBroadcaster.idl>
-
module com { module sun { module star { module frame {
/**
@@ -41,6 +36,4 @@ singleton theGlobalEventBroadcaster: XGlobalEventBroadcaster;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/thePopupMenuControllerFactory.idl b/offapi/com/sun/star/frame/thePopupMenuControllerFactory.idl
index 48511b7b563e..c68239b7c212 100644
--- a/offapi/com/sun/star/frame/thePopupMenuControllerFactory.idl
+++ b/offapi/com/sun/star/frame/thePopupMenuControllerFactory.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_thePopupMenuControllerFactory_idl__
-#define __com_sun_star_frame_thePopupMenuControllerFactory_idl__
-
-#include <com/sun/star/frame/XUIControllerFactory.idl>
-
module com { module sun { module star { module frame {
/** specifies a factory that creates instances of registered popup menu controller.
@@ -41,6 +36,4 @@ singleton thePopupMenuControllerFactory : XUIControllerFactory;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/theStatusbarControllerFactory.idl b/offapi/com/sun/star/frame/theStatusbarControllerFactory.idl
index 3fdfb1101ab7..5e469e573a50 100644
--- a/offapi/com/sun/star/frame/theStatusbarControllerFactory.idl
+++ b/offapi/com/sun/star/frame/theStatusbarControllerFactory.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_theStatusbarControllerFactory_idl__
-#define __com_sun_star_frame_theStatusbarControllerFactory_idl__
-
-#include <com/sun/star/frame/XUIControllerFactory.idl>
-
module com { module sun { module star { module frame {
/** specifies a factory that creates instances of registered status bar
@@ -42,6 +37,4 @@ singleton theStatusbarControllerFactory : XUIControllerFactory;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/theToolbarControllerFactory.idl b/offapi/com/sun/star/frame/theToolbarControllerFactory.idl
index e60534660d5d..003952abcb3b 100644
--- a/offapi/com/sun/star/frame/theToolbarControllerFactory.idl
+++ b/offapi/com/sun/star/frame/theToolbarControllerFactory.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_frame_theToolbarControllerFactory_idl__
-#define __com_sun_star_frame_theToolbarControllerFactory_idl__
-
-#include <com/sun/star/frame/XUIControllerFactory.idl>
module com { module sun { module star { module frame {
@@ -39,6 +35,4 @@ singleton theToolbarControllerFactory : XUIControllerFactory;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/frame/theUICommandDescription.idl b/offapi/com/sun/star/frame/theUICommandDescription.idl
index 7765df7012c3..4fd1cb8f2704 100644
--- a/offapi/com/sun/star/frame/theUICommandDescription.idl
+++ b/offapi/com/sun/star/frame/theUICommandDescription.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_frame_theUICommandDescription_idl__
-#define __com_sun_star_frame_theUICommandDescription_idl__
-
-#include <com/sun/star/container/XNameAccess.idl>
-
module com { module sun { module star { module frame {
@@ -55,6 +50,4 @@ singleton theUICommandDescription : com::sun::star::container::XNameAccess;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */