diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-01 23:38:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-06 10:33:04 +0000 |
commit | 4c5fd05cd1017dea7b18b06784b1fb0f753b586a (patch) | |
tree | f523880b918bb3832ae5ae5928039aae40012abf /xmlhelp | |
parent | c3b54e6dd46797e798b586e4ca007ac72bf6d01b (diff) |
remove unused members, sablot went away a long time ago
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 6 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.hxx | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 63e0d8e46907..628732535f05 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -399,7 +399,7 @@ rtl::OUString Databases::getInstallPathAsURL() { osl::MutexGuard aGuard( m_aMutex ); - return m_aInstallDirectory; + return m_aInstallDirectory; } const std::vector< rtl::OUString >& Databases::getModuleList( const rtl::OUString& Language ) @@ -1400,10 +1400,6 @@ void Databases::setInstallPath( const rtl::OUString& aInstDir ) if( m_aInstallDirectory.lastIndexOf( sal_Unicode( '/' ) ) != m_aInstallDirectory.getLength() - 1 ) m_aInstallDirectory += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/" )); - - m_aInstallDirectoryWithoutEncoding = rtl::Uri::decode( m_aInstallDirectory, - rtl_UriDecodeWithCharset, - RTL_TEXTENCODING_UTF8 ); } diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index dd95393f4468..d9c333f9ff70 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -328,8 +328,6 @@ namespace chelp { com::sun::star::uno::Sequence< rtl::OUString > m_aImagesZipPaths; rtl::OString m_aImagesZipFileURL; sal_Int16 m_nSymbolsStyle; - rtl::OUString m_aInstallDirectoryWithoutEncoding; // a work around for a Sablot bug. - rtl::OUString m_aInstallDirectoryAsSystemPath; // Installation directory std::vector< rtl::OUString > m_avModules; |