summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/provider.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx
index e6806c69dc6b..ad3994393642 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.cxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.cxx
@@ -196,11 +196,6 @@ ContentProvider::queryContent(
if( !m_pDatabases )
throw uno::RuntimeException();
- rtl::OUString aOUString( m_pDatabases->getInstallPathAsURL() );
- rtl::OString aOString( aOUString.getStr(),
- aOUString.getLength(),
- RTL_TEXTENCODING_UTF8 );
-
// Check, if a content with given id already exists...
uno::Reference< ucb::XContent > xContent
= queryExistingContent( xCanonicId ).get();