diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-30 07:40:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-30 08:52:21 +0200 |
commit | bfdf2594315cce95b95a2c1891a4518bc8f281c7 (patch) | |
tree | 7d667e4dfe5202afe3fe77e800d4f3db7345e737 /extensions/source/propctrlr | |
parent | 90928f23994d8fc1d9cc7edf95880782c8ca712a (diff) |
Fix typos
It passed "make check"
Change-Id: I50c3639ec258c7fb6d73104f8e777f96995aa8e3
Reviewed-on: https://gerrit.libreoffice.org/76543
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r-- | extensions/source/propctrlr/composeduiupdate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/composeduiupdate.cxx b/extensions/source/propctrlr/composeduiupdate.cxx index 6e11d7eb21f9..679a894795ee 100644 --- a/extensions/source/propctrlr/composeduiupdate.cxx +++ b/extensions/source/propctrlr/composeduiupdate.cxx @@ -508,7 +508,7 @@ namespace pcr // an implementation of the ->IStringKeyBooleanUIUpdate interface which calls - // am arbitrary ->XObjectInspectorUI method taking a string and a boolean flag + // an arbitrary ->XObjectInspectorUI method taking a string and a boolean flag class DefaultStringKeyBooleanUIUpdate : public IStringKeyBooleanUIUpdate { private: |