summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/instbdlg.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-11 11:43:07 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-11 11:43:07 +0000
commitbc2403cabdc815742e4f7422fa9e24db74913588 (patch)
tree69d0a6061fb653f7723c869ed24d1e3736467ea3 /sc/source/ui/inc/instbdlg.hxx
parent62a2c73548da4df341f620ada2d5b2f639b91df4 (diff)
redesign
Diffstat (limited to 'sc/source/ui/inc/instbdlg.hxx')
-rw-r--r--sc/source/ui/inc/instbdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/instbdlg.hxx b/sc/source/ui/inc/instbdlg.hxx
index bdc883d6ee88..5f0145b84792 100644
--- a/sc/source/ui/inc/instbdlg.hxx
+++ b/sc/source/ui/inc/instbdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: instbdlg.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:59 $
+ * last change: $Author: dr $ $Date: 2001-05-11 12:40:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,7 +124,7 @@ public:
private:
RadioButton aBtnBefore;
RadioButton aBtnBehind;
- GroupBox aGbPos;
+ FixedLine aFlPos;
RadioButton aBtnNew;
RadioButton aBtnFromFile;
FixedText aFtCount;
@@ -135,7 +135,7 @@ private:
ScExpandedFixedText aFtPath;
PushButton aBtnBrowse;
CheckBox aBtnLink;
- GroupBox aGbTable;
+ FixedLine aFlTable;
OKButton aBtnOk;
CancelButton aBtnCancel;
HelpButton aBtnHelp;