[ooo-build-commit] .: patches/dev300
Andras Timar
timar at kemper.freedesktop.org
Sat May 1 04:43:58 PDT 2010
patches/dev300/apply | 5 -
patches/dev300/padmin-dialog-resize.diff | 27 ----------
patches/dev300/sw-dialogs-resize.diff | 81 -------------------------------
3 files changed, 113 deletions(-)
New commits:
commit ef104d709e5b5acbfdcfbbe514f6a831e2c9abc3
Author: Andras Timar <timar at fsf.hu>
Date: Sat May 1 13:41:32 2010 +0200
Bin unused and already upstreamed diffs
* patches/dev300/apply:
* patches/dev300/padmin-dialog-resize.diff:
* patches/dev300/sw-dialogs-resize.diff:
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 512d7d6..a886d6c 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -533,11 +533,6 @@ vcl-outputdevice-lost-mpGraphics.diff, i#108914, n#575698, pmladek
# make "Table Data View" and "Bibliography" localisable
i93000.diff, i#93000, atimar
-# fix truncated localized text on several dialogs
-# see http://wiki.services.openoffice.org/wiki/Hu.openoffice.org/QA_Screenshots
-#padmin-dialog-resize.diff, i#98164, atimar
-#sw-dialogs-resize.diff, i#98164, atimar
-
# fix erroneous element exists exception while defining new toolbar/menu
# buried in cws-vbasupportdev300
#fix-uiconfiguration-insert.diff, i#105154, noelpwer
diff --git a/patches/dev300/padmin-dialog-resize.diff b/patches/dev300/padmin-dialog-resize.diff
deleted file mode 100644
index 7773603..0000000
--- a/patches/dev300/padmin-dialog-resize.diff
+++ /dev/null
@@ -1,27 +0,0 @@
---- padmin/source/rtsetup.src.orig2 2009-01-16 23:05:30.000000000 +0100
-+++ padmin/source/rtsetup.src 2009-01-16 23:19:59.000000000 +0100
-@@ -306,12 +306,13 @@
- CheckBox RID_RTS_CMD_CB_EXTERNAL
- {
- Pos = MAP_APPFONT( 11, 95 );
-- Size = MAP_APPFONT( 220, 10 );
-+ Size = MAP_APPFONT( 220, 24 );
-+ WordBreak = TRUE;
- Text [ en-US ] = "~Use system print dialog, disable %PRODUCTNAME's print dialog";
- };
- FixedText RID_RTS_CMD_FT_QUICKCMD
- {
-- Pos = MAP_APPFONT( 11, 110 );
-+ Pos = MAP_APPFONT( 11, 124 );
- Size = MAP_APPFONT( 150, 20 );
- WordBreak = TRUE;
- Text [ en-US ] = "Command for quick printing without dialog (optional)";
-@@ -321,7 +322,7 @@
- Border = TRUE;
- Sort = TRUE;
- Dropdown = TRUE;
-- Pos = MAP_APPFONT( 11, 130 );
-+ Pos = MAP_APPFONT( 11, 144 );
- Size = MAP_APPFONT( 150, 65 );
- };
- FixedLine RID_RTS_CMD_FL_INSTALL
diff --git a/patches/dev300/sw-dialogs-resize.diff b/patches/dev300/sw-dialogs-resize.diff
deleted file mode 100644
index 61e25ca..0000000
--- a/patches/dev300/sw-dialogs-resize.diff
+++ /dev/null
@@ -1,81 +0,0 @@
---- sw/source/ui/table/convert.src.orig 2009-01-16 22:22:15.000000000 +0100
-+++ sw/source/ui/table/convert.src 2009-01-16 22:27:09.000000000 +0100
-@@ -36,7 +36,7 @@
- {
- HelpID = FN_CONVERT_TEXT_TABLE ;
- OUTPUTSIZE = TRUE ;
-- Size = MAP_APPFONT ( 203 , 169 ) ;
-+ Size = MAP_APPFONT ( 223 , 169 ) ;
- Text [ en-US ] = "Convert Table to Text" ;
- MOVEABLE = TRUE ;
- SVLOOK = TRUE ;
-@@ -158,26 +158,26 @@
- OkButton BT_OK
- {
- Pos = MAP_APPFONT ( 147 , 6 ) ;
-- Size = MAP_APPFONT ( 50 , 14 ) ;
-+ Size = MAP_APPFONT ( 70 , 14 ) ;
- TABSTOP = TRUE ;
- DefButton = TRUE ;
- };
- CancelButton BT_CANCEL
- {
- Pos = MAP_APPFONT ( 147 , 23 ) ;
-- Size = MAP_APPFONT ( 50 , 14 ) ;
-+ Size = MAP_APPFONT ( 70 , 14 ) ;
- TABSTOP = TRUE ;
- };
- HelpButton BT_HELP
- {
- Pos = MAP_APPFONT ( 147 , 43 ) ;
-- Size = MAP_APPFONT ( 50 , 14 ) ;
-+ Size = MAP_APPFONT ( 70 , 14 ) ;
- TABSTOP = TRUE ;
- };
- PushButton BT_AUTOFORMAT
- {
- Pos = MAP_APPFONT ( 12 , 152 ) ;
-- Size = MAP_APPFONT ( 66 , 14 ) ;
-+ Size = MAP_APPFONT ( 70 , 14 ) ;
- TabStop = TRUE ;
- Hide = TRUE ;
- Text [ en-US ] = "Auto~Format..." ;
---- sw/source/ui/table/colwd.src
-+++ sw/source/ui/table/colwd.src
-@@ -63,14 +63,14 @@
- FixedText FT_WIDTH
- {
- Pos = MAP_APPFONT ( 12 , 31 ) ;
-- Size = MAP_APPFONT ( 35 , 8 ) ;
-+ Size = MAP_APPFONT ( 41 , 8 ) ;
- Text [ en-US ] = "~Width" ;
- Left = TRUE ;
- };
- MetricField ED_WIDTH
- {
- Border = TRUE ;
-- Pos = MAP_APPFONT ( 51 , 30 ) ;
-+ Pos = MAP_APPFONT ( 54 , 30 ) ;
- Size = MAP_APPFONT ( 38 , 12 ) ;
- TabStop = TRUE ;
- Left = TRUE ;
-@@ -101,7 +101,7 @@
- NumericField ED_COL
- {
- Border = TRUE ;
-- Pos = MAP_APPFONT ( 51 , 14 ) ;
-+ Pos = MAP_APPFONT ( 54 , 14 ) ;
- Size = MAP_APPFONT ( 38 , 12 ) ;
- TabStop = TRUE ;
- Left = TRUE ;
---- sw/source/ui/config/optdlg.src
-+++ sw/source/ui/config/optdlg.src
-@@ -60,7 +60,7 @@
- CheckBox CB_CROSS
- {
- Pos = MAP_APPFONT ( 12 , 14 ) ;
-- Size = MAP_APPFONT ( 118 , 10 ) ;
-+ Size = MAP_APPFONT ( 126 , 10 ) ;
- Text [ en-US ] = "Guides ~while moving";
- };
- CheckBox CB_HANDLE
More information about the ooo-build-commit
mailing list