summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-12 12:36:45 +0200
committerNoel Grandin <noel@peralex.com>2012-12-21 09:12:07 +0200
commit2a1b850b789a386fe77fecf8c4c2bfb0a4d099dc (patch)
tree76baaf5f6ee4ba6f8edf248bfc0fbca9a4f9505b /offapi/com/sun/star/embed
parente93a0018871ebea4da1959c72c06f3c7f4dc7b27 (diff)
clean up all the UNO IDL module header guards
.. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
Diffstat (limited to 'offapi/com/sun/star/embed')
-rw-r--r--offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl b/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl
index 551d1c8a33ab..09b7b0b49eee 100644
--- a/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl
+++ b/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl
@@ -19,25 +19,11 @@
#ifndef __com_sun_star_embed_XEncryptionProtectedStorage_idl__
#define __com_sun_star_embed_XEncryptionProtectedStorage_idl__
-#ifndef __com_sun_star_embed_XEncryptionProtectedSource2_idl__
#include <com/sun/star/embed/XEncryptionProtectedSource2.idl>
-#endif
-
-#ifndef __com_sun_star_beans_NamedValue_idl__
#include <com/sun/star/beans/NamedValue.idl>
-#endif
-
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
#include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif
-
-#ifndef __com_sun_star_xml_crypto_DigestID_idl__
#include <com/sun/star/xml/crypto/DigestID.idl>
-#endif
-
-#ifndef __com_sun_star_xml_crypto_CipherID_idl__
#include <com/sun/star/xml/crypto/CipherID.idl>
-#endif
module com { module sun { module star { module embed {