From 0bd7f12d41567842b1e31514e1d84340d90f5b42 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:17:00 +0200 Subject: fixincludeguards.sh: include/c* Change-Id: Icba422d99836518a1b662b15144bc9334bed1473 --- include/comphelper/asyncnotification.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/comphelper/asyncnotification.hxx') diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx index 19c1910dbc8f..64bbae4352c8 100644 --- a/include/comphelper/asyncnotification.hxx +++ b/include/comphelper/asyncnotification.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef COMPHELPER_ASYNCNOTIFICATION_HXX -#define COMPHELPER_ASYNCNOTIFICATION_HXX +#ifndef INCLUDED_COMPHELPER_ASYNCNOTIFICATION_HXX +#define INCLUDED_COMPHELPER_ASYNCNOTIFICATION_HXX #include "sal/config.h" @@ -179,6 +179,6 @@ namespace comphelper } // namespace comphelper //........................................................................ -#endif // COMPHELPER_ASYNCNOTIFICATION_HXX +#endif // INCLUDED_COMPHELPER_ASYNCNOTIFICATION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit