diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-31 09:39:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-31 15:10:24 +0200 |
commit | caa626809433b06b2a6f5eff80c6d0d2f4d71b7e (patch) | |
tree | 1076b9178aee5ad462f1203a552666ca96e2a4c5 /vcl | |
parent | 40c250cae0c75b1762eb89caf66c14d37ffe5288 (diff) |
Fix typos
Change-Id: I2b9361433df39f66ec8328262a3128cf7294b6e1
Reviewed-on: https://gerrit.libreoffice.org/76720
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/osx/salframeview.h | 2 | ||||
-rw-r--r-- | vcl/inc/outdev.h | 2 | ||||
-rw-r--r-- | vcl/inc/quartz/salgdicommon.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/toolbox.h | 2 | ||||
-rw-r--r-- | vcl/inc/unx/screensaverinhibitor.hxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/vcl/inc/osx/salframeview.h b/vcl/inc/osx/salframeview.h index d3f40111d103..36537f3db958 100644 --- a/vcl/inc/osx/salframeview.h +++ b/vcl/inc/osx/salframeview.h @@ -185,7 +185,7 @@ enum class SalEvent; actual mouse event initiating this drag operation. Mouse events can only be received by subclassing NSView and overriding methods like 'mouseDown' etc. - hence we implement a event hook here so that the + hence we implement an event hook here so that the D&D service can register as listener for mouse messages and use the last 'mouseDown' or 'mouseDragged' message to initiate the drag diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h index 7d5f471cd434..b72b04d4e566 100644 --- a/vcl/inc/outdev.h +++ b/vcl/inc/outdev.h @@ -36,7 +36,7 @@ class VirtualDevice; class PhysicalFontCollection; enum class AddFontSubstituteFlags; -// an ImplDeviceFontList is created by an PhysicalFontCollection +// an ImplDeviceFontList is created by a PhysicalFontCollection // it becomes invalid when original PhysicalFontCollection is modified class ImplDeviceFontList { diff --git a/vcl/inc/quartz/salgdicommon.hxx b/vcl/inc/quartz/salgdicommon.hxx index d199b3cc95ba..71c40acdfab6 100644 --- a/vcl/inc/quartz/salgdicommon.hxx +++ b/vcl/inc/quartz/salgdicommon.hxx @@ -33,7 +33,7 @@ #include <tools/color.hxx> #include <vcl/salgtype.hxx> -// abstracting quartz color instead of having to use an CGFloat[] array +// abstracting quartz color instead of having to use a CGFloat[] array class RGBAColor { public: diff --git a/vcl/inc/toolbox.h b/vcl/inc/toolbox.h index 1c9fb88d15a8..1b5dfa58905a 100644 --- a/vcl/inc/toolbox.h +++ b/vcl/inc/toolbox.h @@ -76,7 +76,7 @@ struct ImplToolItem const OUString& rTxt, ToolBoxItemBits nItemBits ); - // returns the size of a item, taking toolbox orientation into account + // returns the size of an item, taking toolbox orientation into account // the default size is the precomputed size for standard items // ie those that are just ordinary buttons (no windows or text etc.) // bCheckMaxWidth indicates that item windows must not exceed maxWidth in which case they will be painted as buttons diff --git a/vcl/inc/unx/screensaverinhibitor.hxx b/vcl/inc/unx/screensaverinhibitor.hxx index fc85b187d22d..7100a8877399 100644 --- a/vcl/inc/unx/screensaverinhibitor.hxx +++ b/vcl/inc/unx/screensaverinhibitor.hxx @@ -45,7 +45,7 @@ private: // There are a bunch of different dbus based inhibition APIs. Some call // themselves ScreenSaver inhibition, some are PowerManagement inhibition, // but they appear to have the same effect. There doesn't appear to be one - // all encompassing standard, hence we should just try all of tem. + // all encompassing standard, hence we should just try all of them. // // The current APIs we have: (note: the list of supported environments is incomplete) // FDO: org.freedesktop.ScreenSaver::Inhibit - appears to be supported only by KDE? |