summaryrefslogtreecommitdiff
path: root/include/rtl/strbuf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/strbuf.hxx')
-rw-r--r--include/rtl/strbuf.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx
index d04f828d3232..0b4afaced715 100644
--- a/include/rtl/strbuf.hxx
+++ b/include/rtl/strbuf.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _RTL_STRBUF_HXX_
-#define _RTL_STRBUF_HXX_
+#ifndef INCLUDED_RTL_STRBUF_HXX
+#define INCLUDED_RTL_STRBUF_HXX
#include "sal/config.h"
@@ -918,7 +918,7 @@ using ::rtl::OStringBuffer;
#endif
#endif /* __cplusplus */
-#endif /* _RTL_STRBUF_HXX_ */
+#endif // INCLUDED_RTL_STRBUF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */