summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/source/fwkbase.hxx2
-rw-r--r--jvmfwk/source/fwkutil.hxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/jvmfwk/source/fwkbase.hxx b/jvmfwk/source/fwkbase.hxx
index 86fde79202e1..89e7b570af03 100644
--- a/jvmfwk/source/fwkbase.hxx
+++ b/jvmfwk/source/fwkbase.hxx
@@ -120,8 +120,6 @@ OString getSharedSettingsPath();
*/
OString getVendorSettingsPath();
-OUString buildClassPathFromDirectory(const OUString & relPath);
-
/** Called from writeJavaInfoData. It sets the process identifier. When
java is to be started, then the current id is compared to the one set by
this function. If they are identical then the Java was selected in the
diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/source/fwkutil.hxx
index e786943db4ee..8bd3466c65d3 100644
--- a/jvmfwk/source/fwkutil.hxx
+++ b/jvmfwk/source/fwkutil.hxx
@@ -122,8 +122,6 @@ FileStatus checkFileURL(const OUString & path);
bool isAccessibilitySupportDesired();
-OUString buildClassPathFromDirectory(const OUString & relPath);
-
OUString retrieveClassPath( OUString const & macro );
}
#endif