diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:23:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:23:04 +0000 |
commit | e81e3f2edb0310e67c217a632cdd43d4515d3f9b (patch) | |
tree | 8bc94242aafcbe8ffa5aebf1fddd4803787d41bc /xmlhelp | |
parent | 83e1734fec4bdcc88d11c679ec9fec1893c1ec29 (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.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx index 033e9288838e..7a6df8523f59 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; } |