summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 19:23:26 +0100
committerAndras Timar <andras.timar@collabora.com>2016-07-13 21:37:43 +0200
commit88df7efb5164cb2e7ecb8f84a1bf1707743ed980 (patch)
tree7d235dab8a0c6a84fc6c0829a12b8a7ec035d8d8 /include
parent54668f9e4df24391579b7a555fb2024dd3293dd7 (diff)
Avoid reserved identifier, remove unnecessary typedef
Change-Id: I1172bff37539d1ffb8da7b53c0e5f1913f7b7ec7 (cherry picked from commit e01e2342fb063d5763706802657915720c5f3d0e)
Diffstat (limited to 'include')
-rw-r--r--include/jvmfwk/framework.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index 53e07261edcb..e0e1d883b1a0 100644
--- a/include/jvmfwk/framework.hxx
+++ b/include/jvmfwk/framework.hxx
@@ -215,7 +215,7 @@ typedef enum _javaFrameworkError
For convenience this API provides the function <code>jfw_freeJavaInfo</code>
which frees the objects properly. </p>
*/
-struct _JavaInfo
+struct JavaInfo
{
/** contains the vendor.
@@ -260,8 +260,6 @@ struct _JavaInfo
sal_Sequence * arVendorData;
};
-typedef struct _JavaInfo JavaInfo;
-
/** frees the memory of a <code>JavaInfo</code> object.
@param pInfo
The object which is to be freed. It can be NULL;