From d15f68087ba98a2051ef205dc31ea22b28f27f8b Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 28 Oct 2013 03:49:37 +0100 Subject: fixincludeguards.sh: svl Change-Id: I70ef44216fb7ddb4e12b9d90406b45cc594279f0 --- svl/unx/inc/convert.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'svl/unx') diff --git a/svl/unx/inc/convert.hxx b/svl/unx/inc/convert.hxx index 4548fa96ec30..49ed03c21062 100644 --- a/svl/unx/inc/convert.hxx +++ b/svl/unx/inc/convert.hxx @@ -16,8 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CONVERT_HXX -#define _CONVERT_HXX + +#ifndef INCLUDED_SVL_UNX_INC_CONVERT_HXX +#define INCLUDED_SVL_UNX_INC_CONVERT_HXX class Convert { @@ -39,6 +40,6 @@ public: Swap( rRect.Left() ); Swap( rRect.Right() ); } }; -#endif // _CONVERT_HXX +#endif // INCLUDED_SVL_UNX_INC_CONVERT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit