summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/logging.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/logging.cxx')
-rw-r--r--xmloff/source/forms/logging.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/source/forms/logging.cxx b/xmloff/source/forms/logging.cxx
index 6661d671e234..9f887ab135ff 100644
--- a/xmloff/source/forms/logging.cxx
+++ b/xmloff/source/forms/logging.cxx
@@ -19,22 +19,16 @@
#include "logging.hxx"
-//.........................................................................
namespace xmloff
{
-//.........................................................................
#ifdef TIMELOG
- //=====================================================================
//= OStackedLogging
- //=====================================================================
- //---------------------------------------------------------------------
void OStackedLogging::enterContext( const sal_Char* _pContextName )
{
m_aLogger.push( new ::rtl::Logfile( _pContextName ) );
}
- //---------------------------------------------------------------------
void OStackedLogging::leaveTopContext( )
{
delete m_aLogger.top();
@@ -42,9 +36,6 @@ namespace xmloff
}
#endif
-//.........................................................................
} // namespace xmloff
-//.........................................................................
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */