diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:39:31 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:39:31 +0200 |
commit | 1264480bc32e8dbadd654a0a014e8045c57d1ae4 (patch) | |
tree | 42f9cfaad6d58e4faaa0d6d91d0840b737edbdbf /framework/source | |
parent | 70e4329d0479305f16158a63878f335ee9232a5e (diff) |
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/dispatch/dispatchprovider.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index 10b382b64610..962eadb07118 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -65,7 +65,7 @@ DEFINE_XTYPEPROVIDER_2( DispatchProvider , /** @short standard ctor/dtor - @descr These initialize a new instance of tihs class with needed information for work. + @descr These initialize a new instance of this class with needed information for work. We hold a weakreference to our owner frame which start dispatches at us. We can't use a normal reference because he hold a reference of us too ... nobody can die so ...! 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(); |