summaryrefslogtreecommitdiff
path: root/embedserv/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:47:53 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:47:53 +0000
commitead75718c7f203dad2be9758058f50572f94b1bd (patch)
tree955019ee8c7a3d25e170a3594f601a6cceea51e0 /embedserv/source
parent817ac44b80dbd7af9071e27b11c9d09e410b5f54 (diff)
INTEGRATION: CWS mingwport03 (1.23.6); FILE MERGED
2007/03/19 19:34:32 vg 1.23.6.4: RESYNC: (1.26-1.28); FILE MERGED 2007/01/09 01:00:14 vg 1.23.6.3: RESYNC: (1.25-1.26); FILE MERGED 2006/11/07 17:42:40 vg 1.23.6.2: RESYNC: (1.23-1.25); FILE MERGED 2006/09/07 15:54:54 vg 1.23.6.1: #i53572# MinGW port
Diffstat (limited to 'embedserv/source')
-rw-r--r--embedserv/source/embed/docholder.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/embedserv/source/embed/docholder.cxx b/embedserv/source/embed/docholder.cxx
index ec012c434218..46624d469788 100644
--- a/embedserv/source/embed/docholder.cxx
+++ b/embedserv/source/embed/docholder.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docholder.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 11:40:04 $
+ * last change: $Author: vg $ $Date: 2007-03-26 14:47:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1521,6 +1521,7 @@ void SAL_CALL
DocumentHolder::disposing(
const com::sun::star::lang::EventObject& aSource
)
+ throw( uno::RuntimeException )
{
if ( m_xDocument.is() && m_xDocument == aSource.Source )
{
@@ -1551,6 +1552,7 @@ DocumentHolder::queryClosing(
void SAL_CALL
DocumentHolder::notifyClosing(
const lang::EventObject& aSource )
+ throw( uno::RuntimeException )
{
try
{
@@ -1592,6 +1594,7 @@ void SAL_CALL
DocumentHolder::notifyTermination(
const lang::EventObject& aSource
)
+ throw( uno::RuntimeException )
{
OSL_ENSURE( !m_xDocument.is(), "Just a disaster..." );
uno::Reference< frame::XDesktop > xDesktop(