diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 22:23:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-24 08:21:45 +0200 |
commit | cf1bb9d4cbaec9d746eb6850e905eb951587543f (patch) | |
tree | 12f4ccf8ca87dc55dd13c0b4b5bec289a28201d4 /vcl | |
parent | a3ecd60aa0a9b58663e851aacafcb389f9a1fe52 (diff) |
Fix typo
Change-Id: I2f9f532890bedf4aa3d86bf2aa4b6961846a915a
Reviewed-on: https://gerrit.libreoffice.org/57886
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qt5/Qt5Instance.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx index c365afbe8ec2..3250abaf8f17 100644 --- a/vcl/qt5/Qt5Instance.cxx +++ b/vcl/qt5/Qt5Instance.cxx @@ -140,7 +140,7 @@ std::shared_ptr<SalBitmap> Qt5Instance::CreateSalBitmap() bool Qt5Instance::ImplYield(bool bWait, bool bHandleAllCurrentEvents) { - // Re-aquire the guard for user events when called via Q_EMIT ImplYieldSignal + // Re-acquire the guard for user events when called via Q_EMIT ImplYieldSignal SolarMutexGuard aGuard; bool wasEvent = DispatchUserEvents(bHandleAllCurrentEvents); if (!bHandleAllCurrentEvents && wasEvent) |