diff options
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/fwkutil.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/source/fwkutil.hxx index d0447aeff..079f7f6a5 100644 --- a/jvmfwk/source/fwkutil.hxx +++ b/jvmfwk/source/fwkutil.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fwkutil.hxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -81,9 +81,6 @@ rtl::OUString getPlatform(); rtl::OUString getDirFromFile(const rtl::OUString& usFilePath); -rtl::OUString getFileFromURL(const rtl::OUString& sFileURL); - - /** Returns the file URL of the folder where the executable resides. */ rtl::OUString getExecutableDirectory(); |