sw/source/ui/fldui/fldpage.cxx |   15 ---------------
 sw/source/ui/fldui/fldpage.hxx |    2 --
 2 files changed, 17 deletions(-)

New commits:
commit 2c76763e8f050dce96aafdba4307fc9b38ad06f7
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue Mar 19 15:33:14 2019 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Mar 19 22:17:55 2019 +0100

    drop now unused SwFieldPage ctor
    
    Change-Id: Iffba830b1eb3406661f110e8124b317d7f417858
    Reviewed-on: https://gerrit.libreoffice.org/69429
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

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);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to