summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldtdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/fldtdlg.cxx')
-rw-r--r--sw/source/ui/fldui/fldtdlg.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx
index 32b3ab1410dd..9fa310f42093 100644
--- a/sw/source/ui/fldui/fldtdlg.cxx
+++ b/sw/source/ui/fldui/fldtdlg.cxx
@@ -46,12 +46,10 @@
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
-
/*--------------------------------------------------------------------
Description: carrier of the dialog
--------------------------------------------------------------------*/
-
SwFldDlg::SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent)
: SfxTabDialog(pParent, "FieldDialog", "modules/swriter/ui/fielddialog.ui")
, m_pChildWin(pCW)
@@ -207,7 +205,6 @@ IMPL_LINK_NOARG(SwFldDlg, CancelHdl)
return 0;
}
-
/*--------------------------------------------------------------------
Description: newly initialise dialog after Doc-Switch
--------------------------------------------------------------------*/
@@ -342,5 +339,4 @@ void SwFldDlg::PageCreated(sal_uInt16 nId, SfxTabPage& rPage)
}
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */