From 4855e780dc4f3cdfcadbce07b6bbdeb9b4eb2d0b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 7 Oct 2015 17:25:16 +0100 Subject: full fill mostly fulfill Change-Id: I9dc05c6eea33ede422f6a4c7b76a41c496f3ceca --- framework/source/services/autorecovery.cxx | 2 +- framework/source/services/frame.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/source/services') diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 8967ea9f7bf9..ab8a9f3230d3 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -740,7 +740,7 @@ private: SessionSave/CrashSave => pParams != 0 @return A suggestion, how the timer (if its not already disabled!) - should be restarted to full fill the requirements. + should be restarted to fulfill the requirements. @threadsafe */ diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index e1d336cf3be3..2e978a2549e7 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2468,7 +2468,7 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css:: if (xCloser.is()) xCloser->dispatch(aURL, css::uno::Sequence< css::beans::PropertyValue >()); - // Attention: If this dispatch works synchronous ... and full fill its job ... + // Attention: If this dispatch works synchronous ... and fulfill its job ... // this line of code will never be reached ... // Or if it will be reached it will be for sure that all your member are gone .-) } -- cgit