diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-28 21:22:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-01 22:23:26 +0100 |
commit | e6c422696fa1ee3f94642d94f7aca6743ad1e1e0 (patch) | |
tree | de3168f885ba0ff1825562b24ee8ed3864b5cc7c /include/vcl/weld.hxx | |
parent | 289cff91eb67c27874ba11115b9188a05ea8768d (diff) |
weld SwChangeDBDlg
Change-Id: Ie0fc6a6346f9c777b7172a0b641a2783cf633c1d
Reviewed-on: https://gerrit.libreoffice.org/68544
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r-- | include/vcl/weld.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 4802713bb086..6000bb53032c 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -552,6 +552,10 @@ public: { insert(pParent, -1, &rStr, &rId, &rImage, nullptr, nullptr, false, nullptr); } + void append(weld::TreeIter* pParent, const OUString& rStr) + { + insert(pParent, -1, &rStr, nullptr, nullptr, nullptr, nullptr, false, nullptr); + } void append(const OUString& rId, const OUString& rStr, VirtualDevice& rImage) { insert(nullptr, -1, &rStr, &rId, nullptr, &rImage, nullptr, false, nullptr); |