summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/XStructTypeDescription.idl')
-rw-r--r--udkapi/com/sun/star/reflection/XStructTypeDescription.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/reflection/XStructTypeDescription.idl b/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
index a46d6bf033cb..4470cb79eaea 100644
--- a/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XStructTypeDescription.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_reflection_XStructTypeDescription_idl__
-#define __com_sun_star_reflection_XStructTypeDescription_idl__
-
-#include <com/sun/star/reflection/XCompoundTypeDescription.idl>
-
module com { module sun { module star { module reflection {
interface XTypeDescription;
@@ -79,6 +74,4 @@ interface XStructTypeDescription: XCompoundTypeDescription {
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */