summaryrefslogtreecommitdiff
path: root/framework/source/services
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 /framework/source/services
parent391f181c9f82fec1988ce2c364c7afd1b0f49719 (diff)
full fill mostly fulfill
Change-Id: I9dc05c6eea33ede422f6a4c7b76a41c496f3ceca
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--framework/source/services/frame.cxx2
2 files changed, 2 insertions, 2 deletions
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 .-)
}