summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/inpdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/inpdlg.hxx')
-rw-r--r--sw/source/ui/inc/inpdlg.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sw/source/ui/inc/inpdlg.hxx b/sw/source/ui/inc/inpdlg.hxx
index 35aa82ed6c17..3634dd120a69 100644
--- a/sw/source/ui/inc/inpdlg.hxx
+++ b/sw/source/ui/inc/inpdlg.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,27 +46,27 @@ class SwWrtShell;
class SwFldInputDlg: public SvxStandardDialog
{
- virtual void Apply();
+ virtual void Apply();
virtual void StateChanged( StateChangedType );
- SwWrtShell &rSh;
- SwInputField* pInpFld;
- SwSetExpField* pSetFld;
- SwUserFieldType* pUsrType;
+ SwWrtShell &rSh;
+ SwInputField* pInpFld;
+ SwSetExpField* pSetFld;
+ SwUserFieldType* pUsrType;
- Edit aLabelED;
+ Edit aLabelED;
- MultiLineEdit aEditED;
+ MultiLineEdit aEditED;
FixedLine aEditFL;
- OKButton aOKBT;
- CancelButton aCancelBT;
- PushButton aNextBT;
- HelpButton aHelpBT;
+ OKButton aOKBT;
+ CancelButton aCancelBT;
+ PushButton aNextBT;
+ HelpButton aHelpBT;
DECL_LINK(NextHdl, PushButton*);
public:
- SwFldInputDlg( Window *pParent, SwWrtShell &rSh,
+ SwFldInputDlg( Window *pParent, SwWrtShell &rSh,
SwField* pField, BOOL bNextButton = FALSE );
~SwFldInputDlg();
};