summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:23:04 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:23:04 +0000
commitc48f422e35ed61ba231806d134daf6139527c9a2 (patch)
treecd07834da06cf73fa4908891dba3eaae4a5c979e /xmlhelp
parent52aa70733cf1536466bbb74e5d1f84d0764ae484 (diff)
INTEGRATION: CWS ab52 (1.3.6); FILE MERGED
2008/06/18 09:26:44 ab 1.3.6.1: #i90029# Removed unused code
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
index a04da84a16..577fb32c4c 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: urlparameter.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -128,12 +128,6 @@ namespace chelp {
Databases* pDatabases )
throw( com::sun::star::ucb::IllegalIdentifierException );
- URLParameter( const rtl::OUString& aURL,
- const rtl::OUString& aDefaultLanguage,
- Databases* pDatabases )
- throw( com::sun::star::ucb::IllegalIdentifierException );
-
-
bool isPicture() { return m_aModule.compareToAscii("picture") == 0; }
bool isActive() { return m_aActive.getLength() > 0 && m_aActive.compareToAscii( "true" ) == 0; }
bool isQuery() { return m_aId.compareToAscii("") == 0 && m_aQuery.compareToAscii("") != 0; }