From 9f69e2a3176d4df6313f1cf58554238c77ad91b0 Mon Sep 17 00:00:00 2001 From: sb Date: Mon, 18 May 2009 15:01:59 +0200 Subject: #i101955# removed dead Webtop code (this can be further improved by completely dropping the vendor variables if they are truly unused; for now, they continue to expand to empty strings, and just the computation of those empty strings got simplified in the code) --- xmlhelp/source/cxxhelp/provider/databases.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'xmlhelp/source/cxxhelp/provider/databases.cxx') diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index c96378e15ed7..2bef90c0cda6 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -139,9 +139,6 @@ Databases::Databases( sal_Bool showBasic, const com::sun::star::uno::Sequence< rtl::OUString >& imagesZipPaths, const rtl::OUString& productName, const rtl::OUString& productVersion, - const rtl::OUString& vendorName, - const rtl::OUString& vendorVersion, - const rtl::OUString& vendorShort, const rtl::OUString& styleSheet, Reference< uno::XComponentContext > xContext ) : m_xContext( xContext ), @@ -173,9 +170,7 @@ Databases::Databases( sal_Bool showBasic, m_vReplacement[0] = productName; m_vReplacement[1] = productVersion; - m_vReplacement[2] = vendorName; - m_vReplacement[3] = vendorVersion; - m_vReplacement[4] = vendorShort; + // m_vReplacement[2...4] (vendorName/-Version/-Short) are empty strings m_vReplacement[5] = productName; m_vReplacement[6] = productVersion; -- cgit