diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-21 15:35:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-21 18:16:59 +0200 |
commit | cec40ab4562e552bcc92c33e2fc3af760881086d (patch) | |
tree | d6a4f1b3835e93c835fcfdf016f63aab4a5f35f1 /include/vcl | |
parent | 17ab82e522faad75bdbcea1ab9a16cc9953c9d79 (diff) |
weld OSQLNameEdit
Change-Id: I79c79e17c28c8dd22dbb0f41ded30488c4924ce8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99153
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/weld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 10bbacfa8f91..1c40aea114c6 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -1728,7 +1728,7 @@ public: { m_xEntry->select_region(nStartPos, nEndPos); } - //if not text was selected, both rStartPos and rEndPos will be identical + //if no text was selected, both rStartPos and rEndPos will be identical //and false will be returned virtual bool get_entry_selection_bounds(int& rStartPos, int& rEndPos) override { |