Kaydet (Commit) 4855e780 authored tarafından Caolán McNamara's avatar Caolán McNamara

full fill mostly fulfill

Change-Id: I9dc05c6eea33ede422f6a4c7b76a41c496f3ceca
üst 391f181c
...@@ -324,7 +324,7 @@ class FilterCache : public BaseLock ...@@ -324,7 +324,7 @@ class FilterCache : public BaseLock
@throw An exception if the cache could not be filled really @throw An exception if the cache could not be filled really
or seems to be invalid afterwards. But there is no reaction or seems to be invalid afterwards. But there is no reaction
at all if this method does nothing inside, because the cache at all if this method does nothing inside, because the cache
is already full filled! is already fully filled!
*/ */
void load(EFillState eRequired) void load(EFillState eRequired)
throw(css::uno::Exception); throw(css::uno::Exception);
......
...@@ -94,7 +94,7 @@ class JobResult ...@@ -94,7 +94,7 @@ class JobResult
/** /**
represent the part "DispatchResult" represent the part "DispatchResult"
It's a full filled event type, which was given It's a fulfilled event type, which was given
back by the executed job. Any user of us can send back by the executed job. Any user of us can send
it to his registered result listener directly. it to his registered result listener directly.
*/ */
......
...@@ -77,7 +77,7 @@ public: ...@@ -77,7 +77,7 @@ public:
@descr The load environment must know, if a content @descr The load environment must know, if a content
is related to a target frame or not. Only "visible" is related to a target frame or not. Only "visible"
components, which full fill the requirements of the components, which fullfil the requirements of the
model-controller-view paradigm can be loaded into a frame. model-controller-view paradigm can be loaded into a frame.
Such contents are classified as E_CAN_BE_LOADED. Such contents are classified as E_CAN_BE_LOADED.
......
...@@ -740,7 +740,7 @@ private: ...@@ -740,7 +740,7 @@ private:
SessionSave/CrashSave => pParams != 0 SessionSave/CrashSave => pParams != 0
@return A suggestion, how the timer (if its not already disabled!) @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 @threadsafe
*/ */
......
...@@ -2468,7 +2468,7 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css:: ...@@ -2468,7 +2468,7 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::
if (xCloser.is()) if (xCloser.is())
xCloser->dispatch(aURL, css::uno::Sequence< css::beans::PropertyValue >()); 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 ... // 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 .-) // Or if it will be reached it will be for sure that all your member are gone .-)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment