summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-07-14 22:09:26 +0200
committerEike Rathke <erack@redhat.com>2017-07-17 19:28:56 +0200
commit2b530e4f3fa516ef1d1d3699174e6f15ffda5305 (patch)
treea60f00de8ca9f78298aa607369f1db26b21a1eb1 /include/vcl
parent77d6bb690865540577c04952ba685a0cfe3fa01e (diff)
Translate randomly found German comments
Change-Id: I7db515e04d3845c3ec51c7f88fe51bcafddd5268 Reviewed-on: https://gerrit.libreoffice.org/39987 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/event.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index 26ce846ed9f4..2c21dd52d8ab 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -104,7 +104,7 @@ namespace o3tl
template<> struct typed_flags<MouseEventModifiers> : is_typed_flags<MouseEventModifiers, 0xff7> {};
}
-// Maus-Buttons
+// Mouse buttons
#define MOUSE_LEFT ((sal_uInt16)0x0001)
#define MOUSE_MIDDLE ((sal_uInt16)0x0002)
#define MOUSE_RIGHT ((sal_uInt16)0x0004)