diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/jobs/jobdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx index b2f0eb254743..7fccf820b0a2 100644 --- a/framework/source/jobs/jobdata.cxx +++ b/framework/source/jobs/jobdata.cxx @@ -207,7 +207,7 @@ void JobData::setEvent( const OUString& sEvent , setAlias(sAlias); SolarMutexGuard g; - // take over the new information - which differ against set on of method setAlias()! + // take over the new information - which differ against set one of method setAlias()! m_sEvent = sEvent; m_eMode = E_EVENT; } |