summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-06-26 09:16:25 +0000
committerOliver Specht <os@openoffice.org>2001-06-26 09:16:25 +0000
commitdfd4d25cac93561eb632a087a46e741f3682befb (patch)
tree0fdc2a693889bea411106b5211c66aa71ff98995 /extensions/source/bibliography
parentdee619cf993ccca686f79db54820a622c674660b (diff)
#86988# dialog redesign
Diffstat (limited to 'extensions/source/bibliography')
-rw-r--r--extensions/source/bibliography/datman.cxx8
-rw-r--r--extensions/source/bibliography/datman.src14
2 files changed, 11 insertions, 11 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index 8bba8debba6d..e1acad86da43 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datman.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: th $ $Date: 2001-05-11 10:25:23 $
+ * last change: $Author: os $ $Date: 2001-06-26 10:16:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -381,7 +381,7 @@ class MappingDialog_Impl : public ModalDialog
CancelButton aCancelBT;
HelpButton aHelpBT;
- GroupBox aMapGB;
+ FixedLine aMapGB;
FixedText aIdentifierFT;
ListBox aIdentifierLB;
FixedText aAuthorityTypeFT;
@@ -692,7 +692,7 @@ class DBChangeDialog_Impl : public ModalDialog
CancelButton aCancelBT;
HelpButton aHelpBT;
- GroupBox aSelectionGB;
+ FixedLine aSelectionGB;
SvTabListBox aSelectionLB;
HeaderBar aSelectionHB;
diff --git a/extensions/source/bibliography/datman.src b/extensions/source/bibliography/datman.src
index bb1e9d8254eb..75dcb26aeba5 100644
--- a/extensions/source/bibliography/datman.src
+++ b/extensions/source/bibliography/datman.src
@@ -2,9 +2,9 @@
*
* $RCSfile: datman.src,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2001-06-13 22:46:49 $
+ * last change: $Author: os $ $Date: 2001-06-26 10:16:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
//
//
//
-// $Author: kz $ $Date: 2001-06-13 22:46:49 $ $Revision: 1.13 $
+// $Author: os $ $Date: 2001-06-26 10:16:25 $ $Revision: 1.14 $
// $Logfile: T:/sc/inc/scresid.hxv $ $Workfile: scresid.hxx $
//------------------------------------------------------------------
@@ -94,10 +94,10 @@ ModalDialog RID_DLG_MAPPING
Pos = MAP_APPFONT ( 338 , 36 ) ;
Size = MAP_APPFONT ( 50 , 12 ) ;
};
- GroupBox GB_MAPPING
+ FixedLine GB_MAPPING
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 329 , 175 ) ;
+ Size = MAP_APPFONT ( 329 , 8 ) ;
Text = "Spaltennamen";
Text [ENGLISH] = "Column names";
Text[ english_us ] = "Column names";
@@ -1235,10 +1235,10 @@ ModalDialog RID_DLG_DBCHANGE
Pos = MAP_APPFONT ( 238 , 36 ) ;
Size = MAP_APPFONT ( 50 , 12 ) ;
};
- GroupBox GB_SELECTION
+ FixedLine GB_SELECTION
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 229 , 125 ) ;
+ Size = MAP_APPFONT ( 229 , 8 ) ;
Text = "Auswahl";
Text [ENGLISH] = "Selection";
Text[ english_us ] = "Selection";