A build fix for amd64.
Reported by: oliver, and Jack L.
This commit is contained in:
parent
9c18b16d65
commit
1393f5c438
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178048
4 changed files with 92 additions and 0 deletions
23
editors/openoffice-3-devel/files/patch-i71760
Normal file
23
editors/openoffice-3-devel/files/patch-i71760
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: toolkit/source/controls/unocontrolcontainer.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/gsl/toolkit/source/controls/unocontrolcontainer.cxx,v
|
||||
retrieving revision 1.16
|
||||
diff -u -r1.16 unocontrolcontainer.cxx
|
||||
--- toolkit/source/controls/unocontrolcontainer.cxx 14 Nov 2006 12:28:48 -0000 1.16
|
||||
+++ toolkit/source/controls/unocontrolcontainer.cxx 20 Nov 2006 05:23:48 -0000
|
||||
@@ -185,13 +185,13 @@
|
||||
@throw uno::RuntimeException
|
||||
if no free identifier can be found
|
||||
*/
|
||||
- ControlIdentifier UnoControlHolderList::impl_getFreeIdentifier_throw();
|
||||
+ ControlIdentifier impl_getFreeIdentifier_throw();
|
||||
|
||||
/** finds a free name
|
||||
@throw uno::RuntimeException
|
||||
if no free name can be found
|
||||
*/
|
||||
- ::rtl::OUString UnoControlHolderList::impl_getFreeName_throw();
|
||||
+ ::rtl::OUString impl_getFreeName_throw();
|
||||
};
|
||||
|
||||
//------------------------------------------------------------------------
|
23
editors/openoffice.org-2-devel/files/patch-i71760
Normal file
23
editors/openoffice.org-2-devel/files/patch-i71760
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: toolkit/source/controls/unocontrolcontainer.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/gsl/toolkit/source/controls/unocontrolcontainer.cxx,v
|
||||
retrieving revision 1.16
|
||||
diff -u -r1.16 unocontrolcontainer.cxx
|
||||
--- toolkit/source/controls/unocontrolcontainer.cxx 14 Nov 2006 12:28:48 -0000 1.16
|
||||
+++ toolkit/source/controls/unocontrolcontainer.cxx 20 Nov 2006 05:23:48 -0000
|
||||
@@ -185,13 +185,13 @@
|
||||
@throw uno::RuntimeException
|
||||
if no free identifier can be found
|
||||
*/
|
||||
- ControlIdentifier UnoControlHolderList::impl_getFreeIdentifier_throw();
|
||||
+ ControlIdentifier impl_getFreeIdentifier_throw();
|
||||
|
||||
/** finds a free name
|
||||
@throw uno::RuntimeException
|
||||
if no free name can be found
|
||||
*/
|
||||
- ::rtl::OUString UnoControlHolderList::impl_getFreeName_throw();
|
||||
+ ::rtl::OUString impl_getFreeName_throw();
|
||||
};
|
||||
|
||||
//------------------------------------------------------------------------
|
23
editors/openoffice.org-3-devel/files/patch-i71760
Normal file
23
editors/openoffice.org-3-devel/files/patch-i71760
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: toolkit/source/controls/unocontrolcontainer.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/gsl/toolkit/source/controls/unocontrolcontainer.cxx,v
|
||||
retrieving revision 1.16
|
||||
diff -u -r1.16 unocontrolcontainer.cxx
|
||||
--- toolkit/source/controls/unocontrolcontainer.cxx 14 Nov 2006 12:28:48 -0000 1.16
|
||||
+++ toolkit/source/controls/unocontrolcontainer.cxx 20 Nov 2006 05:23:48 -0000
|
||||
@@ -185,13 +185,13 @@
|
||||
@throw uno::RuntimeException
|
||||
if no free identifier can be found
|
||||
*/
|
||||
- ControlIdentifier UnoControlHolderList::impl_getFreeIdentifier_throw();
|
||||
+ ControlIdentifier impl_getFreeIdentifier_throw();
|
||||
|
||||
/** finds a free name
|
||||
@throw uno::RuntimeException
|
||||
if no free name can be found
|
||||
*/
|
||||
- ::rtl::OUString UnoControlHolderList::impl_getFreeName_throw();
|
||||
+ ::rtl::OUString impl_getFreeName_throw();
|
||||
};
|
||||
|
||||
//------------------------------------------------------------------------
|
23
editors/openoffice.org-vcltesttool/files/patch-i71760
Normal file
23
editors/openoffice.org-vcltesttool/files/patch-i71760
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: toolkit/source/controls/unocontrolcontainer.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/gsl/toolkit/source/controls/unocontrolcontainer.cxx,v
|
||||
retrieving revision 1.16
|
||||
diff -u -r1.16 unocontrolcontainer.cxx
|
||||
--- toolkit/source/controls/unocontrolcontainer.cxx 14 Nov 2006 12:28:48 -0000 1.16
|
||||
+++ toolkit/source/controls/unocontrolcontainer.cxx 20 Nov 2006 05:23:48 -0000
|
||||
@@ -185,13 +185,13 @@
|
||||
@throw uno::RuntimeException
|
||||
if no free identifier can be found
|
||||
*/
|
||||
- ControlIdentifier UnoControlHolderList::impl_getFreeIdentifier_throw();
|
||||
+ ControlIdentifier impl_getFreeIdentifier_throw();
|
||||
|
||||
/** finds a free name
|
||||
@throw uno::RuntimeException
|
||||
if no free name can be found
|
||||
*/
|
||||
- ::rtl::OUString UnoControlHolderList::impl_getFreeName_throw();
|
||||
+ ::rtl::OUString impl_getFreeName_throw();
|
||||
};
|
||||
|
||||
//------------------------------------------------------------------------
|
Loading…
Reference in a new issue