diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-14 22:41:46 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-01 07:41:55 +0200 |
commit | f5696bdc243bb615973fd32e22933b4b4ff33acd (patch) | |
tree | 53318f97c94344e137bba8307fd0c51b17135854 | |
parent | 706798376f42771f9c644852eeaeed5540f421ef (diff) |
Fix typo
Change-Id: Ic36ade23b1e28e6cea5080a1b0d02b173ca9f122
Reviewed-on: https://gerrit.libreoffice.org/74940
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/comphelper/logging.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx index 34d9f4cef5d2..67898408bef6 100644 --- a/include/comphelper/logging.hxx +++ b/include/comphelper/logging.hxx @@ -67,7 +67,7 @@ namespace comphelper class EventLogger_Impl; typedef ::boost::optional< OUString > OptionalString; - /** encapsulates an css::logging::XLogger + /** encapsulates a css::logging::XLogger The class silences several (unlikely) errors which could potentially happen when working with a logger. Additionally, it provides some convenience methods |