From bfdf2594315cce95b95a2c1891a4518bc8f281c7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 30 Jul 2019 07:40:48 +0200 Subject: Fix typos It passed "make check" Change-Id: I50c3639ec258c7fb6d73104f8e777f96995aa8e3 Reviewed-on: https://gerrit.libreoffice.org/76543 Tested-by: Jenkins Reviewed-by: Julien Nabet --- extensions/source/propctrlr/composeduiupdate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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: -- cgit