From e22242fddb73f5eadb11f340c314bbc4a6cfe361 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 28 Oct 2013 04:06:23 +0100 Subject: fixincludeguards.sh: vcl Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012 --- vcl/inc/ios/iosinst.hxx | 6 +++--- vcl/inc/ios/svsys.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'vcl/inc/ios') diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 58f0648007b4..5d4ad0c9fc77 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef IOS_SALINST_H -#define IOS_SALINST_H +#ifndef INCLUDED_VCL_INC_IOS_IOSINST_HXX +#define INCLUDED_VCL_INC_IOS_IOSINST_HXX #include @@ -78,6 +78,6 @@ public: pthread_cond_t m_aRenderCond; }; -#endif // IOS_SALINST_H +#endif // INCLUDED_VCL_INC_IOS_IOSINST_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/ios/svsys.h b/vcl/inc/ios/svsys.h index 9e4d04898165..b476b74259b8 100644 --- a/vcl/inc/ios/svsys.h +++ b/vcl/inc/ios/svsys.h @@ -7,12 +7,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef _VCL_IOS_SVSYS_H -#define _VCL_IOS_SVSYS_H +#ifndef INCLUDED_VCL_INC_IOS_SVSYS_H +#define INCLUDED_VCL_INC_IOS_SVSYS_H // ? -#endif // _VCL_IOS_SVSYS_H +#endif // INCLUDED_VCL_INC_IOS_SVSYS_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit