summaryrefslogtreecommitdiff
path: root/framework/source/services/frame.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/frame.cxx')
-rw-r--r--framework/source/services/frame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 359a7bb4f55d..1641efd19523 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -1928,7 +1928,7 @@ void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException )
remove himself at this instance ...
Release m_xFramesHelper after that ... it's the same problem between parent and child!
"m_xParent->getFrames()->remove( xThis );" needs this helper ...
- Otherwise we get a null reference and could finish removing successfuly.
+ Otherwise we get a null reference and could finish removing successfully.
=> You see: Order of calling operations is important!!!
*/
implts_forgetSubFrames();