diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:51 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-11 21:29:43 +0200 |
commit | eff075852e7c9f8e5b49fd351075c3d8324012ee (patch) | |
tree | 4664dfa6dd7ffe076b848ae4dd125dcee85995aa /dbaccess | |
parent | 56406398dbb5c245552926eaecccfa7ea9c3a4c5 (diff) |
Fix typo
Change-Id: I734bc89dc447e35fdd2a092448d98006ab1b570e
Reviewed-on: https://gerrit.libreoffice.org/72154
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index caad1eaebf93..16723812dd49 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -217,7 +217,7 @@ namespace dbaui /** Hard deletion That means that all Conns and Wins are deleted from their respective - lists and the corresponding Datas removed from the document */ + lists and the corresponding Data removed from the document */ virtual void ClearAll(); /** @note used by AddTabDlg to see if more tables can be added */ |