summaryrefslogtreecommitdiff
path: root/include/salhelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:14:56 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:29 +0200
commitdbddac3261b42e8593aa7fae21d1645e57a61cb7 (patch)
tree0a07e2f87d364e0a464f63a7ff6ea6374347a7a4 /include/salhelper
parentd0df04f299a6634075c8410f5c5e01e57f6fae68 (diff)
fixincludeguards.sh: include/s*
Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
Diffstat (limited to 'include/salhelper')
-rw-r--r--include/salhelper/condition.hxx4
-rw-r--r--include/salhelper/dynload.hxx4
-rw-r--r--include/salhelper/linkhelper.hxx4
-rw-r--r--include/salhelper/refobj.hxx6
-rw-r--r--include/salhelper/salhelperdllapi.h6
-rw-r--r--include/salhelper/simplereferenceobject.hxx6
-rw-r--r--include/salhelper/singletonref.hxx6
-rw-r--r--include/salhelper/timer.hxx6
8 files changed, 21 insertions, 21 deletions
diff --git a/include/salhelper/condition.hxx b/include/salhelper/condition.hxx
index 459f39d354bc..e7c3ed6e1110 100644
--- a/include/salhelper/condition.hxx
+++ b/include/salhelper/condition.hxx
@@ -18,8 +18,8 @@
*/
-#ifndef _SALHELPER_CONDITION_HXX_
-#define _SALHELPER_CONDITION_HXX_
+#ifndef INCLUDED_SALHELPER_CONDITION_HXX
+#define INCLUDED_SALHELPER_CONDITION_HXX
#include <osl/conditn.h>
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx
index f79bb2277987..fe3365de4960 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SALHELPER_DYNLOAD_HXX_
-#define _SALHELPER_DYNLOAD_HXX_
+#ifndef INCLUDED_SALHELPER_DYNLOAD_HXX
+#define INCLUDED_SALHELPER_DYNLOAD_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>
diff --git a/include/salhelper/linkhelper.hxx b/include/salhelper/linkhelper.hxx
index 67fde02843bf..217373c37d4b 100644
--- a/include/salhelper/linkhelper.hxx
+++ b/include/salhelper/linkhelper.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _SALHELPER_LINKHELPER_HXX
-#define _SALHELPER_LINKHELPER_HXX
+#ifndef INCLUDED_SALHELPER_LINKHELPER_HXX
+#define INCLUDED_SALHELPER_LINKHELPER_HXX
#include <rtl/ustring.hxx>
#include <osl/file.hxx>
diff --git a/include/salhelper/refobj.hxx b/include/salhelper/refobj.hxx
index 5d7d322b6140..16e85fbd0b8b 100644
--- a/include/salhelper/refobj.hxx
+++ b/include/salhelper/refobj.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SALHELPER_REFOBJ_HXX_
-#define _SALHELPER_REFOBJ_HXX_
+#ifndef INCLUDED_SALHELPER_REFOBJ_HXX
+#define INCLUDED_SALHELPER_REFOBJ_HXX
#include <sal/types.h>
#include <rtl/alloc.h>
@@ -99,6 +99,6 @@ protected:
} // namespace salhelper
-#endif /* !_SALHELPER_REFOBJ_HXX_ */
+#endif /* ! INCLUDED_SALHELPER_REFOBJ_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/salhelper/salhelperdllapi.h b/include/salhelper/salhelperdllapi.h
index d80cf8b0ec56..3fec057609f4 100644
--- a/include/salhelper/salhelperdllapi.h
+++ b/include/salhelper/salhelperdllapi.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SALHELPERDLLAPI_H
-#define INCLUDED_SALHELPERDLLAPI_H
+#ifndef INCLUDED_SALHELPER_SALHELPERDLLAPI_H
+#define INCLUDED_SALHELPER_SALHELPERDLLAPI_H
#include "sal/types.h"
@@ -29,6 +29,6 @@
#endif
#define SALHELPER_DLLPRIVATE SAL_DLLPRIVATE
-#endif /* INCLUDED_SALHELPERDLLAPI_H */
+#endif // INCLUDED_SALHELPER_SALHELPERDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/salhelper/simplereferenceobject.hxx b/include/salhelper/simplereferenceobject.hxx
index 12886e111128..32e2bf991938 100644
--- a/include/salhelper/simplereferenceobject.hxx
+++ b/include/salhelper/simplereferenceobject.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SALHELPER_SIMPLEREFERENCEOBJECT_HXX_
-#define _SALHELPER_SIMPLEREFERENCEOBJECT_HXX_
+#ifndef INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
+#define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
#include "osl/interlck.h"
#include "sal/types.h"
@@ -126,6 +126,6 @@ protected:
}
-#endif // _SALHELPER_SIMPLEREFERENCEOBJECT_HXX_
+#endif // INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */
diff --git a/include/salhelper/timer.hxx b/include/salhelper/timer.hxx
index 0afd593b8c2b..b05c273dd4ec 100644
--- a/include/salhelper/timer.hxx
+++ b/include/salhelper/timer.hxx
@@ -18,8 +18,8 @@
*/
-#ifndef _SALHELPER_TIMER_HXX_
-#define _SALHELPER_TIMER_HXX_
+#ifndef INCLUDED_SALHELPER_TIMER_HXX
+#define INCLUDED_SALHELPER_TIMER_HXX
#include <salhelper/simplereferenceobject.hxx>
#include <osl/time.h>
@@ -225,6 +225,6 @@ private:
}
-#endif //_SALHELPER_TIMER_HXX_
+#endif // INCLUDED_SALHELPER_TIMER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */