rpms/openoffice.org/devel openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch, 1.36, 1.37

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Oct 5 06:59:04 UTC 2007


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8417

Modified Files:
	openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch 
Log Message:
syntax fix

openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch:

Index: openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch	4 Oct 2007 11:31:19 -0000	1.36
+++ openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch	5 Oct 2007 06:58:31 -0000	1.37
@@ -266,7 +266,7 @@
  	String						GetJobValue( const String& rKey ) const { return maJobSetup.GetValue( rKey ); }
  	void						SetJobValue( const String& rKey, const String& rValue ) { maJobSetup.SetValue( rKey, rValue ); }
 +	void                        SetJobCupsKey( const String& rKey, const String& rValue ) { maJobSetup.SetCupsKey( rKey, rValue ); }
-+	Reset( ) { maJobSetup.Reset(); }
++	void Reset( ) { maJobSetup.Reset(); }
 +    psp::PrinterInfo            GetPrinterInfo() const;
 +
  




More information about the fedora-extras-commits mailing list