diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 16:16:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 16:16:25 +0100 |
commit | 65330ab268cace6c9c163d56832450808010cc52 (patch) | |
tree | 540065eac77c4ec60abdc57048cfaf865414c359 /include/comphelper/logging.hxx | |
parent | 52c8f47e8774304d207ef15c010b204ead291077 (diff) |
the only use of this argument is sdbcl which is a deleted resource file
Change-Id: I31c140dcab9a291c4ede62e56d296a224dcd47c8
Diffstat (limited to 'include/comphelper/logging.hxx')
-rw-r--r-- | include/comphelper/logging.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx index d6aeb675d822..30226a405f25 100644 --- a/include/comphelper/logging.hxx +++ b/include/comphelper/logging.hxx @@ -485,9 +485,6 @@ namespace comphelper /** creates a resource based event logger @param _rxContext the component context for creating new components - @param _pResourceBundleBaseName - the ASCII base name of the resource bundle to use. Will be used - in conjunction with XResourceBundleLoader::loadResource. @param _pAsciiLoggerName the ASCII name of the logger to work with. If NULL, the office-wide default logger will be used. @@ -495,11 +492,9 @@ namespace comphelper */ ResourceBasedEventLogger( const css::uno::Reference< css::uno::XComponentContext >& _rxContext, - const sal_Char* _pResourceBundleBaseName, const sal_Char* _pAsciiLoggerName ); - //- XLogger::log equivalents/wrappers //- resource IDs |