summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-05-29 12:46:19 +0000
committerFrank Meies <fme@openoffice.org>2001-05-29 12:46:19 +0000
commit122aefb221441a8d803982d8a76c81c40ce60ec9 (patch)
treec4be3cb822086d7f7150932fe66414b32526c11b /sw/source/ui/misc
parent9eecd8284aa92db821e8ebd6794548279e0d68ec (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/misc')
-rw-r--r--sw/source/ui/misc/bookmark.cxx9
-rw-r--r--sw/source/ui/misc/bookmark.hrc6
-rw-r--r--sw/source/ui/misc/bookmark.src10
3 files changed, 14 insertions, 11 deletions
diff --git a/sw/source/ui/misc/bookmark.cxx b/sw/source/ui/misc/bookmark.cxx
index d6c208b6da57..de11eebba6ef 100644
--- a/sw/source/ui/misc/bookmark.cxx
+++ b/sw/source/ui/misc/bookmark.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bookmark.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:44 $
+ * last change: $Author: fme $ $Date: 2001-05-29 13:46:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -180,7 +180,7 @@ SwInsertBookmarkDlg::SwInsertBookmarkDlg( Window *pParent, SwWrtShell &rS ) :
SvxStandardDialog(pParent,SW_RES(DLG_INSERT_BOOKMARK)),
aBookmarkBox(this,SW_RES(CB_BOOKMARK)),
- aBookmarkFrm(this,SW_RES(GB_BOOKMARK)),
+ aBookmarkFl(this,SW_RES(FL_BOOKMARK)),
aOkBtn(this,SW_RES(BT_OK)),
aCancelBtn(this,SW_RES(BT_CANCEL)),
aDeleteBtn(this,SW_RES(BT_DELETE)),
@@ -355,6 +355,9 @@ long BookmarkCombo::PreNotify( NotifyEvent& rNEvt )
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.1.1.1 2000/09/18 17:14:44 hr
+ initial import
+
Revision 1.50 2000/09/18 16:05:55 willem.vandorp
OpenOffice header added.
diff --git a/sw/source/ui/misc/bookmark.hrc b/sw/source/ui/misc/bookmark.hrc
index ea0efd8bf21f..c63b853091b0 100644
--- a/sw/source/ui/misc/bookmark.hrc
+++ b/sw/source/ui/misc/bookmark.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: bookmark.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:44 $
+ * last change: $Author: fme $ $Date: 2001-05-29 13:46:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,7 @@
#define CB_BOOKMARK 1
-#define GB_BOOKMARK 2
+#define FL_BOOKMARK 2
#define BT_OK 20
#define BT_CANCEL 21
diff --git a/sw/source/ui/misc/bookmark.src b/sw/source/ui/misc/bookmark.src
index b412139b555a..fc959af53fc3 100644
--- a/sw/source/ui/misc/bookmark.src
+++ b/sw/source/ui/misc/bookmark.src
@@ -2,9 +2,9 @@
*
* $RCSfile: bookmark.src,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2001-05-10 06:42:04 $
+ * last change: $Author: fme $ $Date: 2001-05-29 13:46:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ ModalDialog DLG_INSERT_BOOKMARK
ComboBox CB_BOOKMARK
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 99 , 70 ) ;
+ Size = MAP_APPFONT ( 99 , 76 ) ;
TABSTOP = TRUE ;
AutoHScroll = TRUE ;
SORT = TRUE ;
@@ -137,10 +137,10 @@ ModalDialog DLG_INSERT_BOOKMARK
TEXT[ turkish ] = "~Sil";
TEXT[ catalan ] = "~Eliminar";
};
- GroupBox GB_BOOKMARK
+ FixedLine FL_BOOKMARK
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 111 , 87 ) ;
+ Size = MAP_APPFONT ( 111 , 8 ) ;
TEXT = "Textmarken" ;
TEXT [ English ] = "Bookmarks" ;
TEXT [ norwegian ] = "Bokmerker" ;