rpms/openoffice.org/devel openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch, 1.17, 1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 12 20:27:33 UTC 2006


Author: caolanm

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

Modified Files:
	openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch 
Log Message:
console spew

openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch:
 inc/jobset.hxx                                          |    0 
 inc/print.hxx                                           |    0 
 inc/printdlg.hxx                                        |    0 
 inc/psprint/ppdparser.hxx                               |    0 
 openoffice.org.orig/svtools/source/dialogs/printdlg.src |   10 
 psprint/inc/psprint/ppdparser.hxx                       |    4 
 psprint/source/printer/cupsmgr.cxx                      |    7 
 psprint/source/printergfx/printerjob.cxx                |    3 
 source/dialogs/makefile.mk                              |    0 
 source/dialogs/printdlg.cxx                             |    0 
 source/dialogs/printdlg.hrc                             |    0 
 source/dialogs/printdlg.src                             |    0 
 source/gdi/jobset.cxx                                   |    0 
 source/gdi/print.cxx                                    |    0 
 source/printer/cupsmgr.cxx                              |    0 
 source/printergfx/printerjob.cxx                        |    0 
 svtools/inc/printdlg.hxx                                |    2 
 svtools/source/dialogs/makefile.mk                      |    4 
 svtools/source/dialogs/printdlg.cxx                     |  526 +++++++++++++++-
 svtools/source/dialogs/printdlg.hrc                     |    2 
 svtools/util/makefile.mk                                |    8 
 util/makefile.mk                                        |    0 
 vcl/inc/jobset.hxx                                      |    3 
 vcl/inc/print.hxx                                       |    3 
 vcl/source/gdi/jobset.cxx                               |  194 +++++
 vcl/source/gdi/print.cxx                                |   11 
 26 files changed, 765 insertions(+), 12 deletions(-)

Index: openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch	29 Nov 2006 11:14:35 -0000	1.17
+++ openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch	12 Dec 2006 20:27:30 -0000	1.18
@@ -288,9 +288,9 @@
 +	}
 +	if (aInfo.m_pParser)
 +	{
-+		fprintf(stderr, "key of %s, value of %s\n", 
-+		    rtl::OUStringToOString(rKey, RTL_TEXTENCODING_UTF8).getStr(), 
-+			rtl::OUStringToOString(rValue, RTL_TEXTENCODING_UTF8).getStr());
++		//fprintf(stderr, "key of %s, value of %s\n", 
++		//    rtl::OUStringToOString(rKey, RTL_TEXTENCODING_UTF8).getStr(), 
++		//	rtl::OUStringToOString(rValue, RTL_TEXTENCODING_UTF8).getStr());
 +
 +		if (const PPDKey* pKey = aInfo.m_pParser->getKey(rKey))
 +		{
@@ -298,7 +298,7 @@
 +			for (int i = 0; i < pKey->countValues(); ++i)
 +			{
 +               			const PPDValue *pValue = pKey->getValue(i);
-+				fprintf(stderr, "possible of %s\n", rtl::OUStringToOString(pValue->m_aOption, RTL_TEXTENCODING_UTF8).getStr());
++				//fprintf(stderr, "possible of %s\n", rtl::OUStringToOString(pValue->m_aOption, RTL_TEXTENCODING_UTF8).getStr());
 +               			if (rValue == pValue->m_aOption)
 +				{
 +					aInfo.m_aContext.setValue(pKey, pValue);
@@ -324,8 +324,8 @@
 +					}
 +				}
 +			}
-+			if (!bFound)	
-+				fprintf(stderr, "Warning uknown PPD value %s\n", rtl::OUStringToOString(rValue, RTL_TEXTENCODING_UTF8).getStr());
++			//if (!bFound)	
++			//	fprintf(stderr, "Warning uknown PPD value %s\n", rtl::OUStringToOString(rValue, RTL_TEXTENCODING_UTF8).getStr());
 +		}
 +		else
 +		{




More information about the fedora-cvs-commits mailing list