diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 22:26:15 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-03 07:07:05 +0200 |
commit | a06bf09bf10b2a6e18bf00ae1cabf0250c049502 (patch) | |
tree | eac693914bee9e062df811af71f83bbef957837e | |
parent | 5a3edf955a798d80657206a40fa380fb09bdf40a (diff) |
Fix typo
Change-Id: I7f23790e11a674693ab5a10fba0eba801f0b4636
Reviewed-on: https://gerrit.libreoffice.org/75017
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/connectivity/predicateinput.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |