diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:23:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:23:12 +0000 |
commit | 6039cdbb9130ac5f3a5a37f15cb07c4f83cfe8ff (patch) | |
tree | 0103f8cbef0734641d890db654c88e23fadbef7d /automation/source/server/prof_usl.cxx | |
parent | d670e9fb57e04275302d831af676b8bec51ff8f3 (diff) |
INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED
2006/02/02 09:19:58 gh 1.4.12.1: removed compiler warnings
Diffstat (limited to 'automation/source/server/prof_usl.cxx')
-rw-r--r-- | automation/source/server/prof_usl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/server/prof_usl.cxx b/automation/source/server/prof_usl.cxx index d194493a313b..084a82f78c67 100644 --- a/automation/source/server/prof_usl.cxx +++ b/automation/source/server/prof_usl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prof_usl.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:24:09 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:23:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,7 +90,7 @@ String TTProfiler::GetSysdepProfileHeader() // Zustand merken -void TTProfiler::GetSysdepProfileSnapshot( SysdepProfileSnapshot *pSysdepProfileSnapshot, USHORT nMode ) +void TTProfiler::GetSysdepProfileSnapshot( SysdepProfileSnapshot *pSysdepProfileSnapshot, USHORT ) { SvFileStream aStream( String::CreateFromAscii("/proc/self/psinfo"), STREAM_READ ); // Das ist ein expliziter Pfad fr UNXSOL! if ( aStream.IsOpen() ) |