summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 18:21:52 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:42:38 -0500
commitc0463d0d5225cdb21e3a8aaac5eac0fb7d961b41 (patch)
treef682b62fcd3821663b12e46216b63aa8a5cbf306 /vcl
parentf4d94eae4a8677a70d6b406ce26614e006ba8b66 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit ae150c6a5424d021ce5eb46dc9573f12a4d05445) Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
Diffstat (limited to 'vcl')
-rw-r--r--vcl/generic/print/genprnpsp.cxx6
-rw-r--r--vcl/source/window/mouse.cxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/vcl/generic/print/genprnpsp.cxx b/vcl/generic/print/genprnpsp.cxx
index b5bad526ff78..b64206f6168f 100644
--- a/vcl/generic/print/genprnpsp.cxx
+++ b/vcl/generic/print/genprnpsp.cxx
@@ -18,10 +18,10 @@
*/
/**
- this file implements the sal printer interface ( SalPrinter, SalInfoPrinter
- and some printer relevant methods of SalInstance and SalGraphicsData )
+ this file implements the sal printer interface (SalPrinter, SalInfoPrinter
+ and some printer relevant methods of SalInstance and SalGraphicsData)
- as aunderlying library the printer features of psprint are used.
+ as underlying library the printer features of psprint are used.
The query methods of a SalInfoPrinter are implemented by querying psprint
diff --git a/vcl/source/window/mouse.cxx b/vcl/source/window/mouse.cxx
index 3582ed62a3cd..b92bb20cc41b 100644
--- a/vcl/source/window/mouse.cxx
+++ b/vcl/source/window/mouse.cxx
@@ -248,7 +248,7 @@ void Window::ImplGrabFocus( GetFocusFlags nFlags )
return;
// we only need to set the focus if it is not already set
- // note: if some other frame is waiting for an asynchrounous focus event
+ // note: if some other frame is waiting for an asynchronous focus event
// we also have to post an asynchronous focus event for this frame
// which is done using ToTop
ImplSVData* pSVData = ImplGetSVData();