diff options
Diffstat (limited to 'include/rtl/ustrbuf.h')
-rw-r--r-- | include/rtl/ustrbuf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/ustrbuf.h b/include/rtl/ustrbuf.h index 7df10c18cc40..2a1e3a9c94e0 100644 --- a/include/rtl/ustrbuf.h +++ b/include/rtl/ustrbuf.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _RTL_USTRBUF_H_ -#define _RTL_USTRBUF_H_ +#ifndef INCLUDED_RTL_USTRBUF_H +#define INCLUDED_RTL_USTRBUF_H #include "sal/config.h" @@ -207,6 +207,6 @@ SAL_DLLPUBLIC rtl_uString * SAL_CALL rtl_uStringBuffer_refReturn( rtl_uString *p } #endif -#endif /* _RTL_USTRBUF_H_ */ +#endif // INCLUDED_RTL_USTRBUF_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |