summaryrefslogtreecommitdiffstats
path: root/cppuhelper/unotypes
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-14 05:37:24 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-14 05:44:15 +0200
commit1340890ccdff010c827a8e98eb2eaf1a2ec49a2d (patch)
tree92cf2ad652a6a8366317b02129e510d0dc874c82 /cppuhelper/unotypes
parenthrc cleanup: Remove include guards from src files (diff)
downloadcore-1340890ccdff010c827a8e98eb2eaf1a2ec49a2d.tar.gz
core-1340890ccdff010c827a8e98eb2eaf1a2ec49a2d.zip
simplify include guards
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
Diffstat (limited to 'cppuhelper/unotypes')
-rw-r--r--cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl b/cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl
index 677de2d5759c..9238bc679d47 100644
--- a/cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl
+++ b/cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#if ! defined INCLUDED_cppuhelper_detail_XExceptionThrower_idl
+#ifndef INCLUDED_cppuhelper_detail_XExceptionThrower_idl
#define INCLUDED_cppuhelper_detail_XExceptionThrower_idl
#include <com/sun/star/uno/Exception.idl>