diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-02-27 20:44:41 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 15:06:13 +0100 |
commit | b479885f3ec5d5b704404c7c30aebb131bbdd7dc (patch) | |
tree | d7094581788a047fc5ee138b87602b02c263fe23 /sfx2/source/appl/lnkbase2.cxx | |
parent | 67d1f894487129e0e2b8c44b907d7992195bc310 (diff) |
Remove dead Code
Diffstat (limited to 'sfx2/source/appl/lnkbase2.cxx')
-rw-r--r-- | sfx2/source/appl/lnkbase2.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx index b46c303b8371..209ec317db8a 100644 --- a/sfx2/source/appl/lnkbase2.cxx +++ b/sfx2/source/appl/lnkbase2.cxx @@ -369,7 +369,6 @@ BOOL SvBaseLink::Update() if( xObj.Is() ) { xObj->setStreamToLoadFrom(m_xInputStreamToLoadFrom,m_bIsReadOnly); - // m_xInputStreamToLoadFrom = 0; String sMimeType( SotExchange::GetFormatMimeType( pImplData->ClientType.nCntntType )); Any aData; @@ -377,8 +376,7 @@ BOOL SvBaseLink::Update() if( xObj->GetData( aData, sMimeType ) ) { DataChanged( sMimeType, aData ); - //JP 13.07.00: Bug 76817 - for manual Updates there is no - // need to hold the ServerObject + //for manual Updates there is no need to hold the ServerObject if( OBJECT_CLIENT_DDE == nObjType && LINKUPDATE_ONCALL == GetUpdateMode() && xObj.Is() ) xObj->RemoveAllDataAdvise( this ); |