summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/optload.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/optload.hxx
parentf3ec707e575136252333aaebf768c748e15d2c9a (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/inc/optload.hxx')
-rw-r--r--sw/source/ui/inc/optload.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/inc/optload.hxx b/sw/source/ui/inc/optload.hxx
index 846d2653115c..b368e034d9b2 100644
--- a/sw/source/ui/inc/optload.hxx
+++ b/sw/source/ui/inc/optload.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optload.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-05-04 12:05:46 $
+ * 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
@@ -104,7 +104,7 @@ class SwWrtShell;
class SwLoadOptPage : public SfxTabPage
{
private:
- FixedLine aUpdateGB;
+ FixedLine aUpdateFL;
FixedText aLinkFT;
RadioButton aAlwaysRB;
RadioButton aRequestRB;
@@ -114,18 +114,18 @@ private:
CheckBox aAutoUpdateFields;
CheckBox aAutoUpdateCharts;
- FixedLine aCaptionGB;
+ FixedLine aCaptionFL;
CheckBox aCaptionCB;
FixedText aCaptionFT;
PushButton aCaptionPB;
- FixedLine aSettingsGB;
+ FixedLine aSettingsFL;
FixedText aMetricFT;
ListBox aMetricLB;
FixedText aTabFT;
MetricField aTabMF;
- FixedLine aCompatGB;
+ FixedLine aCompatFL;
CheckBox aMergeDistCB;
CheckBox aMergeDistPageStartCB;
CheckBox aTabAlignment;
@@ -196,7 +196,7 @@ private:
ListBox aLbLevel;
FixedText aFtDelim;
Edit aEdDelim;
- FixedLine aSettingsGroup;
+ FixedLine aSettingsGroupFL;
String sSWTable;
String sSWFrame;