SOURCES: openoffice.org-gcc3.patch (NEW) - gcc3 hack with help of ...

glen glen at pld-linux.org
Mon Apr 2 01:01:43 CEST 2007


Author: glen                         Date: Sun Apr  1 23:01:43 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc3 hack with help of Qrczak

---- Files affected:
SOURCES:
   openoffice.org-gcc3.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/openoffice.org-gcc3.patch
diff -u /dev/null SOURCES/openoffice.org-gcc3.patch:1.1
--- /dev/null	Mon Apr  2 01:01:43 2007
+++ SOURCES/openoffice.org-gcc3.patch	Mon Apr  2 01:01:38 2007
@@ -0,0 +1,29 @@
+--- desktop/source/deployment/registry/package/dp_package.cxx~	2007-04-02 02:00:48.335791831 +0300
++++ desktop/source/deployment/registry/package/dp_package.cxx	2007-04-02 02:00:50.415839157 +0300
+@@ -661,7 +661,7 @@
+ 	{
+ 		css::uno::Reference<css::xml::dom::XNode> xRoot = desc.getRootElement();
+ 		css::uno::Reference<css::xml::xpath::XXPathAPI> xPath(
+-            DescriptionInfoset(getMyBackend()->getComponentContext(), xRoot).
++            DescriptionInfoset((0, getMyBackend()->getComponentContext()), xRoot).
+             getXpath());
+ 
+ 		css::uno::Reference<css::xml::dom::XNode> nodeSimpleLic = 
+@@ -688,7 +688,7 @@
+         OSL_ASSERT(aContextName.getLength());
+         if (sAccept.equals(OUSTR("user")) && aContextName.equals(OUSTR("shared")))
+         {
+-            css::deployment::LicenseIndividualAgreementException exc(OUString(), 0, m_name);
++            css::deployment::LicenseIndividualAgreementException exc((0, OUString()), 0, m_name);
+ 
+             bool approve = false;
+             bool abort = false;
+@@ -722,7 +722,7 @@
+             
+         if ( !(bInstalled && bSuppress)) 
+         {
+-		    css::deployment::LicenseException licExc(OUString(), 0, m_name, sLicense);    		
++		    css::deployment::LicenseException licExc((0, OUString()), 0, m_name, sLicense);    		
+ 		    bool approve = false;
+ 		    bool abort = false;
+ 		    if (! interactContinuation(
================================================================


More information about the pld-cvs-commit mailing list