summaryrefslogtreecommitdiffstats
path: root/framework/source/helper/oframes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/helper/oframes.cxx')
-rw-r--r--framework/source/helper/oframes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index 224d1558c6bb..c644fde29d3c 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -292,7 +292,7 @@ void OFrames::impl_resetObject()
// This instance can't work if the weakreference to owner is invalid!
// Destroy this to reset this object.
- m_xOwner = WeakReference< XFrame >();
+ m_xOwner.clear();
// Reset pointer to shared container to!
m_pFrameContainer = NULL;
}