From a06bf09bf10b2a6e18bf00ae1cabf0250c049502 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 30 Jun 2019 22:26:15 +0000 Subject: Fix typo Change-Id: I7f23790e11a674693ab5a10fba0eba801f0b4636 Reviewed-on: https://gerrit.libreoffice.org/75017 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/connectivity/predicateinput.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/connectivity/predicateinput.hxx b/include/connectivity/predicateinput.hxx index 3c54284700f4..3d9fb0a71a25 100644 --- a/include/connectivity/predicateinput.hxx +++ b/include/connectivity/predicateinput.hxx @@ -39,7 +39,7 @@ namespace dbtools //= OPredicateInputController /** A class which allows input of an SQL predicate for a row set column - into a edit field. + into an edit field. */ class OOO_DLLPUBLIC_DBTOOLS OPredicateInputController { -- cgit