diff options
author | Prashant Shah <pshah.mumbai@gmail.com> | 2010-10-10 13:47:31 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-10 13:47:31 -0500 |
commit | 4aefa94618fd40768dfa927cb68e5caed2ac8e27 (patch) | |
tree | 62abf3f5aa4a53ff6ab6796b0f987c78f6f83e4c /sw/source/ui/fldui/DropDownFieldDialog.cxx | |
parent | a6aea52f0d4e2b0fbd4a5f662bf9383c0fb9b737 (diff) |
Remove bogus comment
Diffstat (limited to 'sw/source/ui/fldui/DropDownFieldDialog.cxx')
-rw-r--r-- | sw/source/ui/fldui/DropDownFieldDialog.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/fldui/DropDownFieldDialog.cxx b/sw/source/ui/fldui/DropDownFieldDialog.cxx index df50e5e318da..85ed3778546d 100644 --- a/sw/source/ui/fldui/DropDownFieldDialog.cxx +++ b/sw/source/ui/fldui/DropDownFieldDialog.cxx @@ -48,7 +48,6 @@ using namespace ::com::sun::star; /*-------------------------------------------------------------------- Beschreibung: Feldeinfuegen bearbeiten --------------------------------------------------------------------*/ - sw::DropDownFieldDialog::DropDownFieldDialog( Window *pParent, SwWrtShell &rS, SwField* pField, BOOL bNextButton ) : @@ -105,10 +104,6 @@ sw::DropDownFieldDialog::~DropDownFieldDialog() { } -/*-------------------------------------------------------------------- - - --------------------------------------------------------------------*/ - void sw::DropDownFieldDialog::Apply() { if(pDropField) @@ -130,9 +125,7 @@ void sw::DropDownFieldDialog::Apply() } } } -/* -----------------17.06.2003 10:50----------------- - --------------------------------------------------*/ IMPL_LINK(sw::DropDownFieldDialog, ButtonHdl, PushButton*, pButton) { EndDialog(&aNextPB == pButton ? RET_OK : RET_YES ); |