summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/inpdlg.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-06 13:53:00 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-06 13:53:00 +0000
commit21a2c306090a6ad254619c4ce2297991491aafa8 (patch)
treea17facfb24ae1ebd9cf3bbaeae44dda35f576ccb /sw/source/ui/inc/inpdlg.hxx
parent32d0d189581ed18252cab5ac6239bced5cba460a (diff)
INTEGRATION: CWS vclshowstop07 (1.4.554); FILE MERGED
2006/10/24 16:48:03 pl 1.4.554.1: #i67293# workaround broken MultiLineEdit focus handling
Diffstat (limited to 'sw/source/ui/inc/inpdlg.hxx')
-rw-r--r--sw/source/ui/inc/inpdlg.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/inpdlg.hxx b/sw/source/ui/inc/inpdlg.hxx
index acfae4b734d2..d413813b98f4 100644
--- a/sw/source/ui/inc/inpdlg.hxx
+++ b/sw/source/ui/inc/inpdlg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inpdlg.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:21:04 $
+ * last change: $Author: kz $ $Date: 2006-11-06 14:53:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,6 +62,7 @@ class SwWrtShell;
class SwFldInputDlg: public SvxStandardDialog
{
virtual void Apply();
+ virtual void StateChanged( StateChangedType );
SwWrtShell &rSh;
SwInputField* pInpFld;