diff options
Diffstat (limited to 'jvmfwk/source/fwkbase.hxx')
-rw-r--r-- | jvmfwk/source/fwkbase.hxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/jvmfwk/source/fwkbase.hxx b/jvmfwk/source/fwkbase.hxx index 9c0cd86c8..0b9708624 100644 --- a/jvmfwk/source/fwkbase.hxx +++ b/jvmfwk/source/fwkbase.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fwkbase.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -133,14 +133,6 @@ JFW_MODE getMode(); */ ::rtl::OString getSharedSettingsPath(); -/* Determines the application base which is either the BaseInstallation - (see getBaseInstallation) or the directory where the executable is resides. - - This function always returns a URL or throws an exception. -*/ -::rtl::OUString getApplicationBase(); - - /* returns a valid string or throws an exception. @throws FrameworkException */ |