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
commit707cf2472efdcdba44e7f5619ee0283c19b1a636 (patch)
tree1c4b6c0932b6a2c1e7004f7fabb6dfb6fa5ec17a /sfx2
parentd2fb0147e6b873134ee0e15eadad2e311bbbf35a (diff)
parentae7b1ed112f287089a6f9c540a62446fab1d507a (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 a710bb5bab..6fca09fb29 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;