diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-03-04 01:41:18 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-03-04 01:41:18 +0900 |
commit | b406c51330ebea0459f38b0073f0783410b072f3 (patch) | |
tree | 0151cd0394bec094ddfd3cfb32ff20ab574c3b0e /jvmfwk/source/framework.cxx | |
parent | 70baa487d910d8df45200bcdfda9feee1148402c (diff) |
removed dead code; fix a comment
Diffstat (limited to 'jvmfwk/source/framework.cxx')
-rw-r--r-- | jvmfwk/source/framework.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx index 77c76fb66d8e..59f1942f13af 100644 --- a/jvmfwk/source/framework.cxx +++ b/jvmfwk/source/framework.cxx @@ -162,8 +162,6 @@ javaFrameworkError SAL_CALL jfw_findAllJREs(JavaInfo ***pparInfo, sal_Int32 *pSi for (citLoc ii = vecJRELocations.begin(); ii != vecJRELocations.end(); ++ii) { -// rtl::OUString sLocation = -// rtl::OStringToOUString(*ii, RTL_TEXTENCODING_UTF8); jfw::CJavaInfo aInfo; plerr = (*jfw_plugin_getJavaInfoByPathFunc)( ii->pData, @@ -1256,10 +1254,6 @@ CJavaInfo::operator JavaInfo const * () const { return pInfo; } -// ::JavaInfo** CJavaInfo::operator & () -// { -// return & pInfo; -// } rtl::OUString CJavaInfo::getVendor() const { |