diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-05 19:07:23 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-05 19:08:02 +0900 |
commit | eecb5ac9a4a965dbd7cb5a2104becc8217ff6f80 (patch) | |
tree | 4a0a02bf2d81afc7330b0929aa3414a9f1f4a8cc /jvmfwk | |
parent | a99e3134aa253977b5112cc903d4097907bf3801 (diff) |
removed useless forward declarations of class
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/fwkutil.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/source/fwkutil.hxx index 9e241cf92efe..0e17e8de091a 100644 --- a/jvmfwk/source/fwkutil.hxx +++ b/jvmfwk/source/fwkutil.hxx @@ -121,11 +121,6 @@ enum FileStatus */ FileStatus checkFileURL(const rtl::OUString & path); - -struct PluginLibrary; -class VersionInfo; -class CJavaInfo; - bool isAccessibilitySupportDesired(); rtl::OUString buildClassPathFromDirectory(const rtl::OUString & relPath); |