[Libreoffice-commits] core.git: jvmfwk/source
Stephan Bergmann
sbergman at redhat.com
Fri Jun 27 00:00:31 PDT 2014
jvmfwk/source/fwkbase.hxx | 2 --
jvmfwk/source/fwkutil.hxx | 2 --
2 files changed, 4 deletions(-)
New commits:
commit e4b7da8da851371bd09f4d0e1721626667e56605
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Jun 27 08:59:59 2014 +0200
Dead declarations
Change-Id: I43e388df118b9e08ab8c05cad31871ef0af35164
diff --git a/jvmfwk/source/fwkbase.hxx b/jvmfwk/source/fwkbase.hxx
index 86fde79..89e7b57 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 e786943..8bd3466 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
More information about the Libreoffice-commits
mailing list