summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-03-19 15:33:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-03-19 22:17:55 +0100
commit2c76763e8f050dce96aafdba4307fc9b38ad06f7 (patch)
treea9bfbafd8202df8fa8ba36e31f0546eac07072e2 /sw
parentb1249cea2e99873605332de888d03f163cba0128 (diff)
drop now unused SwFieldPage ctor
Change-Id: Iffba830b1eb3406661f110e8124b317d7f417858 Reviewed-on: https://gerrit.libreoffice.org/69429 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/fldui/fldpage.cxx15
-rw-r--r--sw/source/ui/fldui/fldpage.hxx2
2 files changed, 0 insertions, 17 deletions
diff --git a/sw/source/ui/fldui/fldpage.cxx b/sw/source/ui/fldui/fldpage.cxx
index 1fccc557c39b..2894bb908048 100644
--- a/sw/source/ui/fldui/fldpage.cxx
+++ b/sw/source/ui/fldui/fldpage.cxx
@@ -42,21 +42,6 @@
using namespace ::com::sun::star;
// note: pAttrSet may be null if the dialog is restored on startup
-SwFieldPage::SwFieldPage(vcl::Window *pParent, const OString& rID,
- const OUString& rUIXMLDescription, const SfxItemSet *const pAttrSet)
- : SfxTabPage(pParent, rID, rUIXMLDescription, pAttrSet)
- , m_pCurField(nullptr)
- , m_pWrtShell(nullptr)
- , m_nTypeSel(LISTBOX_ENTRY_NOTFOUND)
- , m_nSelectionSel(LISTBOX_ENTRY_NOTFOUND)
- , m_bFieldEdit(false)
- , m_bInsert(true)
- , m_bFieldDlgHtmlMode(false)
- , m_bRefresh(false)
- , m_bFirstHTMLInit(true)
-{
-}
-
SwFieldPage::SwFieldPage(TabPageParent pParent, const OUString& rUIXMLDescription,
const OString& rID, const SfxItemSet *pAttrSet)
: SfxTabPage(pParent, rUIXMLDescription, rID, pAttrSet)
diff --git a/sw/source/ui/fldui/fldpage.hxx b/sw/source/ui/fldui/fldpage.hxx
index e640d409d7e2..a2720cb918ae 100644
--- a/sw/source/ui/fldui/fldpage.hxx
+++ b/sw/source/ui/fldui/fldpage.hxx
@@ -80,8 +80,6 @@ protected:
using SfxTabPage::ActivatePage;
public:
- SwFieldPage(vcl::Window *pParent, const OString& rID,
- const OUString& rUIXMLDescription, const SfxItemSet *pAttrSet);
SwFieldPage(TabPageParent pParent, const OUString& rUIXMLDescription,
const OString& rID, const SfxItemSet *pAttrSet);