rpms/openoffice.org/devel openoffice.org-2.2.0.oooXXXXX.shell.reduceglobals.patch, 1.1, 1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 17 15:52:17 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org-2.2.0.oooXXXXX.shell.reduceglobals.patch 
Log Message:
fix p

openoffice.org-2.2.0.oooXXXXX.shell.reduceglobals.patch:
 shell/source/unix/sysshell/recently_used_file.cxx |    7 ++++---
 shell/source/unix/sysshell/systemshell.cxx        |   11 ++++++-----
 source/unix/sysshell/recently_used_file.cxx       |    0 
 source/unix/sysshell/systemshell.cxx              |    0 
 4 files changed, 10 insertions(+), 8 deletions(-)

Index: openoffice.org-2.2.0.oooXXXXX.shell.reduceglobals.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org-2.2.0.oooXXXXX.shell.reduceglobals.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openoffice.org-2.2.0.oooXXXXX.shell.reduceglobals.patch	17 Apr 2007 13:47:11 -0000	1.1
+++ openoffice.org-2.2.0.oooXXXXX.shell.reduceglobals.patch	17 Apr 2007 15:52:15 -0000	1.2
@@ -37,7 +37,7 @@
 diff -u -r1.7 systemshell.cxx
 --- openoffice.org.orig/shell/source/unix/sysshell/systemshell.cxx	17 Sep 2006 01:42:56 -0000	1.7
 +++ openoffice.org/shell/source/unix/sysshell/systemshell.cxx	17 Apr 2007 13:37:48 -0000
-@@ -42,9 +42,6 @@
+@@ -42,19 +42,18 @@
  
  #include "osl/module.hxx"
  
@@ -47,7 +47,11 @@
  namespace SystemShell {
      
      typedef void (*PFUNC_ADD_TO_RECENTLY_USED_LIST)(const rtl::OUString&, const rtl::OUString&);
-@@ -55,6 +52,8 @@
+         
+     //##############################
+-    rtl::OUString get_absolute_library_url(const rtl::OUString& /*lib_name*/)
++    rtl::OUString get_absolute_library_url()
+     {
          rtl::OUString url;
          if (osl::Module::getUrlFromAddress(reinterpret_cast<oslGenericFunction>(AddToRecentDocumentList), url))
          {        




More information about the fedora-cvs-commits mailing list