From c75101d2893a6d959d0b7bb43fa9421bfb347f29 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 23:17:51 +0000 Subject: [PATCH] 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. --- io/source/stm/omark.cxx | 7 +++---- 1 file 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 );