diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-01 18:45:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-01 22:45:36 +0200 |
commit | 2b7ee1db281e776c188bd11eeefa5c16c914761e (patch) | |
tree | f5c8539420559ed3dee5dcfff8fb70689b8b4fdc /extensions/source/logging/plaintextformatter.cxx | |
parent | 0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff) |
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'extensions/source/logging/plaintextformatter.cxx')
-rw-r--r-- | extensions/source/logging/plaintextformatter.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/logging/plaintextformatter.cxx b/extensions/source/logging/plaintextformatter.cxx index 239705003bc4..b03dfd715b9c 100644 --- a/extensions/source/logging/plaintextformatter.cxx +++ b/extensions/source/logging/plaintextformatter.cxx @@ -39,7 +39,6 @@ namespace logging { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::logging::XLogFormatter; using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::uno::Reference; @@ -48,7 +47,6 @@ namespace logging using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::logging::LogRecord; using ::com::sun::star::uno::XInterface; - /** === end UNO using === **/ //==================================================================== //= PlainTextFormatter - declaration |