summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/provider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/provider.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/provider.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx
index 960650048718..2ce009cc8d7d 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.cxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.cxx
@@ -48,7 +48,6 @@ using namespace chelp;
ContentProvider::ContentProvider( const uno::Reference< uno::XComponentContext >& rxContext )
: ::ucbhelper::ContentProviderImplHelper( rxContext )
, isInitialized( false )
- , m_aScheme(MYUCP_URL_SCHEME)
{
}
@@ -169,7 +168,7 @@ ContentProvider::queryContent(
const uno::Reference< ucb::XContentIdentifier >& xCanonicId )
{
if ( !xCanonicId->getContentProviderScheme()
- .equalsIgnoreAsciiCase( m_aScheme ) )
+ .equalsIgnoreAsciiCase( MYUCP_URL_SCHEME ) )
{ // Wrong URL-scheme
throw ucb::IllegalIdentifierException();
}