diff options
author | Armin Le Grand <alg@apache.org> | 2014-07-14 19:09:11 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2014-07-14 19:09:11 +0000 |
commit | 3c1d4742e649fe9c8aed8c2817fe3e1f3364f298 (patch) | |
tree | e0c6e02c89aa9227726c9469da1001b3e29c41df /framework/source/jobs/jobresult.cxx | |
parent | c5c31e2aeaedbdf76e1f38d3c385e34f5ed875ca (diff) |
Resync to trunk, windows non-pro build
aoo/aw080
Diffstat (limited to 'framework/source/jobs/jobresult.cxx')
-rw-r--r-- | framework/source/jobs/jobresult.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx index 33e2785abdc2..fdf04a39c50d 100644 --- a/framework/source/jobs/jobresult.cxx +++ b/framework/source/jobs/jobresult.cxx @@ -69,7 +69,7 @@ JobResult::JobResult() { // reset the flag mask! // It will reset the accessible state of this object. - // That can be usefull if something will fail here ... + // That can be useful if something will fail here ... m_eParts = E_NOPART; } @@ -126,7 +126,7 @@ JobResult::JobResult( /*IN*/ const css::uno::Any& aResult ) // reset the flag mask! // It will reset the accessible state of this object. - // That can be usefull if something will fail here ... + // That can be useful if something will fail here ... m_eParts = E_NOPART; // analyze the result and update our other members @@ -182,7 +182,7 @@ JobResult::JobResult( const JobResult& rCopy ) */ JobResult::~JobResult() { - // Nothing realy to do here. + // Nothing really to do here. } //________________________________ @@ -210,7 +210,7 @@ void JobResult::operator=( const JobResult& rCopy ) /** @short checks for existing parts of the analyzed result @descr The internal flag mask was set after analyzing of the pure result. - An user of us can check here, if the required part was realy part + An user of us can check here, if the required part was really part of this result. Otherwhise it would use invalid informations ... by using our other members! |