summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:04:01 +0000
committerJens Carl <j.carl43@gmx.de>2019-04-15 04:49:29 +0200
commit3bae665ce86054b8422f5bb3ba849964b632780c (patch)
tree5573da51fdacf67e1b9fe8a6bdc59b7e74e2ea14 /dbaccess
parent9ad15c082c4f037437a74c49ba046c30a23e4980 (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.hxx2
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
{