summaryrefslogtreecommitdiff
path: root/jvmfwk/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 07:37:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 07:37:59 +0000
commit7851986bcf121569225a6239b3eb00399ef69a5b (patch)
tree86b64ece7b15f60a92200c396583ac2949c07991 /jvmfwk/source
parent2a9958429bf6dbf37c267b2de7faadf0748550cf (diff)
INTEGRATION: CWS jl101 (1.8.12); FILE MERGED
2008/05/28 14:55:52 jl 1.8.12.1: #i89584# patch - remove unused code.
Diffstat (limited to 'jvmfwk/source')
-rw-r--r--jvmfwk/source/framework.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/jvmfwk/source/framework.hxx b/jvmfwk/source/framework.hxx
index e94338b8c273..9fff5287ffa0 100644
--- a/jvmfwk/source/framework.hxx
+++ b/jvmfwk/source/framework.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: framework.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -87,7 +87,6 @@ public:
CJavaInfo();
- explicit CJavaInfo(const ::JavaInfo* pInfo);
CJavaInfo(const CJavaInfo &);
~CJavaInfo();
CJavaInfo& operator =(const ::JavaInfo* info);
@@ -110,10 +109,7 @@ public:
rtl::OUString getVendor() const;
rtl::OUString getLocation() const;
- rtl::OUString getVersion() const;
sal_uInt64 getFeatures() const;
- sal_uInt64 getRequirements() const;
- rtl::ByteSequence getVendorData() const;
};
class FrameworkException