summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-07 17:25:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-08 10:43:55 +0100
commit4855e780dc4f3cdfcadbce07b6bbdeb9b4eb2d0b (patch)
tree9637c8e53f49185b4fae52116c8eb31dcc7b1fb0
parent391f181c9f82fec1988ce2c364c7afd1b0f49719 (diff)
full fill mostly fulfill
Change-Id: I9dc05c6eea33ede422f6a4c7b76a41c496f3ceca
-rw-r--r--filter/source/config/cache/filtercache.hxx2
-rw-r--r--framework/inc/jobs/jobresult.hxx2
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx2
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--framework/source/services/frame.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index e70e06a921e6..a98684957065 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -324,7 +324,7 @@ class FilterCache : public BaseLock
@throw An exception if the cache could not be filled really
or seems to be invalid afterwards. But there is no reaction
at all if this method does nothing inside, because the cache
- is already full filled!
+ is already fully filled!
*/
void load(EFillState eRequired)
throw(css::uno::Exception);
diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx
index 33b5049eb0da..86b67b9dd1f0 100644
--- a/framework/inc/jobs/jobresult.hxx
+++ b/framework/inc/jobs/jobresult.hxx
@@ -94,7 +94,7 @@ class JobResult
/**
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
it to his registered result listener directly.
*/
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index a5513b592637..7e1bff77403d 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -77,7 +77,7 @@ public:
@descr The load environment must know, if a content
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.
Such contents are classified as E_CAN_BE_LOADED.
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 .-)
}