summaryrefslogtreecommitdiff
path: root/scripting/source/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:47:44 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:13 +0200
commit8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch)
tree7c26a4701873df3bab364fb7e9a386aef6a12c99 /scripting/source/inc
parente9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff)
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'scripting/source/inc')
-rw-r--r--scripting/source/inc/bcholder.hxx6
-rw-r--r--scripting/source/inc/util/MiscUtils.hxx4
-rw-r--r--scripting/source/inc/util/scriptingconstants.hxx4
3 files changed, 7 insertions, 7 deletions
diff --git a/scripting/source/inc/bcholder.hxx b/scripting/source/inc/bcholder.hxx
index 9209e0584c8f..285c55c9d115 100644
--- a/scripting/source/inc/bcholder.hxx
+++ b/scripting/source/inc/bcholder.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SCRIPTING_BCHOLDER_HXX
-#define SCRIPTING_BCHOLDER_HXX
+#ifndef INCLUDED_SCRIPTING_SOURCE_INC_BCHOLDER_HXX
+#define INCLUDED_SCRIPTING_SOURCE_INC_BCHOLDER_HXX
#include <osl/mutex.hxx>
#include <cppuhelper/interfacecontainer.h>
@@ -59,6 +59,6 @@ namespace scripting_helper
} // namespace scripting_helper
-#endif // SCRIPTING_BCHOLDER_HXX
+#endif // INCLUDED_SCRIPTING_SOURCE_INC_BCHOLDER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/scripting/source/inc/util/MiscUtils.hxx b/scripting/source/inc/util/MiscUtils.hxx
index 91641cf93b03..c8eeca64e87d 100644
--- a/scripting/source/inc/util/MiscUtils.hxx
+++ b/scripting/source/inc/util/MiscUtils.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCRIPT_FRAMEWORK_MISCUTILS_HXX_
-#define _SCRIPT_FRAMEWORK_MISCUTILS_HXX_
+#ifndef INCLUDED_SCRIPTING_SOURCE_INC_UTIL_MISCUTILS_HXX
+#define INCLUDED_SCRIPTING_SOURCE_INC_UTIL_MISCUTILS_HXX
#include <rtl/ustring.hxx>
#include <tools/urlobj.hxx>
diff --git a/scripting/source/inc/util/scriptingconstants.hxx b/scripting/source/inc/util/scriptingconstants.hxx
index 4abb254644ac..f1cceaa735a2 100644
--- a/scripting/source/inc/util/scriptingconstants.hxx
+++ b/scripting/source/inc/util/scriptingconstants.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COM_SUN_STAR_SCRIPTING_UTIL_SCRIPTINGCONSTANTS_HXX_
-#define _COM_SUN_STAR_SCRIPTING_UTIL_SCRIPTINGCONSTANTS_HXX_
+#ifndef INCLUDED_SCRIPTING_SOURCE_INC_UTIL_SCRIPTINGCONSTANTS_HXX
+#define INCLUDED_SCRIPTING_SOURCE_INC_UTIL_SCRIPTINGCONSTANTS_HXX
namespace scripting_constants
{