summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tab
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-06-10 16:57:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-06-13 16:27:45 +0200
commit5687eba49fa06202bd190c87ad8e7af634354799 (patch)
tree2cd5cdce96c30c78011922ca2ceccb9b833c3a08 /offapi/com/sun/star/awt/tab
parent32dd76143bdf55ac73f03f705097453521b4bf2c (diff)
Drop obsolete preprocessor directives from UNOIDL files
...which were used by ildc, which is gone since a8485d558fab53291e2530fd9a1be581c1628deb "[API CHANGE] Remove deprecated idlc and regmerge from the SDK", and have always been ignored as legacy by its unoidl-write replacement. This change has been carried out (making use of GNU sed extensions) with > for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl which apparently happened to do the work. (The final two files are not UNOIDL source files.) Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/awt/tab')
-rw-r--r--offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl6
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPage.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl6
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPage.idl6
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainer.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl7
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageModel.idl9
10 files changed, 0 insertions, 69 deletions
diff --git a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
index 959b12dddd54..6b881834cb06 100644
--- a/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
+++ b/offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_TabPageActivatedEvent_idl__
-#define __com_sun_star_awt_tab_TabPageActivatedEvent_idl__
-
-#include <com/sun/star/lang/EventObject.idl>
module com { module sun { module star { module awt { module tab {
@@ -40,6 +36,4 @@ published struct TabPageActivatedEvent: com::sun::star::lang::EventObject
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
index 2e0afdda62d7..856f077c2f0e 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPage.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_UnoControlTabPage_idl__
-#define __com_sun_star_awt_tab_UnoControlTabPage_idl__
-
-#include <com/sun/star/awt/UnoControlContainer.idl>
-#include <com/sun/star/awt/tab/XTabPage.idl>
module com { module sun { module star { module awt { module tab {
@@ -42,6 +37,4 @@ published service UnoControlTabPage
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
index 5585a8664740..7332f103edde 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainer.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_UnoControlTabPageContainer_idl__
-#define __com_sun_star_awt_tab_UnoControlTabPageContainer_idl__
-
-#include <com/sun/star/awt/UnoControl.idl>
-#include <com/sun/star/awt/tab/XTabPageContainer.idl>
module com { module sun { module star { module awt { module tab {
@@ -41,6 +36,4 @@ published service UnoControlTabPageContainer
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
index 0d248a7327a9..48398a726b96 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageContainerModel.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_UnoControlTabPageContainerModel_idl__
-#define __com_sun_star_awt_tab_UnoControlTabPageContainerModel_idl__
-
-#include <com/sun/star/awt/UnoControlModel.idl>
-#include <com/sun/star/awt/tab/XTabPageContainerModel.idl>
module com { module sun { module star { module awt { module tab {
@@ -41,6 +36,4 @@ published service UnoControlTabPageContainerModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index 0c32f231f2ec..5fe0c1eabfa7 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_UnoControlTabPageModel_idl__
-#define __com_sun_star_awt_tab_UnoControlTabPageModel_idl__
-
-#include <com/sun/star/awt/tab/XTabPageModel.idl>
module com { module sun { module star { module awt { module tab {
@@ -78,6 +74,4 @@ published service UnoControlTabPageModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPage.idl b/offapi/com/sun/star/awt/tab/XTabPage.idl
index 301946a4a218..220a22e78c0d 100644
--- a/offapi/com/sun/star/awt/tab/XTabPage.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPage.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_XTabPage_idl__
-#define __com_sun_star_awt_tab_XTabPage_idl__
-
-#include <com/sun/star/awt/tab/XTabPageModel.idl>
module com { module sun { module star { module awt { module tab {
@@ -38,6 +34,4 @@ published interface XTabPage
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
index a6e968c4fcf8..ca9100e2cd97 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_XTabPageContainer_idl__
-#define __com_sun_star_awt_tab_XTabPageContainer_idl__
-
-#include <com/sun/star/awt/tab/XTabPageContainerListener.idl>
-#include <com/sun/star/awt/tab/XTabPage.idl>
module com { module sun { module star { module awt { module tab {
@@ -89,6 +84,4 @@ published interface XTabPageContainer
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
index 7b1396e981f5..aaf996fdadc0 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainerListener.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_XTabPageContainerListener_idl__
-#define __com_sun_star_awt_tab_XTabPageContainerListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/awt/tab/TabPageActivatedEvent.idl>
module com { module sun { module star { module awt { module tab {
@@ -42,6 +37,4 @@ published interface XTabPageContainerListener: com::sun::star::lang::XEventListe
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
index f01dd67305d6..d9477c98642d 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainerModel.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_XTabPageContainerModel_idl__
-#define __com_sun_star_awt_tab_XTabPageContainerModel_idl__
-
-#include <com/sun/star/container/XIndexContainer.idl>
-#include <com/sun/star/container/XContainer.idl>
module com { module sun { module star { module awt { module tab {
@@ -56,6 +51,4 @@ published interface XTabPageContainerModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/awt/tab/XTabPageModel.idl b/offapi/com/sun/star/awt/tab/XTabPageModel.idl
index ca61046b8f4f..1c97007b0873 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageModel.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_awt_tab_XTabPageModel_idl__
-#define __com_sun_star_awt_tab_XTabPageModel_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/XMultiServiceFactory.idl>
-#include <com/sun/star/container/XContainer.idl>
-#include <com/sun/star/container/XNameContainer.idl>
module com { module sun { module star { module awt { module tab {
@@ -69,6 +62,4 @@ published interface XTabPageModel
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */