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/filehandler.cxx | |
parent | 0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff) |
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'extensions/source/logging/filehandler.cxx')
-rw-r--r-- | extensions/source/logging/filehandler.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/logging/filehandler.cxx b/extensions/source/logging/filehandler.cxx index 8c56f74ecb95..d0f176915635 100644 --- a/extensions/source/logging/filehandler.cxx +++ b/extensions/source/logging/filehandler.cxx @@ -49,7 +49,6 @@ namespace logging { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::logging::LogRecord; using ::com::sun::star::uno::RuntimeException; @@ -68,7 +67,6 @@ namespace logging using ::com::sun::star::util::PathSubstitution; using ::com::sun::star::util::XStringSubstitution; using ::com::sun::star::beans::NamedValue; - /** === end UNO using === **/ //==================================================================== //= FileHandler - declaration |