summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/fldpage.cxx')
-rw-r--r--sw/source/ui/fldui/fldpage.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sw/source/ui/fldui/fldpage.cxx b/sw/source/ui/fldui/fldpage.cxx
index 0096bc5d6fc6..ffbd02285f83 100644
--- a/sw/source/ui/fldui/fldpage.cxx
+++ b/sw/source/ui/fldui/fldpage.cxx
@@ -41,22 +41,6 @@
using namespace ::com::sun::star;
-SwFldPage::SwFldPage( Window *pParent, const ResId &rId,
- const SfxItemSet &rAttrSet )
- :SfxTabPage (pParent, rId, rAttrSet),
- m_pCurFld (0),
- m_pWrtShell (0),
- m_nTypeSel (LISTBOX_ENTRY_NOTFOUND),
- m_nSelectionSel (LISTBOX_ENTRY_NOTFOUND),
- m_bFldEdit (false),
- m_bInsert (sal_True),
- m_bFldDlgHtmlMode (sal_False),
- m_bRefresh (sal_False),
- m_bFirstHTMLInit (sal_True)
-{
-
-}
-
SwFldPage::SwFldPage(Window *pParent, const OString& rID,
const OUString& rUIXMLDescription, const SfxItemSet &rAttrSet)
: SfxTabPage(pParent, rID, rUIXMLDescription, rAttrSet)