diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:21:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:21:48 +0000 |
commit | e6fded50a99c69b2e9f8b1459a1956132efe906e (patch) | |
tree | 50083d75d041861c784c15780aa71b8706cc3557 /xmlhelp/source | |
parent | 5987e157895473f3b24d8c09932584046a775f8e (diff) |
INTEGRATION: CWS ab52 (1.3.6); FILE MERGED
2008/06/18 09:27:43 ab 1.3.6.1: #i90029# Removed unused code
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.hxx | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index 86fbe8670d2a..82f993384606 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: databases.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -206,12 +206,6 @@ namespace chelp { rtl::OUString getInstallPathAsURL(); - rtl::OUString getInstallPathAsURLWithOutEncoding(); - - // access method to help files - - rtl::OUString getURLMode(); - const std::vector< rtl::OUString >& getModuleList( const rtl::OUString& Language ); StaticModuleInformation* getStaticInformationForModule( const rtl::OUString& Module, @@ -242,15 +236,6 @@ namespace chelp { /** - * Returns a copy of the errordocument for the given language-locale combination - */ - - void errorDocument( const rtl::OUString& Language, - char** buffer, - int* byteCount ); - - - /** * Returns the cascading stlye sheet used to format the HTML-output. * First try is language directory, second try is main installation directory. */ @@ -451,8 +436,6 @@ namespace chelp { Databases& rDatabases, const rtl::OUString& aInitialModule, const rtl::OUString& aLanguage ); ExtensionIteratorBase( Databases& rDatabases, const rtl::OUString& aInitialModule, const rtl::OUString& aLanguage ); - ExtensionIteratorBase( com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > xContext, - Databases& rDatabases ); void init( void ); private: |