summaryrefslogtreecommitdiff
path: root/framework/source/services/backingcomp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/backingcomp.cxx')
-rw-r--r--framework/source/services/backingcomp.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx
index af64d81dc61d..451af43a8640 100644
--- a/framework/source/services/backingcomp.cxx
+++ b/framework/source/services/backingcomp.cxx
@@ -468,9 +468,7 @@ void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::f
static_cast< ::cppu::OWeakObject* >(this));
if (!m_xWindow.is())
- throw css::uno::RuntimeException(
- ::rtl::OUString("instance seams to be not or wrong initialized"),
- static_cast< ::cppu::OWeakObject* >(this));
+ return; // disposed
// safe the frame reference
m_xFrame = xFrame;