diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 12:17:57 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 10:59:53 +0000 |
commit | 9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (patch) | |
tree | 633f51fcef822ad4cf4b00688dcfa66e962c6d1d /include | |
parent | 6149c5c8352d1e5c45568b5551539175f5305d4d (diff) |
Fix typos
Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41
Reviewed-on: https://gerrit.libreoffice.org/16295
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drawinglayer/processor2d/hittestprocessor2d.hxx | 2 | ||||
-rw-r--r-- | include/jvmfwk/framework.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/processor2d/hittestprocessor2d.hxx b/include/drawinglayer/processor2d/hittestprocessor2d.hxx index 2b6419d74b2f..66bd119f59fc 100644 --- a/include/drawinglayer/processor2d/hittestprocessor2d.hxx +++ b/include/drawinglayer/processor2d/hittestprocessor2d.hxx @@ -58,7 +58,7 @@ namespace drawinglayer */ bool mbUseInvisiblePrimitiveContent : 1; - /// flag to concentraze on text hits only + /// flag to concentrate on text hits only bool mbHitTextOnly : 1; /// If we are tiled rendering. diff --git a/include/jvmfwk/framework.h b/include/jvmfwk/framework.h index 59ffb20670a8..2908eb535f8d 100644 --- a/include/jvmfwk/framework.h +++ b/include/jvmfwk/framework.h @@ -163,7 +163,7 @@ extern "C" { <dd>This is a unofficial variable which was introduced to workaround external issues. It may be removed in the future. By setting it to 1, the framework will not try to find out if the system is configured to use accessibility tools or if a JRE has an - accessibiliy bridge installed</dd> + accessible bridge installed</dd> <dt>JFW_PLUGIN_FORCE_ACCESSIBILITY</dt> <dd>This is a unofficial variable which was introduced to workaround external issues. It may be removed in the future. By setting it to 1, the framework will override a |