summaryrefslogtreecommitdiff
path: root/include/salhelper/singletonref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/salhelper/singletonref.hxx')
-rw-r--r--include/salhelper/singletonref.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index 3a63b08180e1..ad8b1fbeb4cb 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SALHELPER_SINGLETONREF_HXX_
-#define _SALHELPER_SINGLETONREF_HXX_
+#ifndef INCLUDED_SALHELPER_SINGLETONREF_HXX
+#define INCLUDED_SALHELPER_SINGLETONREF_HXX
#include <osl/mutex.hxx>
#include "rtl/instance.hxx"
@@ -192,6 +192,6 @@ sal_Int32 SingletonRef< SingletonClass >::m_nRef = 0;
} // namespace salhelper
-#endif // _SALHELPER_SINGLETONREF_HXX_
+#endif // INCLUDED_SALHELPER_SINGLETONREF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */