summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/chrdlg.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/chrdlg.hxx
parentf3ec707e575136252333aaebf768c748e15d2c9a (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/chrdlg.hxx')
-rw-r--r--sw/source/ui/inc/chrdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/chrdlg.hxx b/sw/source/ui/inc/chrdlg.hxx
index 8fdb151ba12d..af327e0e4609 100644
--- a/sw/source/ui/inc/chrdlg.hxx
+++ b/sw/source/ui/inc/chrdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chrdlg.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:39 $
+ * 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
@@ -117,7 +117,7 @@ public:
class SwCharURLPage : public SfxTabPage
{
- GroupBox aURLGB;
+ FixedLine aURLFL;
FixedText aURLFT;
Edit aURLED;
@@ -129,7 +129,7 @@ class SwCharURLPage : public SfxTabPage
ComboBox aTargetFrmLB;
PushButton aURLPB;
PushButton aEventPB;
- GroupBox aStyleGB;
+ FixedLine aStyleFL;
FixedText aVisitedFT;
ListBox aVisitedLB;
FixedText aNotVisitedFT;