Kaydet (Commit) 00b1faf2 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.19.10); FILE MERGED

2006/04/07 19:58:22 sb 1.19.10.4: RESYNC: (1.22-1.23); FILE MERGED
2006/01/25 20:32:24 sb 1.19.10.3: RESYNC: (1.20-1.22); FILE MERGED
2005/11/07 18:59:16 pl 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED
2005/11/03 10:31:40 cd 1.19.10.1: #i55991# Warning free code for gcc
üst 0a75809f
......@@ -4,9 +4,9 @@
*
* $RCSfile: persistence.cxx,v $
*
* $Revision: 1.23 $
* $Revision: 1.24 $
*
* last change: $Author: kz $ $Date: 2006-02-01 19:04:52 $
* last change: $Author: hr $ $Date: 2006-06-20 00:28:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1710,10 +1710,10 @@ void SAL_CALL OCommonEmbeddedObject::breakLink( const uno::Reference< embed::XSt
throw uno::RuntimeException(); //TODO
// detect entry existence
sal_Bool bElExists = xNameAccess->hasByName( sEntName );
/*sal_Bool bElExists =*/ xNameAccess->hasByName( sEntName );
m_bReadOnly = sal_False;
sal_Int32 nStorageMode = embed::ElementModes::READWRITE;
// sal_Int32 nStorageMode = embed::ElementModes::READWRITE;
if ( m_xParentStorage != xStorage || !m_aEntryName.equals( sEntName ) )
SwitchOwnPersistence( xStorage, sEntName );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment