Kaydet (Commit) 45965efa authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba30b (1.22.4); FILE MERGED

2008/04/15 22:12:38 fs 1.22.4.2: RESYNC: (1.22-1.23); FILE MERGED
2008/03/16 14:04:59 fs 1.22.4.1: #i86996# +loadComponent/WithArguments / some re-factoring
üst 0e6c07ee
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AppView.cxx,v $
* $Revision: 1.23 $
* $Revision: 1.24 $
*
* This file is part of OpenOffice.org.
*
......@@ -39,6 +39,9 @@
#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
#endif
#ifndef TOOLS_DIAGNOSE_EX_H
#include <tools/diagnose_ex.h>
#endif
#ifndef DBAUI_IAPPELEMENTNOTIFICATION_HXX
#include "IAppElementNotification.hxx"
#endif
......@@ -612,9 +615,9 @@ void OApplicationView::showPreview( const ::rtl::OUString& _sDataSourceName,
if ( xNameAccess.is() && xNameAccess->hasByName(_sName) )
m_xObject.set(xNameAccess->getByName(_sName),UNO_QUERY);
}
catch(Exception)
catch( const Exception& )
{
OSL_ENSURE(0,"Exception caught!");
DBG_UNHANDLED_EXCEPTION();
}
if ( m_xObject.is() )
startComponentListening(m_xObject);
......
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