diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-18 09:05:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-18 13:03:22 +0100 |
commit | abda3776191f04d1f3f3e9e4fc966455cc25d346 (patch) | |
tree | 7e2dca27537f8788569d9b940c0fa2198b2c5a1c /comphelper/inc | |
parent | eaa97f9a66ec147afab9b44cabcb220d564d54ec (diff) |
callcatcher: update list
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/logging.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/comphelper/inc/comphelper/logging.hxx b/comphelper/inc/comphelper/logging.hxx index 5ad80ece3a79..2b1d03e30760 100644 --- a/comphelper/inc/comphelper/logging.hxx +++ b/comphelper/inc/comphelper/logging.hxx @@ -107,19 +107,6 @@ namespace comphelper public: /** creates an <code>EventLogger</code> instance working with a css.logging.XLogger - instance given by name. - - @param _rxContext - the component context to create services - @param _rLoggerName - the name of the logger to create. If empty, the office-wide default logger will be used. - */ - EventLogger( - const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext, - const ::rtl::OUString& _rLoggerName = ::rtl::OUString() - ); - - /** creates an <code>EventLogger</code> instance working with a css.logging.XLogger instance given by ASCII name. @param _rxContext |