diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-19 15:43:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-19 22:17:40 +0100 |
commit | b1249cea2e99873605332de888d03f163cba0128 (patch) | |
tree | bdedca2e8d7d2f144b72ec9ebc77137375102c90 /vcl/source | |
parent | 531a331ed2d5d8aa75002b271e8c90d108e55388 (diff) |
weld SwFieldVarPage
Change-Id: Ifd71cbb4c3ed3baa33136c5b86c042144faa5002
Reviewed-on: https://gerrit.libreoffice.org/69435
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/salvtables.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index 7173f8ad5b03..b645b0384ae5 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -2096,6 +2096,11 @@ public: return rSelection.Len(); } + virtual void replace_selection(const OUString& rText) override + { + m_xEntry->ReplaceSelected(rText); + } + virtual void set_position(int nCursorPos) override { disable_notify_events(); |