summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-07-13 14:01:21 +0200
committerKurt Zenker <kz@openoffice.org>2010-07-13 14:01:21 +0200
commit910056401972274d3ed4ec6150b68a1bc206fa41 (patch)
tree7edb4beb9933dda6f15ec40f48b9efa8e4db5ef0 /sfx2
parent3fde8ee0b9f95182f701363a622793d3e4277ebf (diff)
parent07a000e572751457da400f615c085e6916c2aa28 (diff)
CWS-TOOLING: integrate CWS fwk147_OOO330
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/userinputinterception.cxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/sfx2/source/view/userinputinterception.cxx b/sfx2/source/view/userinputinterception.cxx
index e716e604b649..ad910a944e0f 100644
--- a/sfx2/source/view/userinputinterception.cxx
+++ b/sfx2/source/view/userinputinterception.cxx
@@ -216,6 +216,13 @@ namespace sfx2
if ( e.Context == xHandler )
aIterator.remove();
}
+ catch( const RuntimeException& )
+ {
+ throw;
+ }
+ catch( const Exception& )
+ {
+ }
}
}
break;
@@ -247,6 +254,13 @@ namespace sfx2
if ( e.Context == xHandler )
aIterator.remove();
}
+ catch( const RuntimeException& )
+ {
+ throw;
+ }
+ catch( const Exception& )
+ {
+ }
}
}
break;