From 1340890ccdff010c827a8e98eb2eaf1a2ec49a2d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 14 Jul 2012 05:37:24 +0200 Subject: simplify include guards Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f --- cppuhelper/inc/cppuhelper/unourl.hxx | 2 +- cppuhelper/unotypes/cppuhelper/detail/XExceptionThrower.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cppuhelper') diff --git a/cppuhelper/inc/cppuhelper/unourl.hxx b/cppuhelper/inc/cppuhelper/unourl.hxx index 3e3a61559598..6a9ccec5c4c9 100644 --- a/cppuhelper/inc/cppuhelper/unourl.hxx +++ b/cppuhelper/inc/cppuhelper/unourl.hxx @@ -26,7 +26,7 @@ * ************************************************************************/ -#if !defined INCLUDED_CPPUHELPER_UNOURL_HXX +#ifndef INCLUDED_CPPUHELPER_UNOURL_HXX #define INCLUDED_CPPUHELPER_UNOURL_HXX #include 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 -- cgit