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.
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: omark.cxx,v $
|
* $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 Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -176,7 +176,6 @@ OMarkableOutputStream::OMarkableOutputStream( )
|
|||||||
|
|
||||||
OMarkableOutputStream::~OMarkableOutputStream()
|
OMarkableOutputStream::~OMarkableOutputStream()
|
||||||
{
|
{
|
||||||
m_nCurrentMark;
|
|
||||||
delete m_pBuffer;
|
delete m_pBuffer;
|
||||||
g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
|
g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
|
||||||
}
|
}
|
||||||
@@ -1006,7 +1005,7 @@ Sequence< OUString > OMarkableInputStream::getSupportedServiceNames(void) throw
|
|||||||
*
|
*
|
||||||
*------------------------*/
|
*------------------------*/
|
||||||
Reference < XInterface > SAL_CALL OMarkableInputStream_CreateInstance(
|
Reference < XInterface > SAL_CALL OMarkableInputStream_CreateInstance(
|
||||||
const Reference < XComponentContext > & rSMgr ) throw(Exception)
|
const Reference < XComponentContext > & ) throw(Exception)
|
||||||
{
|
{
|
||||||
OMarkableInputStream *p = new OMarkableInputStream( );
|
OMarkableInputStream *p = new OMarkableInputStream( );
|
||||||
return Reference< XInterface > ( (OWeakObject * ) p );
|
return Reference< XInterface > ( (OWeakObject * ) p );
|
||||||
|
Reference in New Issue
Block a user