summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dialog/wordcountdialog.cxx1
-rw-r--r--sw/source/ui/index/swuiidxmrk.cxx1
-rw-r--r--sw/source/uibase/dbui/mailmergehelper.cxx2
-rw-r--r--sw/source/uibase/inc/mailmergehelper.hxx1
-rw-r--r--sw/source/uibase/inc/swuiidxmrk.hxx1
-rw-r--r--sw/source/uibase/inc/wordcountdialog.hxx1
6 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/dialog/wordcountdialog.cxx b/sw/source/ui/dialog/wordcountdialog.cxx
index b24767823963..30148e8bb83b 100644
--- a/sw/source/ui/dialog/wordcountdialog.cxx
+++ b/sw/source/ui/dialog/wordcountdialog.cxx
@@ -111,7 +111,6 @@ SwWordCountFloatDlg::SwWordCountFloatDlg(SfxBindings* _pBindings,
, m_xDocStandardizedPagesFT(m_xBuilder->weld_label("docstandardizedpages"))
, m_xCjkcharsLabelFT(m_xBuilder->weld_label("cjkcharsft"))
, m_xStandardizedPagesLabelFT(m_xBuilder->weld_label("standardizedpages"))
- , m_xClosePB(m_xBuilder->weld_button("close"))
{
showCJK(SvtCJKOptions().IsAnyEnabled());
showStandardizedPages(officecfg::Office::Writer::WordCount::ShowStandardizedPageCount::get());
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index 29b440daa1b3..e8240b7d2fc1 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -86,7 +86,6 @@ SwIndexMarkPane::SwIndexMarkPane(const std::shared_ptr<weld::Dialog>& rDialog, w
, m_nLangForPhoneticReading(LANGUAGE_CHINESE_SIMPLIFIED)
, m_bIsPhoneticReadingEnabled(false)
, m_pSh(&rWrtShell)
- , m_xFrame(rBuilder.weld_widget("frame"))
, m_xTypeFT(rBuilder.weld_label("typeft"))
, m_xTypeDCB(rBuilder.weld_combo_box("typecb"))
, m_xNewBT(rBuilder.weld_button("new"))
diff --git a/sw/source/uibase/dbui/mailmergehelper.cxx b/sw/source/uibase/dbui/mailmergehelper.cxx
index 11f436cb9d63..b929b5317c89 100644
--- a/sw/source/uibase/dbui/mailmergehelper.cxx
+++ b/sw/source/uibase/dbui/mailmergehelper.cxx
@@ -679,7 +679,6 @@ void AddressPreview::MouseButtonDown( const MouseEvent& rMEvt )
pImpl->nSelectedAddress != static_cast<sal_uInt16>(nSelect))
{
pImpl->nSelectedAddress = static_cast<sal_uInt16>(nSelect);
- m_aSelectHdl.Call(nullptr);
}
Invalidate();
}
@@ -722,7 +721,6 @@ bool AddressPreview::KeyInput( const KeyEvent& rKEvt )
pImpl->nSelectedAddress != static_cast<sal_uInt16>(nSelect))
{
pImpl->nSelectedAddress = static_cast<sal_uInt16>(nSelect);
- m_aSelectHdl.Call(nullptr);
Invalidate();
}
}
diff --git a/sw/source/uibase/inc/mailmergehelper.hxx b/sw/source/uibase/inc/mailmergehelper.hxx
index e2c4ad6b6093..57aad5174ab1 100644
--- a/sw/source/uibase/inc/mailmergehelper.hxx
+++ b/sw/source/uibase/inc/mailmergehelper.hxx
@@ -114,7 +114,6 @@ class SW_DLLPUBLIC AddressPreview : public weld::CustomWidgetController
{
std::unique_ptr<SwAddressPreview_Impl> pImpl;
std::unique_ptr<weld::ScrolledWindow> m_xVScrollBar;
- Link<LinkParamNone*,void> m_aSelectHdl;
void DrawText_Impl(vcl::RenderContext& rRenderContext, const OUString& rAddress,
const Point& rTopLeft, const Size& rSize, bool bIsSelected);
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx
index f95ace96ae5c..5d64b9d670c1 100644
--- a/sw/source/uibase/inc/swuiidxmrk.hxx
+++ b/sw/source/uibase/inc/swuiidxmrk.hxx
@@ -69,7 +69,6 @@ class SwIndexMarkPane
m_pTOXMgr;
SwWrtShell* m_pSh;
- std::unique_ptr<weld::Widget> m_xFrame;
std::unique_ptr<weld::Label> m_xTypeFT;
std::unique_ptr<weld::ComboBox> m_xTypeDCB;
std::unique_ptr<weld::Button> m_xNewBT;
diff --git a/sw/source/uibase/inc/wordcountdialog.hxx b/sw/source/uibase/inc/wordcountdialog.hxx
index e63ef3c07c6b..7e2730f7d0aa 100644
--- a/sw/source/uibase/inc/wordcountdialog.hxx
+++ b/sw/source/uibase/inc/wordcountdialog.hxx
@@ -43,7 +43,6 @@ class SwWordCountFloatDlg : public SfxModelessDialogController
std::unique_ptr<weld::Label> m_xDocStandardizedPagesFT;
std::unique_ptr<weld::Label> m_xCjkcharsLabelFT;
std::unique_ptr<weld::Label> m_xStandardizedPagesLabelFT;
- std::unique_ptr<weld::Button> m_xClosePB;
public:
SwWordCountFloatDlg(SfxBindings* pBindings,