diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-06 07:38:27 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-06 07:38:27 +0000 |
commit | b6af935c55538265871d092e9c15e3595e01e28a (patch) | |
tree | cde3c6692ed2976843be7b797540eff3b83ebba7 /jvmfwk | |
parent | ec1d32eeb0152849f0e9d7146e4d7964a76d469c (diff) |
INTEGRATION: CWS jl101 (1.7.12); FILE MERGED
2008/05/28 14:55:52 jl 1.7.12.1: #i89584# patch - remove unused code.
Diffstat (limited to 'jvmfwk')
-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 */ |