diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-06 07:37:30 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-06 07:37:30 +0000 |
commit | 112aa7ae9c70c468407a7674acdf1b8967107c8a (patch) | |
tree | 85a281f811b518303b40c379950925a2d5506f51 /jvmfwk/source/elements.hxx | |
parent | 09357c336faa1962e5167f1a8305ddde429e0f42 (diff) |
INTEGRATION: CWS jl101 (1.11.12); FILE MERGED
2008/05/28 15:03:18 jl 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED
2008/05/28 14:55:52 jl 1.11.12.1: #i89584# patch - remove unused code.
Diffstat (limited to 'jvmfwk/source/elements.hxx')
-rw-r--r-- | jvmfwk/source/elements.hxx | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/jvmfwk/source/elements.hxx b/jvmfwk/source/elements.hxx index fa17b2f57..8d094561f 100644 --- a/jvmfwk/source/elements.hxx +++ b/jvmfwk/source/elements.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: elements.hxx,v $ - * $Revision: 1.12 $ + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -44,8 +44,6 @@ namespace jfw { -xmlNode* findChildNode(const xmlNode * pParent, const xmlChar* pName); - /** gets the value of the updated element from the javavendors.xml. */ rtl::OString getElementUpdated(); @@ -69,11 +67,6 @@ class CNodeJavaInfo public: CNodeJavaInfo(); ~CNodeJavaInfo(); - /** - sUpdated is the value from the <updated> element from the - javavendors.xml. - */ - CNodeJavaInfo(const JavaInfo * pInfo); /** if true, then javaInfo is empty. When writeToNode is called then all child elements are deleted. @@ -322,8 +315,6 @@ public: const ::rtl::OUString & getUserClassPath() const; - const ::std::vector< ::rtl::OUString>& getVmParameters() const; - ::std::vector< ::rtl::OString> getVmParametersUtf8() const; /** returns a JavaInfo structure representing the node /java/javaInfo. Every time a new JavaInfo structure is created @@ -336,12 +327,14 @@ public: */ ::rtl::OString const & getJavaInfoAttrVendorUpdate() const; +#ifdef WNT /** returns the javaInfo@autoSelect attribute. Before calling this function loadFromSettings must be called. It uses the javaInfo@autoSelect attribute to determine the return value; */ bool getJavaInfoAttrAutoSelect() const; +#endif /** returns an array. Caller must free the strings and the array. |