From 1130a359cb89028b42f366f46bdf034ad13ae540 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:18:54 +0200 Subject: fixincludeguards.sh: include - the rest Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9 --- include/rtl/ustring.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/rtl/ustring.h') diff --git a/include/rtl/ustring.h b/include/rtl/ustring.h index 8d206512904b..dfcf7209dada 100644 --- a/include/rtl/ustring.h +++ b/include/rtl/ustring.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _RTL_USTRING_H_ -#define _RTL_USTRING_H_ +#ifndef INCLUDED_RTL_USTRING_H +#define INCLUDED_RTL_USTRING_H #include "sal/config.h" @@ -2038,6 +2038,6 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uString_ensureCapacity( rtl_uString ** str, sal_ } #endif -#endif /* _RTL_USTRING_H_ */ +#endif // INCLUDED_RTL_USTRING_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit