diff options
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-i71760')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-i71760 | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i71760 b/editors/openoffice.org-vcltesttool/files/patch-i71760 deleted file mode 100644 index ddbb3c732062..000000000000 --- a/editors/openoffice.org-vcltesttool/files/patch-i71760 +++ /dev/null @@ -1,23 +0,0 @@ -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(); - }; - - //------------------------------------------------------------------------ |