diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 09:58:06 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 17:35:39 +0200 |
commit | 07fb0664fa81040cdb110d7d8848b937f1facc33 (patch) | |
tree | 7c09b4349ac536256fd3381be5a753d86f9161a0 /include/sfx2 | |
parent | 8e907dcf11d4e5b941bc5dc6e427485673ea4487 (diff) |
Fix typos
Change-Id: I8222cf7aae977f0e26645dea6e4cfaee94446a2c
Reviewed-on: https://gerrit.libreoffice.org/75946
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/Context.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/Context.hxx b/include/sfx2/sidebar/Context.hxx index 05cdf84e938e..001a70e26b90 100644 --- a/include/sfx2/sidebar/Context.hxx +++ b/include/sfx2/sidebar/Context.hxx @@ -37,7 +37,7 @@ public: /** When two contexts are matched against each other, then application or context name may have the wildcard value 'any'. In order to prefer matches without wildcards over matches with - wildcards we introduce a integer evaluation for matches. + wildcards we introduce an integer evaluation for matches. */ const static sal_Int32 NoMatch; const static sal_Int32 OptimalMatch; |