summaryrefslogtreecommitdiff
path: root/include/rtl/ref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/ref.hxx')
-rw-r--r--include/rtl/ref.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/ref.hxx b/include/rtl/ref.hxx
index 8306a839da46..2b93af231a22 100644
--- a/include/rtl/ref.hxx
+++ b/include/rtl/ref.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _RTL_REF_HXX_
-#define _RTL_REF_HXX_
+#ifndef INCLUDED_RTL_REF_HXX
+#define INCLUDED_RTL_REF_HXX
#include <sal/types.h>
#include <osl/diagnose.h>
@@ -238,6 +238,6 @@ inline T * get_pointer( Reference<T> const& r )
} // namespace rtl
-#endif /* !_RTL_REF_HXX_ */
+#endif /* ! INCLUDED_RTL_REF_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */