summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations
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/animations
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/animations')
-rw-r--r--offapi/com/sun/star/animations/AnimateColor.idl6
-rw-r--r--offapi/com/sun/star/animations/AnimateMotion.idl6
-rw-r--r--offapi/com/sun/star/animations/AnimatePhysics.idl6
-rw-r--r--offapi/com/sun/star/animations/AnimateSet.idl6
-rw-r--r--offapi/com/sun/star/animations/AnimationAdditiveMode.idl4
-rw-r--r--offapi/com/sun/star/animations/AnimationCalcMode.idl4
-rw-r--r--offapi/com/sun/star/animations/AnimationColorSpace.idl4
-rw-r--r--offapi/com/sun/star/animations/AnimationEndSync.idl4
-rw-r--r--offapi/com/sun/star/animations/AnimationFill.idl4
-rw-r--r--offapi/com/sun/star/animations/AnimationNodeType.idl4
-rw-r--r--offapi/com/sun/star/animations/AnimationRestart.idl4
-rw-r--r--offapi/com/sun/star/animations/AnimationTransformType.idl4
-rw-r--r--offapi/com/sun/star/animations/AnimationValueType.idl4
-rw-r--r--offapi/com/sun/star/animations/Audio.idl6
-rw-r--r--offapi/com/sun/star/animations/Command.idl6
-rw-r--r--offapi/com/sun/star/animations/Event.idl6
-rw-r--r--offapi/com/sun/star/animations/EventTrigger.idl4
-rw-r--r--offapi/com/sun/star/animations/IterateContainer.idl6
-rw-r--r--offapi/com/sun/star/animations/ParallelTimeContainer.idl6
-rw-r--r--offapi/com/sun/star/animations/SequenceTimeContainer.idl6
-rw-r--r--offapi/com/sun/star/animations/TargetProperties.idl6
-rw-r--r--offapi/com/sun/star/animations/TimeFilterPair.idl4
-rw-r--r--offapi/com/sun/star/animations/Timing.idl4
-rw-r--r--offapi/com/sun/star/animations/TransitionSubType.idl4
-rw-r--r--offapi/com/sun/star/animations/TransitionType.idl4
-rw-r--r--offapi/com/sun/star/animations/ValuePair.idl4
-rw-r--r--offapi/com/sun/star/animations/XAnimate.idl7
-rw-r--r--offapi/com/sun/star/animations/XAnimateColor.idl6
-rw-r--r--offapi/com/sun/star/animations/XAnimateMotion.idl6
-rw-r--r--offapi/com/sun/star/animations/XAnimatePhysics.idl6
-rw-r--r--offapi/com/sun/star/animations/XAnimateSet.idl6
-rw-r--r--offapi/com/sun/star/animations/XAnimateTransform.idl6
-rw-r--r--offapi/com/sun/star/animations/XAnimationListener.idl7
-rw-r--r--offapi/com/sun/star/animations/XAnimationNode.idl7
-rw-r--r--offapi/com/sun/star/animations/XAnimationNodeSupplier.idl6
-rw-r--r--offapi/com/sun/star/animations/XAudio.idl6
-rw-r--r--offapi/com/sun/star/animations/XCommand.idl6
-rw-r--r--offapi/com/sun/star/animations/XIterateContainer.idl6
-rw-r--r--offapi/com/sun/star/animations/XParallelTimeContainer.idl7
-rw-r--r--offapi/com/sun/star/animations/XTimeContainer.idl10
-rw-r--r--offapi/com/sun/star/animations/XTransitionFilter.idl6
41 files changed, 0 insertions, 224 deletions
diff --git a/offapi/com/sun/star/animations/AnimateColor.idl b/offapi/com/sun/star/animations/AnimateColor.idl
index 3e07383fbd4b..4bba9819df6d 100644
--- a/offapi/com/sun/star/animations/AnimateColor.idl
+++ b/offapi/com/sun/star/animations/AnimateColor.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_animations_AnimateColor_idl__
-#define __com_sun_star_animations_AnimateColor_idl__
-
-#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@@ -33,6 +29,4 @@ service AnimateColor : com::sun::star::animations::XAnimate;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimateMotion.idl b/offapi/com/sun/star/animations/AnimateMotion.idl
index 130196424648..c9450b6a3b13 100644
--- a/offapi/com/sun/star/animations/AnimateMotion.idl
+++ b/offapi/com/sun/star/animations/AnimateMotion.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_animations_AnimateMotion_idl__
-#define __com_sun_star_animations_AnimateMotion_idl__
-
-#include <com/sun/star/animations/XAnimationNode.idl>
module com { module sun { module star { module animations {
@@ -33,6 +29,4 @@ service AnimateMotion : com::sun::star::animations::XAnimationNode;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimatePhysics.idl b/offapi/com/sun/star/animations/AnimatePhysics.idl
index 87fe960e611c..5e842b6211ea 100644
--- a/offapi/com/sun/star/animations/AnimatePhysics.idl
+++ b/offapi/com/sun/star/animations/AnimatePhysics.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_animations_AnimatePhysics_idl__
-#define __com_sun_star_animations_AnimatePhysics_idl__
-
-#include <com/sun/star/animations/XAnimationNode.idl>
module com { module sun { module star { module animations {
@@ -20,6 +16,4 @@ service AnimatePhysics : com::sun::star::animations::XAnimationNode;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
diff --git a/offapi/com/sun/star/animations/AnimateSet.idl b/offapi/com/sun/star/animations/AnimateSet.idl
index 8c1c1aa97686..0b5d240347c8 100644
--- a/offapi/com/sun/star/animations/AnimateSet.idl
+++ b/offapi/com/sun/star/animations/AnimateSet.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_animations_AnimateSet_idl__
-#define __com_sun_star_animations_AnimateSet_idl__
-
-#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@@ -33,6 +29,4 @@ service AnimateSet : com::sun::star::animations::XAnimate;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
index 2da7e3643c6a..dbbd75925e23 100644
--- a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
+++ b/offapi/com/sun/star/animations/AnimationAdditiveMode.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_animations_AnimationAdditiveMode_idl__
-#define __com_sun_star_animations_AnimationAdditiveMode_idl__
module com { module sun { module star { module animations {
@@ -41,6 +39,4 @@ constants AnimationAdditiveMode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimationCalcMode.idl b/offapi/com/sun/star/animations/AnimationCalcMode.idl
index c6e42ccecbcf..8ec888f4e32a 100644
--- a/offapi/com/sun/star/animations/AnimationCalcMode.idl
+++ b/offapi/com/sun/star/animations/AnimationCalcMode.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_animations_AnimationCalcMode_idl__
-#define __com_sun_star_animations_AnimationCalcMode_idl__
module com { module sun { module star { module animations {
@@ -60,6 +58,4 @@ constants AnimationCalcMode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimationColorSpace.idl b/offapi/com/sun/star/animations/AnimationColorSpace.idl
index 3e2005b74ddd..cedb75d651cb 100644
--- a/offapi/com/sun/star/animations/AnimationColorSpace.idl
+++ b/offapi/com/sun/star/animations/AnimationColorSpace.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_animations_AnimationColorSpace_idl__
-#define __com_sun_star_animations_AnimationColorSpace_idl__
module com { module sun { module star { module animations {
@@ -44,6 +42,4 @@ constants AnimationColorSpace
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimationEndSync.idl b/offapi/com/sun/star/animations/AnimationEndSync.idl
index f75d5e151669..33e847c79300 100644
--- a/offapi/com/sun/star/animations/AnimationEndSync.idl
+++ b/offapi/com/sun/star/animations/AnimationEndSync.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_animations_AnimationEndSync_idl__
-#define __com_sun_star_animations_AnimationEndSync_idl__
module com { module sun { module star { module animations {
@@ -67,6 +65,4 @@ constants AnimationEndSync
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimationFill.idl b/offapi/com/sun/star/animations/AnimationFill.idl
index 7892a4399312..a9b21ea2fa38 100644
--- a/offapi/com/sun/star/animations/AnimationFill.idl
+++ b/offapi/com/sun/star/animations/AnimationFill.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_animations_AnimationFill_idl__
-#define __com_sun_star_animations_AnimationFill_idl__
module com { module sun { module star { module animations {
@@ -86,6 +84,4 @@ constants AnimationFill
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimationNodeType.idl b/offapi/com/sun/star/animations/AnimationNodeType.idl
index 7c6abb105947..9209f9c4b6ea 100644
--- a/offapi/com/sun/star/animations/AnimationNodeType.idl
+++ b/offapi/com/sun/star/animations/AnimationNodeType.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_animations_AnimationNodeType_idl__
-#define __com_sun_star_animations_AnimationNodeType_idl__
module com { module sun { module star { module animations {
@@ -79,6 +77,4 @@ constants AnimationNodeType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimationRestart.idl b/offapi/com/sun/star/animations/AnimationRestart.idl
index 78ded7ff5668..78d1c4952209 100644
--- a/offapi/com/sun/star/animations/AnimationRestart.idl
+++ b/offapi/com/sun/star/animations/AnimationRestart.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_animations_AnimationRestart_idl__
-#define __com_sun_star_animations_AnimationRestart_idl__
module com { module sun { module star { module animations {
@@ -61,6 +59,4 @@ constants AnimationRestart
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimationTransformType.idl b/offapi/com/sun/star/animations/AnimationTransformType.idl
index 52e5f383494e..f4c65ecc2add 100644
--- a/offapi/com/sun/star/animations/AnimationTransformType.idl
+++ b/offapi/com/sun/star/animations/AnimationTransformType.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_animations_AnimationTransformType_idl__
-#define __com_sun_star_animations_AnimationTransformType_idl__
module com { module sun { module star { module animations {
@@ -53,6 +51,4 @@ constants AnimationTransformType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/AnimationValueType.idl b/offapi/com/sun/star/animations/AnimationValueType.idl
index 9fc1ab3d3bf2..1be1f5719018 100644
--- a/offapi/com/sun/star/animations/AnimationValueType.idl
+++ b/offapi/com/sun/star/animations/AnimationValueType.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_animations_AnimationValueType_idl__
-#define __com_sun_star_animations_AnimationValueType_idl__
module com { module sun { module star { module animations {
@@ -43,6 +41,4 @@ constants AnimationValueType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/Audio.idl b/offapi/com/sun/star/animations/Audio.idl
index 929a3dce9fb1..af88d325f9ec 100644
--- a/offapi/com/sun/star/animations/Audio.idl
+++ b/offapi/com/sun/star/animations/Audio.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_animations_Audio_idl__
-#define __com_sun_star_animations_Audio_idl__
-
-#include <com/sun/star/animations/XAudio.idl>
module com { module sun { module star { module animations {
@@ -33,6 +29,4 @@ service Audio : com::sun::star::animations::XAudio;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/Command.idl b/offapi/com/sun/star/animations/Command.idl
index 21a30c7a8d99..6d257a70917e 100644
--- a/offapi/com/sun/star/animations/Command.idl
+++ b/offapi/com/sun/star/animations/Command.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_animations_Command_idl__
-#define __com_sun_star_animations_Command_idl__
-
-#include <com/sun/star/animations/XCommand.idl>
module com { module sun { module star { module animations {
@@ -33,6 +29,4 @@ service Command : com::sun::star::animations::XCommand;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/Event.idl b/offapi/com/sun/star/animations/Event.idl
index 4cef55e13857..9cc40f897933 100644
--- a/offapi/com/sun/star/animations/Event.idl
+++ b/offapi/com/sun/star/animations/Event.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_animations_Event_idl__
-#define __com_sun_star_animations_Event_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module animations {
@@ -53,6 +49,4 @@ struct Event
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/EventTrigger.idl b/offapi/com/sun/star/animations/EventTrigger.idl
index 37e2dacab402..60957b09432c 100644
--- a/offapi/com/sun/star/animations/EventTrigger.idl
+++ b/offapi/com/sun/star/animations/EventTrigger.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_animations_EventTrigger_idl__
-#define __com_sun_star_animations_EventTrigger_idl__
module com { module sun { module star { module animations {
@@ -75,6 +73,4 @@ constants EventTrigger
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/IterateContainer.idl b/offapi/com/sun/star/animations/IterateContainer.idl
index a6310f5f1b54..75f10f3b3c95 100644
--- a/offapi/com/sun/star/animations/IterateContainer.idl
+++ b/offapi/com/sun/star/animations/IterateContainer.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_animations_IterateContainer_idl__
-#define __com_sun_star_animations_IterateContainer_idl__
-
-#include <com/sun/star/animations/XTimeContainer.idl>
module com { module sun { module star { module animations {
@@ -33,6 +29,4 @@ service IterateContainer : com::sun::star::animations::XTimeContainer;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/ParallelTimeContainer.idl b/offapi/com/sun/star/animations/ParallelTimeContainer.idl
index a74b77cd9466..4d55bf39ac72 100644
--- a/offapi/com/sun/star/animations/ParallelTimeContainer.idl
+++ b/offapi/com/sun/star/animations/ParallelTimeContainer.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_animations_ParallelTimeContainer_idl__
-#define __com_sun_star_animations_ParallelTimeContainer_idl__
-
-#include <com/sun/star/animations/XParallelTimeContainer.idl>
module com { module sun { module star { module animations {
@@ -32,6 +28,4 @@ service ParallelTimeContainer : com::sun::star::animations::XParallelTimeContain
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/SequenceTimeContainer.idl b/offapi/com/sun/star/animations/SequenceTimeContainer.idl
index 75746bf5b4e6..2cf0ee6aaf3f 100644
--- a/offapi/com/sun/star/animations/SequenceTimeContainer.idl
+++ b/offapi/com/sun/star/animations/SequenceTimeContainer.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_animations_SequenceTimeContainer_idl__
-#define __com_sun_star_animations_SequenceTimeContainer_idl__
-
-#include <com/sun/star/animations/XTimeContainer.idl>
module com { module sun { module star { module animations {
@@ -33,6 +29,4 @@ service SequenceTimeContainer : XTimeContainer;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/TargetProperties.idl b/offapi/com/sun/star/animations/TargetProperties.idl
index 2720b67ea918..9994291724d7 100644
--- a/offapi/com/sun/star/animations/TargetProperties.idl
+++ b/offapi/com/sun/star/animations/TargetProperties.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_animations_TargetProperties_idl__
-#define __com_sun_star_animations_TargetProperties_idl__
-
-#include <com/sun/star/beans/NamedValue.idl>
module com { module sun { module star { module animations {
@@ -43,6 +39,4 @@ struct TargetProperties
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/TimeFilterPair.idl b/offapi/com/sun/star/animations/TimeFilterPair.idl
index acfe4a4f4db7..635a4d65e57c 100644
--- a/offapi/com/sun/star/animations/TimeFilterPair.idl
+++ b/offapi/com/sun/star/animations/TimeFilterPair.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_animations_TimeFilterPair_idl__
-#define __com_sun_star_animations_TimeFilterPair_idl__
module com { module sun { module star { module animations {
@@ -33,6 +31,4 @@ struct TimeFilterPair
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/Timing.idl b/offapi/com/sun/star/animations/Timing.idl
index 8042a732d57b..12346d386760 100644
--- a/offapi/com/sun/star/animations/Timing.idl
+++ b/offapi/com/sun/star/animations/Timing.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_animations_Timing_idl__
-#define __com_sun_star_animations_Timing_idl__
module com { module sun { module star { module animations {
@@ -37,6 +35,4 @@ enum Timing
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/TransitionSubType.idl b/offapi/com/sun/star/animations/TransitionSubType.idl
index a9234faed5cd..80828dd9b42e 100644
--- a/offapi/com/sun/star/animations/TransitionSubType.idl
+++ b/offapi/com/sun/star/animations/TransitionSubType.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_animations_TransitionSubType_idl__
-#define __com_sun_star_animations_TransitionSubType_idl__
module com { module sun { module star { module animations {
@@ -150,6 +148,4 @@ constants TransitionSubType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/TransitionType.idl b/offapi/com/sun/star/animations/TransitionType.idl
index 9052bd1197a7..b935e2cc9f9f 100644
--- a/offapi/com/sun/star/animations/TransitionType.idl
+++ b/offapi/com/sun/star/animations/TransitionType.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_animations_TransitionType_idl__
-#define __com_sun_star_animations_TransitionType_idl__
module com { module sun { module star { module animations {
@@ -77,6 +75,4 @@ constants TransitionType
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/ValuePair.idl b/offapi/com/sun/star/animations/ValuePair.idl
index 982071dc97d8..d3568865f141 100644
--- a/offapi/com/sun/star/animations/ValuePair.idl
+++ b/offapi/com/sun/star/animations/ValuePair.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_animations_ValuePair_idl__
-#define __com_sun_star_animations_ValuePair_idl__
module com { module sun { module star { module animations {
@@ -32,6 +30,4 @@ struct ValuePair
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XAnimate.idl b/offapi/com/sun/star/animations/XAnimate.idl
index 39c2b900949b..d093306ff6a0 100644
--- a/offapi/com/sun/star/animations/XAnimate.idl
+++ b/offapi/com/sun/star/animations/XAnimate.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_animations_XAnimate_idl__
-#define __com_sun_star_animations_XAnimate_idl__
-
-#include <com/sun/star/animations/XAnimationNode.idl>
-#include <com/sun/star/animations/TimeFilterPair.idl>
module com { module sun { module star { module animations {
@@ -133,6 +128,4 @@ interface XAnimate : XAnimationNode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XAnimateColor.idl b/offapi/com/sun/star/animations/XAnimateColor.idl
index d02b65f1b80b..194d6b1d676f 100644
--- a/offapi/com/sun/star/animations/XAnimateColor.idl
+++ b/offapi/com/sun/star/animations/XAnimateColor.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_animations_XAnimateColor_idl__
-#define __com_sun_star_animations_XAnimateColor_idl__
-
-#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@@ -58,6 +54,4 @@ interface XAnimateColor : XAnimate
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XAnimateMotion.idl b/offapi/com/sun/star/animations/XAnimateMotion.idl
index 51d79126a6ad..6852b0450c10 100644
--- a/offapi/com/sun/star/animations/XAnimateMotion.idl
+++ b/offapi/com/sun/star/animations/XAnimateMotion.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_animations_XAnimateMotion_idl__
-#define __com_sun_star_animations_XAnimateMotion_idl__
-
-#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@@ -49,6 +45,4 @@ interface XAnimateMotion : XAnimate
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XAnimatePhysics.idl b/offapi/com/sun/star/animations/XAnimatePhysics.idl
index 0b1ba7577335..6b0f82a66312 100644
--- a/offapi/com/sun/star/animations/XAnimatePhysics.idl
+++ b/offapi/com/sun/star/animations/XAnimatePhysics.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_animations_XAnimatePhysics_idl__
-#define __com_sun_star_animations_XAnimatePhysics_idl__
-
-#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@@ -52,6 +48,4 @@ interface XAnimatePhysics : XAnimate
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
diff --git a/offapi/com/sun/star/animations/XAnimateSet.idl b/offapi/com/sun/star/animations/XAnimateSet.idl
index bfd6714c773a..3903805439bb 100644
--- a/offapi/com/sun/star/animations/XAnimateSet.idl
+++ b/offapi/com/sun/star/animations/XAnimateSet.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_animations_XAnimateSet_idl__
-#define __com_sun_star_animations_XAnimateSet_idl__
-
-#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@@ -50,6 +46,4 @@ interface XAnimateSet : XAnimate
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XAnimateTransform.idl b/offapi/com/sun/star/animations/XAnimateTransform.idl
index 940625ea928a..4f2e0603c60e 100644
--- a/offapi/com/sun/star/animations/XAnimateTransform.idl
+++ b/offapi/com/sun/star/animations/XAnimateTransform.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_animations_XAnimateTransform_idl__
-#define __com_sun_star_animations_XAnimateTransform_idl__
-
-#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@@ -62,6 +58,4 @@ interface XAnimateTransform : XAnimate
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XAnimationListener.idl b/offapi/com/sun/star/animations/XAnimationListener.idl
index 6d45a1807cfc..7265608f724f 100644
--- a/offapi/com/sun/star/animations/XAnimationListener.idl
+++ b/offapi/com/sun/star/animations/XAnimationListener.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_animations_XAnimationListener_idl__
-#define __com_sun_star_animations_XAnimationListener_idl__
-
-#include <com/sun/star/lang/XEventListener.idl>
-#include <com/sun/star/animations/XAnimationNode.idl>
module com { module sun { module star { module animations {
@@ -70,6 +65,4 @@ interface XAnimationListener : ::com::sun::star::lang::XEventListener
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl
index 5c7286ce3a5d..7911debf2fe3 100644
--- a/offapi/com/sun/star/animations/XAnimationNode.idl
+++ b/offapi/com/sun/star/animations/XAnimationNode.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_animations_XAnimationNode_idl__
-#define __com_sun_star_animations_XAnimationNode_idl__
-
-#include <com/sun/star/container/XChild.idl>
-#include <com/sun/star/beans/NamedValue.idl>
module com { module sun { module star { module animations {
@@ -238,6 +233,4 @@ interface XAnimationNode : ::com::sun::star::container::XChild
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl b/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
index a9d83911f69e..9161e3ac12ee 100644
--- a/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
+++ b/offapi/com/sun/star/animations/XAnimationNodeSupplier.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_animations_XAnimationNodeSupplier_idl__
-#define __com_sun_star_animations_XAnimationNodeSupplier_idl__
-
-#include <com/sun/star/animations/XAnimationNode.idl>
module com { module sun { module star { module animations {
@@ -33,6 +29,4 @@ interface XAnimationNodeSupplier
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XAudio.idl b/offapi/com/sun/star/animations/XAudio.idl
index 957a842382f0..6db76c3f2b95 100644
--- a/offapi/com/sun/star/animations/XAudio.idl
+++ b/offapi/com/sun/star/animations/XAudio.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_animations_XAudio_idl__
-#define __com_sun_star_animations_XAudio_idl__
-
-#include <com/sun/star/animations/XAnimationNode.idl>
module com { module sun { module star { module animations {
@@ -49,6 +45,4 @@ interface XAudio : XAnimationNode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XCommand.idl b/offapi/com/sun/star/animations/XCommand.idl
index 15df81664eda..33fb60e104ea 100644
--- a/offapi/com/sun/star/animations/XCommand.idl
+++ b/offapi/com/sun/star/animations/XCommand.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_animations_XCommand_idl__
-#define __com_sun_star_animations_XCommand_idl__
-
-#include <com/sun/star/animations/XAnimationNode.idl>
module com { module sun { module star { module animations {
@@ -50,6 +46,4 @@ interface XCommand : XAnimationNode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XIterateContainer.idl b/offapi/com/sun/star/animations/XIterateContainer.idl
index 5268c05f51f1..4c01e0b6efc3 100644
--- a/offapi/com/sun/star/animations/XIterateContainer.idl
+++ b/offapi/com/sun/star/animations/XIterateContainer.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_animations_XIterateContainer_idl__
-#define __com_sun_star_animations_XIterateContainer_idl__
-
-#include <com/sun/star/animations/XTimeContainer.idl>
module com { module sun { module star { module animations {
@@ -62,6 +58,4 @@ interface XIterateContainer : XTimeContainer
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XParallelTimeContainer.idl b/offapi/com/sun/star/animations/XParallelTimeContainer.idl
index 42c38645ecc3..99026b885463 100644
--- a/offapi/com/sun/star/animations/XParallelTimeContainer.idl
+++ b/offapi/com/sun/star/animations/XParallelTimeContainer.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_animations_XParallelTimeContainer_idl__
-#define __com_sun_star_animations_XParallelTimeContainer_idl__
-
-#include <com/sun/star/animations/XTimeContainer.idl>
-#include <com/sun/star/container/XEnumerationAccess.idl>
module com { module sun { module star { module animations {
@@ -37,6 +32,4 @@ interface XParallelTimeContainer
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XTimeContainer.idl b/offapi/com/sun/star/animations/XTimeContainer.idl
index 66845eb97bf6..e8b01cc7dac2 100644
--- a/offapi/com/sun/star/animations/XTimeContainer.idl
+++ b/offapi/com/sun/star/animations/XTimeContainer.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_animations_XTimeContainer_idl__
-#define __com_sun_star_animations_XTimeContainer_idl__
-
-#include <com/sun/star/animations/XAnimationNode.idl>
-#include <com/sun/star/container/XContainer.idl>
-#include <com/sun/star/container/XEnumerationAccess.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/container/ElementExistException.idl>
module com { module sun { module star { module animations {
@@ -84,6 +76,4 @@ interface XTimeContainer : XAnimationNode
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/animations/XTransitionFilter.idl b/offapi/com/sun/star/animations/XTransitionFilter.idl
index 2f0921f149c1..05b4da4d5125 100644
--- a/offapi/com/sun/star/animations/XTransitionFilter.idl
+++ b/offapi/com/sun/star/animations/XTransitionFilter.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_animations_XTransitionFilter_idl__
-#define __com_sun_star_animations_XTransitionFilter_idl__
-
-#include <com/sun/star/animations/XAnimate.idl>
module com { module sun { module star { module animations {
@@ -83,6 +79,4 @@ interface XTransitionFilter : XAnimate
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */