summaryrefslogtreecommitdiff
path: root/include/rtl/ustring.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/ustring.h')
-rw-r--r--include/rtl/ustring.h6
1 files changed, 3 insertions, 3 deletions
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: */