summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-15 19:56:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-16 14:37:28 +0200
commit638848d5eab0ca713814cef6e6f2aca5956fe0f9 (patch)
tree128a4905de7edd0271797951a2ffecb20b4fe4ab /jurt
parent93037e30610ef9549acadf4696f119dde2f5307f (diff)
idl: remove external header guards
Change-Id: I78661f0750e4213a20dd2341580cbb181897f3ba
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/lib/uno/protocols/urp/interfaces.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/protocols/urp/interfaces.idl b/jurt/test/com/sun/star/lib/uno/protocols/urp/interfaces.idl
index 690b544b0c75..4ea1c8ebc2f8 100644
--- a/jurt/test/com/sun/star/lib/uno/protocols/urp/interfaces.idl
+++ b/jurt/test/com/sun/star/lib/uno/protocols/urp/interfaces.idl
@@ -17,22 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_beans_XPropertySet_idl_
#include <com/sun/star/beans/XPropertySet.idl>
-#endif
-
-#ifndef __com_sun_star_uno_Exception_idl__
#include <com/sun/star/uno/Exception.idl>
-#endif
-
-#ifndef __com_sun_star_uno_Exception_idl__
#include <com/sun/star/uno/Any.idl>
-#endif
-
module com { module sun { module star { module lib { module uno {
module protocols { module urp {