summaryrefslogtreecommitdiff
path: root/basic/source/runtime/comenumwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/comenumwrapper.hxx')
-rw-r--r--basic/source/runtime/comenumwrapper.hxx6
1 files changed, 3 insertions, 3 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: */