summaryrefslogtreecommitdiff
path: root/basic/source/runtime
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:54:49 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:20 +0100
commit4adf622925e2900ac111e5e60b15e82ba1bf54e0 (patch)
treeab8b76405ee77bb753c73810847d21f91c06ac49 /basic/source/runtime
parent9c57cb0a6cc9662929f4d3a0d45421c456d30569 (diff)
fixincludeguards.sh: basic
Change-Id: Id797a8969e42876092da347d8e1bba6195b697dc
Diffstat (limited to 'basic/source/runtime')
-rw-r--r--basic/source/runtime/comenumwrapper.hxx6
-rw-r--r--basic/source/runtime/ddectrl.hxx4
-rw-r--r--basic/source/runtime/rtlproto.hxx4
3 files changed, 7 insertions, 7 deletions
diff --git a/basic/source/runtime/comenumwrapper.hxx b/basic/source/runtime/comenumwrapper.hxx
index 78a9f47c43fc..a3b5c0c27a92 100644
--- a/basic/source/runtime/comenumwrapper.hxx
+++ b/basic/source/runtime/comenumwrapper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COMENUMWRAPPER_HXX
-#define _COMENUMWRAPPER_HXX
+#ifndef INCLUDED_BASIC_SOURCE_RUNTIME_COMENUMWRAPPER_HXX
+#define INCLUDED_BASIC_SOURCE_RUNTIME_COMENUMWRAPPER_HXX
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/script/XInvocation.hpp>
@@ -42,6 +42,6 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL nextElement() throw (::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
};
-#endif // _COMENUMWRAPPER_HXX
+#endif // INCLUDED_BASIC_SOURCE_RUNTIME_COMENUMWRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basic/source/runtime/ddectrl.hxx b/basic/source/runtime/ddectrl.hxx
index 27be76fe0c10..1f0a9624cb24 100644
--- a/basic/source/runtime/ddectrl.hxx
+++ b/basic/source/runtime/ddectrl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DDECTRL_HXX
-#define _DDECTRL_HXX
+#ifndef INCLUDED_BASIC_SOURCE_RUNTIME_DDECTRL_HXX
+#define INCLUDED_BASIC_SOURCE_RUNTIME_DDECTRL_HXX
#include <tools/link.hxx>
#include <basic/sberrors.hxx>
diff --git a/basic/source/runtime/rtlproto.hxx b/basic/source/runtime/rtlproto.hxx
index ffd0b478c16a..90e785135bda 100644
--- a/basic/source/runtime/rtlproto.hxx
+++ b/basic/source/runtime/rtlproto.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _INCLUDED_BASIC_RTLPROTO_HXX_
-#define _INCLUDED_BASIC_RTLPROTO_HXX_
+#ifndef INCLUDED_BASIC_SOURCE_RUNTIME_RTLPROTO_HXX
+#define INCLUDED_BASIC_SOURCE_RUNTIME_RTLPROTO_HXX
#include <basic/sbstar.hxx>
#include "sbtrace.hxx"