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.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/sw/source/ui/fldui/inpdlg.cxx b/sw/source/ui/fldui/inpdlg.cxx
index 2a1d5ea5cca8..958748a9051f 100644
--- a/sw/source/ui/fldui/inpdlg.cxx
+++ b/sw/source/ui/fldui/inpdlg.cxx
@@ -30,10 +30,7 @@
#include <fldui.hrc>
-/*--------------------------------------------------------------------
- Description: edit field-insert
- --------------------------------------------------------------------*/
-
+// edit field-insert
SwFldInputDlg::SwFldInputDlg( Window *pParent, SwWrtShell &rS,
SwField* pField, bool bNextButton )
: SvxStandardDialog( pParent, "InputFieldDialog",
@@ -116,14 +113,10 @@ void SwFldInputDlg::StateChanged( StateChangedType nType )
SvxStandardDialog::StateChanged( nType );
}
-/*--------------------------------------------------------------------
- Description: Close
- --------------------------------------------------------------------*/
-
+// Close
void SwFldInputDlg::Apply()
{
OUString aTmp(comphelper::string::remove(m_pEditED->GetText(), '\r'));
-
rSh.StartAllAction();
bool bModified = false;
if(pInpFld)