summaryrefslogtreecommitdiff
path: root/automation/source/server/prof_nul.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/server/prof_nul.cxx')
-rw-r--r--automation/source/server/prof_nul.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/prof_nul.cxx b/automation/source/server/prof_nul.cxx
index 3fb9d92a7597..dc177a59e60e 100644
--- a/automation/source/server/prof_nul.cxx
+++ b/automation/source/server/prof_nul.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,7 +48,7 @@ struct SysdepStaticData
void TTProfiler::InitSysdepProfiler()
{
- if ( !pSysDepStatic ) // Sollte immer so sein!!
+ if ( !pSysDepStatic ) // Sollte immer so sein!!
pSysDepStatic = new SysdepStaticData;
// Hier initialisieren
@@ -56,7 +56,7 @@ void TTProfiler::InitSysdepProfiler()
void TTProfiler::DeinitSysdepProfiler()
{
- if ( pSysDepStatic ) // Sollte immer so sein!!
+ if ( pSysDepStatic ) // Sollte immer so sein!!
{
// Hier aufrumen und eventuell Speicher freigeben