diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 05:41:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 05:43:16 +0100 |
commit | 76b3e61bb4ac66decd7800ef309f3241e77d538f (patch) | |
tree | 6b5f3e8a2c644386f6569b009237ee63040bcde2 /xmlhelp | |
parent | 7cbeac07d21413443889e6ee777a428782e746ae (diff) |
loplugin: unused variables
Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/provider.cxx | 5 |
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(); |