rpms/openoffice.org/devel openoffice.org-1.9.121.rh127576.gnomeprintui.patch, 1.9, 1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 5 15:43:23 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12425

Modified Files:
	openoffice.org-1.9.121.rh127576.gnomeprintui.patch 
Log Message:
try alternative for gcc41

openoffice.org-1.9.121.rh127576.gnomeprintui.patch:
 configuration/ppds/SGENPRT.PS                |    0 
 configuration/psprint.conf                   |    0 
 inc/jobset.hxx                               |    0 
 inc/print.hxx                                |    0 
 psprint/source/printer/cupsmgr.cxx           |    7 
 psprint_config/configuration/ppds/SGENPRT.PS |    2 
 psprint_config/configuration/psprint.conf    |    2 
 source/dialogs/makefile.mk                   |    0 
 source/dialogs/printdlg.cxx                  |    0 
 source/gdi/jobset.cxx                        |    0 
 source/printer/cupsmgr.cxx                   |    0 
 svtools/source/dialogs/makefile.mk           |    4 
 svtools/source/dialogs/printdlg.cxx          |  523 ++++++++++++++++++++++++++-
 svtools/util/makefile.mk                     |    8 
 util/makefile.mk                             |    0 
 vcl/inc/jobset.hxx                           |    1 
 vcl/inc/print.hxx                            |    1 
 vcl/source/gdi/jobset.cxx                    |  194 ++++++++++
 18 files changed, 737 insertions(+), 5 deletions(-)

Index: openoffice.org-1.9.121.rh127576.gnomeprintui.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org-1.9.121.rh127576.gnomeprintui.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openoffice.org-1.9.121.rh127576.gnomeprintui.patch	8 Sep 2005 17:06:04 -0000	1.9
+++ openoffice.org-1.9.121.rh127576.gnomeprintui.patch	5 Dec 2005 15:43:20 -0000	1.10
@@ -773,9 +773,9 @@
 +						GNOME_PRINT_DIALOG(pDialog), 
 +						&start, &end);
 +  	              		maRangeText = 
-+						String::CreateFromInt32(start) + 
-+						String::CreateFromAscii( "-" ) +
-+						String::CreateFromInt32(end);
++						String::CreateFromInt32(start).Append(
++						String::CreateFromAscii( "-" )).Append(
++						String::CreateFromInt32(end));
 +					break;
 +				}
 +				case GNOME_PRINT_RANGE_SELECTION:




More information about the fedora-cvs-commits mailing list