summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-04 14:50:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-04 14:51:11 +0100
commit55d64bd47238ff1e390a09cc3466fd76c408aa50 (patch)
treec0219c8c629c934d22b0ed42b84e7a5d1f2066b1 /jvmfwk
parentfa6504066e59c779d201e6ea3176952984bb48b5 (diff)
Avoid using reserved identifiers, add missing includes
Change-Id: I23b548de1f07a4ec5acfeef7c553030a1f098311
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/util_cocoa.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util_cocoa.hxx b/jvmfwk/plugins/sunmajor/pluginlib/util_cocoa.hxx
index 574ebbf6e4a8..ebada192408f 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util_cocoa.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util_cocoa.hxx
@@ -1,7 +1,11 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-#ifndef __UTIL_COCOA_H__
-#define __UTIL_COCOA_H__
+#ifndef INCLUDED_JVMFWK_PLUGINS_SUNMAJOR_PLUGINLIB_UTIL_COCOA_HXX
+#define INCLUDED_JVMFWK_PLUGINS_SUNMAJOR_PLUGINLIB_UTIL_COCOA_HXX
+
+#include <sal/config.h>
+
+#include <rtl/ustring.hxx>
bool JvmfwkUtil_isLoadableJVM( OUString const & aURL );