summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:22:49 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:22:49 +0000
commit83e1734fec4bdcc88d11c679ec9fec1893c1ec29 (patch)
tree171e7ec22384ad606ee9218f40cf11f3a603b1d5 /xmlhelp
parent3f3dab14391d9302c8b39e05e17a7e26d246cff8 (diff)
INTEGRATION: CWS ab52 (1.43.6); FILE MERGED
2008/06/18 09:26:44 ab 1.43.6.1: #i90029# Removed unused code
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index cd0a6a76af83..7dc6b5253b88 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: urlparameter.cxx,v $
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
* This file is part of OpenOffice.org.
*
@@ -108,18 +108,6 @@ URLParameter::URLParameter( const rtl::OUString& aURL,
}
-URLParameter::URLParameter( const rtl::OUString& aURL,
- const rtl::OUString& aDefaultLanguage,
- Databases* pDatabases )
- throw( com::sun::star::ucb::IllegalIdentifierException )
- : m_pDatabases( pDatabases ),
- m_aURL( aURL ),
- m_aDefaultLanguage( aDefaultLanguage )
-{
- init( true );
- parse();
-}
-
bool URLParameter::isErrorDocument()
{
bool bErrorDoc = false;