summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/inpdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/inpdlg.cxx')
-rw-r--r--sw/source/ui/fldui/inpdlg.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/inpdlg.cxx b/sw/source/ui/fldui/inpdlg.cxx
index 66c8982ced13..2ebbb9880035 100644
--- a/sw/source/ui/fldui/inpdlg.cxx
+++ b/sw/source/ui/fldui/inpdlg.cxx
@@ -63,7 +63,7 @@ SwFldInputDlg::SwFldInputDlg( Window *pParent, SwWrtShell &rS,
OUString aStr;
if( RES_INPUTFLD == pField->GetTyp()->Which() )
{ // it is an input field
- //
+
pInpFld = (SwInputField*)pField;
m_pLabelED->SetText( pInpFld->GetPar2() );
sal_uInt16 nSubType = pInpFld->GetSubType();
@@ -157,12 +157,10 @@ void SwFldInputDlg::Apply()
rSh.EndAllAction();
}
-
IMPL_LINK_NOARG(SwFldInputDlg, NextHdl)
{
EndDialog(RET_OK);
return 0;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */