diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:04:01 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-04-15 04:49:29 +0200 |
commit | 3bae665ce86054b8422f5bb3ba849964b632780c (patch) | |
tree | 5573da51fdacf67e1b9fe8a6bdc59b7e74e2ea14 /dbaccess | |
parent | 9ad15c082c4f037437a74c49ba046c30a23e4980 (diff) |
Fix typo
Change-Id: I0eb72d26be05c5ce937f72930f2c16fce69c85e5
Reviewed-on: https://gerrit.libreoffice.org/70747
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/QueryPropertiesDialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/QueryPropertiesDialog.hxx b/dbaccess/source/ui/inc/QueryPropertiesDialog.hxx index fde2e8ff9475..b5b1dc16626d 100644 --- a/dbaccess/source/ui/inc/QueryPropertiesDialog.hxx +++ b/dbaccess/source/ui/inc/QueryPropertiesDialog.hxx @@ -19,7 +19,7 @@ namespace dbaui /** * Dialog to set such properties of a query as distinct values and limit - * It can be opened form Edit menu in Query Design View + * It can be opened from Edit menu in Query Design View */ class QueryPropertiesDialog : public weld::GenericDialogController { |