diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-16 15:17:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-17 12:43:13 +0200 |
commit | 8a35ae3e6c5c45aa1426cfd81472b309d02a1b48 (patch) | |
tree | b634b7d9ef93599b5139528a2fcd4a99c3372a0d /svtools | |
parent | 4c2034b808fed4f9dfd715d8a4813e788a7e97a4 (diff) |
weld SvxIMapDlg
Change-Id: I5418176a015e61ef8eee4c2acd8e84b008f76f82
Reviewed-on: https://gerrit.libreoffice.org/72249
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/inettbc.cxx | 1 | ||||
-rw-r--r-- | svtools/source/control/valueacc.cxx | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index 6e9142f53c9e..b59dd0fca228 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -2143,6 +2143,7 @@ IMPL_LINK_NOARG(URLBox, FocusOutHdl, weld::Widget&, void) pCtx->join(); pCtx.clear(); } + aFocusOutHdl.Call(*m_xWidget); } OUString URLBox::GetURL() diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx index 433a7616d21b..b6a74cc43d6a 100644 --- a/svtools/source/control/valueacc.cxx +++ b/svtools/source/control/valueacc.cxx @@ -1760,7 +1760,6 @@ awt::Rectangle SAL_CALL SvtValueSetAcc::getBounds() return aRet; } - awt::Point SAL_CALL SvtValueSetAcc::getLocation() { ThrowIfDisposed(); @@ -1773,7 +1772,6 @@ awt::Point SAL_CALL SvtValueSetAcc::getLocation() return aRet; } - awt::Point SAL_CALL SvtValueSetAcc::getLocationOnScreen() { ThrowIfDisposed(); @@ -1798,7 +1796,6 @@ awt::Point SAL_CALL SvtValueSetAcc::getLocationOnScreen() return aScreenLoc; } - awt::Size SAL_CALL SvtValueSetAcc::getSize() { ThrowIfDisposed(); |