diff options
Diffstat (limited to 'jvmfwk/source/fwkutil.hxx')
-rw-r--r-- | jvmfwk/source/fwkutil.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/source/fwkutil.hxx index 92f17b029e6f..05106fcfa764 100644 --- a/jvmfwk/source/fwkutil.hxx +++ b/jvmfwk/source/fwkutil.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fwkutil.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jl $ $Date: 2004-04-26 15:52:15 $ + * last change: $Author: jl $ $Date: 2004-05-14 14:44:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,6 +97,8 @@ rtl::OUString getVendorSettingsURL(); rtl::OString getVendorSettingsPath(); +rtl::OUString getDirFromFile(const rtl::OUString& usFilePath); + struct PluginLibrary; class VersionInfo; class CJavaInfo; |