summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-30 12:49:21 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-30 12:49:21 +0000
commit985733d104155acbf7511095b2c301664aadea24 (patch)
tree5d90d05b7be79fa50c9f809d18a855dbf011e72e /sc/source/ui/docshell
parent69435eb1578f5bc6f091a0910e6617534b865010 (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/tpstat.cxx10
-rw-r--r--sc/source/ui/docshell/tpstat.hrc6
-rw-r--r--sc/source/ui/docshell/tpstat.src8
3 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx
index d6d08eca934d..2817d40f60b3 100644
--- a/sc/source/ui/docshell/tpstat.cxx
+++ b/sc/source/ui/docshell/tpstat.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpstat.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:55 $
+ * last change: $Author: dr $ $Date: 2001-05-30 13:48:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,7 @@ ScDocStatPage::ScDocStatPage( Window *pParent, const SfxItemSet& rSet )
aFtCells ( this, ScResId( FT_CELLS ) ),
aFtPagesLbl ( this, ScResId( FT_PAGES_LBL ) ),
aFtPages ( this, ScResId( FT_PAGES ) ),
- aGbInfo ( this, ScResId( GB_INFO ) )
+ aFlInfo ( this, ScResId( FL_INFO ) )
{
ScDocShell* pDocSh = PTR_CAST( ScDocShell, SfxObjectShell::Current() );
ScDocStat aDocStat;
@@ -100,9 +100,9 @@ ScDocStatPage::ScDocStatPage( Window *pParent, const SfxItemSet& rSet )
if ( pDocSh )
pDocSh->GetDocStat( aDocStat );
- String aInfo = aGbInfo.GetText();
+ String aInfo = aFlInfo.GetText();
aInfo += aDocStat.aDocName;
- aGbInfo .SetText( aInfo );
+ aFlInfo .SetText( aInfo );
aFtTables .SetText( String::CreateFromInt32( aDocStat.nTableCount ) );
aFtCells .SetText( String::CreateFromInt32( aDocStat.nCellCount ) );
aFtPages .SetText( String::CreateFromInt32( aDocStat.nPageCount ) );
diff --git a/sc/source/ui/docshell/tpstat.hrc b/sc/source/ui/docshell/tpstat.hrc
index c0a7b1ce6b37..2410c396ee83 100644
--- a/sc/source/ui/docshell/tpstat.hrc
+++ b/sc/source/ui/docshell/tpstat.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: tpstat.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:55 $
+ * last change: $Author: dr $ $Date: 2001-05-30 13:48:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,4 +67,4 @@
#define FT_PAGES 5
#define FT_PAGES_LBL 6
-#define GB_INFO 1
+#define FL_INFO 1
diff --git a/sc/source/ui/docshell/tpstat.src b/sc/source/ui/docshell/tpstat.src
index 014edc73a3d3..b8619f80b058 100644
--- a/sc/source/ui/docshell/tpstat.src
+++ b/sc/source/ui/docshell/tpstat.src
@@ -2,9 +2,9 @@
*
* $RCSfile: tpstat.src,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2001-05-17 07:46:41 $
+ * last change: $Author: dr $ $Date: 2001-05-30 13:48:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,10 +177,10 @@ TabPage RID_SCPAGE_STAT
Size = MAP_APPFONT ( 27 , 8 ) ;
Left = TRUE ;
};
- GroupBox GB_INFO
+ FixedLine FL_INFO
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 176 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Dokument: " ;
Text [ ENGLISH ] = "Document: " ;
Text [ english_us ] = "Document: " ;