summaryrefslogtreecommitdiff
path: root/extensions/source/logging/plaintextformatter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/logging/plaintextformatter.cxx')
-rw-r--r--extensions/source/logging/plaintextformatter.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/source/logging/plaintextformatter.cxx b/extensions/source/logging/plaintextformatter.cxx
index b044978e4a5b..70ba037a9306 100644
--- a/extensions/source/logging/plaintextformatter.cxx
+++ b/extensions/source/logging/plaintextformatter.cxx
@@ -48,9 +48,6 @@ namespace logging
using ::com::sun::star::logging::LogRecord;
using ::com::sun::star::uno::XInterface;
-
- //= PlainTextFormatter - declaration
-
typedef ::cppu::WeakImplHelper2 < XLogFormatter
, XServiceInfo
> PlainTextFormatter_Base;
@@ -77,10 +74,6 @@ namespace logging
static Reference< XInterface > Create( const Reference< XComponentContext >& _rxContext );
};
-
- //= PlainTextFormatter - implementation
-
-
PlainTextFormatter::PlainTextFormatter()
{
}