summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-07-24 13:39:31 +0200
committerNoel Grandin <noel@peralex.com>2013-07-24 14:44:57 +0200
commitf5bf0fa958a709394be833584ed610a2d759ca32 (patch)
tree271974f3fcadbb9ef1b221d604bb494244e60799 /sw
parent88afc74751f250257baf13a89ec11d8e13d90436 (diff)
Revert "fdo#67213 - crash on opening AutoText dialog (Ctrl+F3)"
This reverts commit d8fa15f0ea3bbf38f5142f83121b7c72c483c7f5, which did not fix the problem.
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/utlui/unotools.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/sw/source/ui/utlui/unotools.cxx b/sw/source/ui/utlui/unotools.cxx
index 64d97c95fcc5..62fadccd1454 100644
--- a/sw/source/ui/utlui/unotools.cxx
+++ b/sw/source/ui/utlui/unotools.cxx
@@ -112,14 +112,7 @@ void SwOneExampleFrame::CreateControl()
uno::Reference< lang::XMultiServiceFactory >
xMgr = comphelper::getProcessServiceFactory();
uno::Reference< uno::XComponentContext > xContext = comphelper::getProcessComponentContext();
- try
- {
- m_xFrameControl = frame::FrameControl::create(xContext);
- }
- catch ( css::uno::DeploymentException& )
- {
- return;
- }
+ m_xFrameControl = frame::FrameControl::create(xContext);
uno::Reference< awt::XWindowPeer > xParent( aTopWindow.GetComponentInterface() );