rpms/openoffice.org/FC-6 openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch, 1.18, 1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 30 10:04:54 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch 
Log Message:
more goodies

openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch:
 inc/cupsmgr.hxx                                         |    0 
 inc/jobset.hxx                                          |    0 
 inc/print.hxx                                           |    0 
 inc/printdlg.hxx                                        |    0 
 inc/psprint/ppdparser.hxx                               |    0 
 inc/psprint/printerinfomanager.hxx                      |    0 
 openoffice.org.orig/svtools/source/dialogs/printdlg.src |   10 
 psprint/inc/cupsmgr.hxx                                 |    2 
 psprint/inc/psprint/ppdparser.hxx                       |    4 
 psprint/inc/psprint/printerinfomanager.hxx              |    2 
 psprint/source/printer/cupsmgr.cxx                      |   19 
 psprint/source/printer/printerinfomanager.cxx           |    8 
 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                     |  530 +++++++++++++++-
 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 
 31 files changed, 792 insertions(+), 13 deletions(-)

Index: openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/FC-6/openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch	29 Jan 2007 13:42:26 -0000	1.18
+++ openoffice.org-2.0.3.rh127576.gtkunixprintdialog.patch	30 Jan 2007 10:04:52 -0000	1.19
@@ -1088,4 +1088,21 @@
 +    };
  	Text [ x-comment ] = " ";
  };
+
+--- openoffice.org.orig/psprint/source/printer/printerinfomanager.cxx	2007-01-30 10:03:20.000000000 +0000
++++ openoffice.org/psprint/source/printer/printerinfomanager.cxx	2007-01-29 12:49:51.000000000 +0000
+@@ -137,6 +137,14 @@
  
+ // -----------------------------------------------------------------
+ 
++void PrinterInfoManager::startsearch()
++{
++}
++
++void PrinterInfoManager::stopsearch()
++{
++}
++
+ bool PrinterInfoManager::checkPrintersChanged( bool bWait )
+ {
+     // check if files were created, deleted or modified since initialize()




More information about the fedora-cvs-commits mailing list