sfx2/inc/charmapcontrol.hxx | 2 -- sfx2/source/control/charmapcontrol.cxx | 1 - 2 files changed, 3 deletions(-)
New commits: commit 7168aa0379559bb3e62f3daabc6398a22b2efe79 Author: Noel Grandin <[email protected]> AuthorDate: Tue Dec 23 09:44:12 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Tue Dec 23 11:55:23 2025 +0100 SfxCharmapCtrl::m_xVirDev is unused since commit c184cd984865a0406940b9f39ac1cd538b922e8f Author: Michael Weghorn <[email protected]> Date: Sat Dec 20 22:25:15 2025 +0100 tdf#168594 tdf#119931 a11y special chars: Use IconView for recent/favorites Change-Id: I55458a797a000dcb03aa5168e2a26d80fb74d3c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196154 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Jenkins diff --git a/sfx2/inc/charmapcontrol.hxx b/sfx2/inc/charmapcontrol.hxx index 400216ca2a3d..76994387b531 100644 --- a/sfx2/inc/charmapcontrol.hxx +++ b/sfx2/inc/charmapcontrol.hxx @@ -36,8 +36,6 @@ public: private: rtl::Reference<CharmapPopup> m_xControl; - ScopedVclPtr<VirtualDevice> m_xVirDev; - SfxCharmapContainer m_aCharmapContents; std::unique_ptr<weld::Label> m_xRecentLabel; diff --git a/sfx2/source/control/charmapcontrol.cxx b/sfx2/source/control/charmapcontrol.cxx index 35bf8e14a272..ab944d19925b 100644 --- a/sfx2/source/control/charmapcontrol.cxx +++ b/sfx2/source/control/charmapcontrol.cxx @@ -30,7 +30,6 @@ using namespace css; SfxCharmapCtrl::SfxCharmapCtrl(CharmapPopup* pControl, weld::Widget* pParent) : WeldToolbarPopup(pControl->getFrameInterface(), pParent, u"sfx/ui/charmapcontrol.ui"_ustr, u"charmapctrl"_ustr) , m_xControl(pControl) - , m_xVirDev(VclPtr<VirtualDevice>::Create()) , m_aCharmapContents(*m_xBuilder) , m_xRecentLabel(m_xBuilder->weld_label(u"label2"_ustr)) , m_xDlgBtn(m_xBuilder->weld_button(u"specialchardlg"_ustr))
