summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobdispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/jobdispatch.cxx')
-rw-r--r--framework/source/jobs/jobdispatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx
index 6267b6479b1e..b8f50508dbf0 100644
--- a/framework/source/jobs/jobdispatch.cxx
+++ b/framework/source/jobs/jobdispatch.cxx
@@ -181,7 +181,7 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL JobD
ones we do it later inside our callback method. But we use the same impl method
doing that to share the code. (see impl_finishJob())
- If a job is already running, (it can only occure for asynchronous jobs)
+ If a job is already running, (it can only occur for asynchronous jobs)
don't start the same job a second time. Queue in the given dispatch parameter
and return immediately. If the current running job call us back, we will start this
new dispatch request.
t/lo/core/commit/include/vcl/font.hxx?id=de4ec0ea9f6d065f9b45abfd5a2fdd173cf0e96c'>vcl: font.hxx and metric.hxx cleanup, make ctors explicit and the dtor virtualChris Sherlock 2016-01-18vcl: tabify font.hxxChris Sherlock 2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock 2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock 2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud 2016-01-16vcl: font.hxx and metric.hxx cleanup, make ctors explicit and the dtor virtualChris Sherlock 2016-01-16vcl: tabify font.hxxChris Sherlock 2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock 2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock 2016-01-16vcl: created accessors and mutators for font classesChris Sherlock 2016-01-15vcl: add symbol and charset accessors and mutators to FontChris Sherlock 2016-01-12vcl: change from Impl_Font to ImplFontChris Sherlock 2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock 2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist 2014-09-18fdo#82577: Handle FontNoel Grandin 2014-06-30Cleanup: removed comments and debugging outputmatteocam 2014-06-30Cleaned up code from operations in vclmatteocam 2014-06-30Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam 2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam 2014-05-21Log also the sizeTor Lillqvist 2014-05-15vcl: remove uselees comment from font.hxxTomaž Vajngerl 2014-03-01Remove visual noise from includeAlexander Wilms 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin 2014-01-23bool improvementsStephan Bergmann 2014-01-21bool improvementsStephan Bergmann 2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin 2013-10-23fixincludeguards.sh: include/vclThomas Arnhold 2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara 2013-09-20Font and ImplLayoutArgs with LanguageTagEike Rathke 2013-08-12convert vcl/font.hxx from String to OUStringNoel Grandin 2013-04-23execute move of global headersBjoern Michaelsen