diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-03-25 16:44:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-03-26 09:45:03 +0100 |
commit | dbaac810a59a391e6ba5c52c6b6b38088cc1ace7 (patch) | |
tree | adfd57c8cb8bcbb5e456db57c8b8d7b9464c3c17 /include | |
parent | bc94b6d201717ade113e9eea77a109c99bdf137c (diff) |
extract GetAbsPos for reuse
Change-Id: Ida6b70f4166f8b1e19990300a5856ee54556a9f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91065
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/weldutils.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/weldutils.hxx b/include/vcl/weldutils.hxx index fdc9e8cf30d6..077dab0fa414 100644 --- a/include/vcl/weldutils.hxx +++ b/include/vcl/weldutils.hxx @@ -152,6 +152,8 @@ public: m_aPaintListeners.removeInterface(rListener); } }; + +VCL_DLLPUBLIC size_t GetAbsPos(const weld::TreeView& rTreeView, const weld::TreeIter& rIter); } #endif |