summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/inpdlg.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-06-01 09:20:44 +0000
committerFrank Meies <fme@openoffice.org>2001-06-01 09:20:44 +0000
commitc03292c455653d65c411a5bffa59c062a46d4c35 (patch)
treed576629c0c9fb62a64e13879531904a8b74f5215 /sw/source/ui/inc/inpdlg.hxx
parentf3ec707e575136252333aaebf768c748e15d2c9a (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/inpdlg.hxx')
-rw-r--r--sw/source/ui/inc/inpdlg.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/sw/source/ui/inc/inpdlg.hxx b/sw/source/ui/inc/inpdlg.hxx
index 6ff63ad02d5f..192c53e67d29 100644
--- a/sw/source/ui/inc/inpdlg.hxx
+++ b/sw/source/ui/inc/inpdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inpdlg.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:40 $
+ * last change: $Author: fme $ $Date: 2001-06-01 10:20:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,11 +74,9 @@
#include <svtools/svmedit.hxx>
#endif
#endif
-
-#ifndef _GROUP_HXX //autogen
-#include <vcl/group.hxx>
+#ifndef _SV_FIXED_HXX
+#include <vcl/fixed.hxx>
#endif
-
#ifndef _BUTTON_HXX //autogen
#include <vcl/button.hxx>
#endif
@@ -105,7 +103,7 @@ class SwFldInputDlg: public SvxStandardDialog
Edit aLabelED;
MultiLineEdit aEditED;
- GroupBox aEditGB;
+ FixedLine aEditFL;
OKButton aOKBT;
CancelButton aCancelBT;