summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-21 15:35:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-21 18:16:59 +0200
commitcec40ab4562e552bcc92c33e2fc3af760881086d (patch)
treed6a4f1b3835e93c835fcfdf016f63aab4a5f35f1 /include/vcl
parent17ab82e522faad75bdbcea1ab9a16cc9953c9d79 (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.hxx2
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
{