summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/chartins.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-07-02 10:46:36 +0000
committerOliver Specht <os@openoffice.org>2001-07-02 10:46:36 +0000
commita3937e12c5dbf4d2785fce1bf245e525c41d9e7f (patch)
tree8051d1f83fc3c6faf5af5815dc104097c58464c5 /sw/source/ui/inc/chartins.hxx
parent160f9f341b05d1dc93892ad0575924f039645bb0 (diff)
#88271# dialog redesign
Diffstat (limited to 'sw/source/ui/inc/chartins.hxx')
-rw-r--r--sw/source/ui/inc/chartins.hxx20
1 files changed, 12 insertions, 8 deletions
diff --git a/sw/source/ui/inc/chartins.hxx b/sw/source/ui/inc/chartins.hxx
index 189a2a10cee1..d07eeb0e8831 100644
--- a/sw/source/ui/inc/chartins.hxx
+++ b/sw/source/ui/inc/chartins.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chartins.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-06-01 10:20:44 $
+ * last change: $Author: os $ $Date: 2001-07-02 11:46:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,7 @@
/*
/*
/* (C) 1995 - 2000 StarDivision GmbH, Hamburg, Germany
-/* $Author: fme $ $Date: 2001-06-01 10:20:44 $ $Revision: 1.2 $
+/* $Author: os $ $Date: 2001-07-02 11:46:36 $ $Revision: 1.3 $
/* $Logfile: T:/sw/source/ui/inc/chartins.hxv $ $Workfile: CHARTINS.HXX $
/*
/* Dialog Einfuegen StarChart
@@ -103,18 +103,22 @@ class SchMemChart;
class SwInsertChartDlg : public SfxModelessDialog
{
- FixedText aTextFt;
+ FixedLine aFL1;
+ CheckBox aFirstRow;
+ CheckBox aFirstCol;
FixedText aRangeFt;
AutoEdit aRangeEd;
+
+ FixedText aTextFt;
+
HelpButton aHelp;
CancelButton aCancel;
- FixedText aHLine;
+
+ FixedLine aHLine;
PushButton aPrev;
PushButton aNext;
PushButton aFinish;
- CheckBox aFirstRow;
- CheckBox aFirstCol;
- FixedLine aFL1;
+
SchMemChart * pChartData;
ModalDialog* pChartDlg;
SfxItemSet* pInItemSet;