summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:31:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:54:33 +0100
commitd0222ba1fd7617b793e1e513247b11a82eb22f4e (patch)
treed1e393fd762374d834b10d5b9d3ebae2fe82f4f2 /cui/source
parent19e519593c940fbbf953b7d0ff6d7c86707f39e2 (diff)
Fix typos
Change-Id: I3d16dc162e5fa2e08134d848a835eb392e64056e Reviewed-on: https://gerrit.libreoffice.org/47126 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/inc/acccfg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx
index 34414c09f559..20e37f0ce1bb 100644
--- a/cui/source/inc/acccfg.hxx
+++ b/cui/source/inc/acccfg.hxx
@@ -80,8 +80,8 @@ struct TAccInfo
const vcl::KeyCode& aKey )
: m_nKeyPos (nKeyPos )
, m_nListPos (nListPos )
- , m_bIsConfigurable(true ) /**< its important to set sal_True as default -
- because only fix entries will be disabled later ... */
+ , m_bIsConfigurable(true ) /**< it's important to set true as default -
+ because only fix entries will be disabled later... */
, m_sCommand ( )
, m_aKey (aKey )
{}