summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-05-25 14:03:27 +0000
committerFrank Meies <fme@openoffice.org>2001-05-25 14:03:27 +0000
commit43b809e14d73c9346fb03522bfd7a5bd270eee87 (patch)
treec167733600d6e6402f3677013c6efe8ba0b41804 /svx/source/dialog
parent1765bcd7ba0e4c03f2d71a30b7c2a5eb5fcab680 (diff)
Fix #86988#: Dialog redesign
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/postdlg.cxx6
-rw-r--r--svx/source/dialog/postdlg.hrc8
-rw-r--r--svx/source/dialog/postdlg.src12
3 files changed, 13 insertions, 13 deletions
diff --git a/svx/source/dialog/postdlg.cxx b/svx/source/dialog/postdlg.cxx
index 282147207cad..267aabbff677 100644
--- a/svx/source/dialog/postdlg.cxx
+++ b/svx/source/dialog/postdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: postdlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pb $ $Date: 2000-09-26 06:36:00 $
+ * last change: $Author: fme $ $Date: 2001-05-25 15:03:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,7 +118,7 @@ SvxPostItDialog::SvxPostItDialog( Window* pParent,
aLastEditFT ( this, ResId( FT_LASTEDIT ) ),
aEditFT ( this, ResId( FT_EDIT ) ),
aEditED ( this, ResId( ED_EDIT ) ),
- aPostItGB ( this, ResId( GB_POSTIT ) ),
+ aPostItFL ( this, ResId( FL_POSTIT ) ),
aOKBtn ( this, ResId( BTN_POST_OK ) ),
aCancelBtn ( this, ResId( BTN_POST_CANCEL ) ),
aPrevBtn ( this, ResId( BTN_PREV ) ),
diff --git a/svx/source/dialog/postdlg.hrc b/svx/source/dialog/postdlg.hrc
index 0fdbcbe1d6e8..fe339e2ad49f 100644
--- a/svx/source/dialog/postdlg.hrc
+++ b/svx/source/dialog/postdlg.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: postdlg.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:01:11 $
+ * last change: $Author: fme $ $Date: 2001-05-25 15:03:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,9 +65,9 @@
#define FT_LASTEDITLABEL 10
#define FT_LASTEDIT 11
-#define FT_EDIT 12
+#define FT_EDIT 12
#define ED_EDIT 13
-#define GB_POSTIT 14
+#define FL_POSTIT 14
#define BTN_PREV 15
#define BTN_NEXT 16
#define BTN_AUTHOR 17
diff --git a/svx/source/dialog/postdlg.src b/svx/source/dialog/postdlg.src
index 314123c8f96e..f259c31b073b 100644
--- a/svx/source/dialog/postdlg.src
+++ b/svx/source/dialog/postdlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: postdlg.src,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2001-05-16 16:19:19 $
+ * last change: $Author: fme $ $Date: 2001-05-25 15:03:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,17 +152,17 @@ ModalDialog RID_SVXDLG_POSTIT
MultiLineEdit ED_EDIT
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 13 , 38 ) ;
- Size = MAP_APPFONT ( 115 , 64 ) ;
+ Pos = MAP_APPFONT ( 12 , 38 ) ;
+ Size = MAP_APPFONT ( 123 , 72 ) ;
Left = TRUE ;
VScroll = TRUE ;
HScroll = TRUE ;
IgnoreTab = TRUE ;
};
- GroupBox GB_POSTIT
+ FixedLine FL_POSTIT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 129 , 107 ) ;
+ Size = MAP_APPFONT ( 129 , 8 ) ;
Text = "Inhalt" ;
Text [ ENGLISH ] = "Contents" ;
Text [ norwegian ] = "Innhold " ;