summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XPropertyContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertyContainer.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertyContainer.idl18
1 files changed, 0 insertions, 18 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl
index 1843082b27e7..002027ce8f1d 100644
--- a/udkapi/com/sun/star/beans/XPropertyContainer.idl
+++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl
@@ -16,22 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_beans_XPropertyContainer_idl__
-#define __com_sun_star_beans_XPropertyContainer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/reflection/XIdlClass.idl>
-
-#include <com/sun/star/beans/PropertyExistException.idl>
-
-#include <com/sun/star/beans/IllegalTypeException.idl>
-
-#include <com/sun/star/beans/UnknownPropertyException.idl>
-
-#include <com/sun/star/beans/NotRemoveableException.idl>
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
module com { module sun { module star { module beans {
@@ -88,6 +72,4 @@ published interface XPropertyContainer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */