diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:17:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:17:51 +0000 |
commit | c75101d2893a6d959d0b7bb43fa9421bfb347f29 (patch) | |
tree | 5b0e83527d03697dfdd59d32926d3ff8ea7b665c /io/source/stm/omark.cxx | |
parent | d0ebece73e375ec34c201cd85cf3d51b14d9c787 (diff) |
INTEGRATION: CWS warnings01 (1.7.28); FILE MERGED
2005/09/22 20:29:30 sb 1.7.28.3: RESYNC: (1.7-1.8); FILE MERGED
2005/09/07 14:14:54 sb 1.7.28.2: #i53898# Made code warning-free.
2005/09/01 08:14:29 sb 1.7.28.1: #i53898# Made code warning-free.
Diffstat (limited to 'io/source/stm/omark.cxx')
-rw-r--r-- | io/source/stm/omark.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx index 2bb8bcddb794..28b08357c182 100644 --- a/io/source/stm/omark.cxx +++ b/io/source/stm/omark.cxx @@ -4,9 +4,9 @@ * * $RCSfile: omark.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:31:02 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:17:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -176,7 +176,6 @@ OMarkableOutputStream::OMarkableOutputStream( ) OMarkableOutputStream::~OMarkableOutputStream() { - m_nCurrentMark; delete m_pBuffer; g_moduleCount.modCnt.release( &g_moduleCount.modCnt ); } @@ -1006,7 +1005,7 @@ Sequence< OUString > OMarkableInputStream::getSupportedServiceNames(void) throw * *------------------------*/ Reference < XInterface > SAL_CALL OMarkableInputStream_CreateInstance( - const Reference < XComponentContext > & rSMgr ) throw(Exception) + const Reference < XComponentContext > & ) throw(Exception) { OMarkableInputStream *p = new OMarkableInputStream( ); return Reference< XInterface > ( (OWeakObject * ) p ); |