From eecb5ac9a4a965dbd7cb5a2104becc8217ff6f80 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 5 Jul 2012 19:07:23 +0900 Subject: removed useless forward declarations of class Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011 --- jvmfwk/source/fwkutil.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'jvmfwk') 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); -- cgit