rpms/openoffice.org/devel workspace.tl81.patch, NONE, 1.1 openoffice.org.spec, 1.2255, 1.2256 openoffice.org-3.3.0.ooo112363.accessibility.badindex.patch, 1.1, NONE

Caolan McNamara caolanm at fedoraproject.org
Wed Jun 23 08:06:02 UTC 2010


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11603

Modified Files:
	openoffice.org.spec 
Added Files:
	workspace.tl81.patch 
Removed Files:
	openoffice.org-3.3.0.ooo112363.accessibility.badindex.patch 
Log Message:
rename to accepted workspace

workspace.tl81.patch:
 textwindowaccessibility.cxx |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

--- NEW FILE workspace.tl81.patch ---
diff -ru accessibility/source/extended/textwindowaccessibility.cxx accessibility/source/extended/textwindowaccessibility.cxx
--- accessibility/source/extended/textwindowaccessibility.cxx	2010-06-14 10:15:09.428805818 +0100
+++ accessibility/source/extended/textwindowaccessibility.cxx	2010-06-14 10:30:38.683798962 +0100
@@ -1992,10 +1992,14 @@
                 determineVisibleRange();
                 notifyVisibleRangeChanges(aOldVisibleBegin, aOldVisibleEnd,
                                           m_xParagraphs->end());
-                Paragraphs::iterator aIt(m_xParagraphs->begin() + n);
-                ::rtl::Reference< ParagraphImpl > xParagraph(getParagraph(aIt));
-                if (xParagraph.is())
-                    xParagraph->textChanged();
+
+                if (n < m_xParagraphs->size())
+                {
+                    Paragraphs::iterator aIt(m_xParagraphs->begin() + n);
+                    ::rtl::Reference< ParagraphImpl > xParagraph(getParagraph(aIt));
+                    if (xParagraph.is())
+                        xParagraph->textChanged();
+                }
                 break;
             }
         default:


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.2255
retrieving revision 1.2256
diff -u -p -r1.2255 -r1.2256
--- openoffice.org.spec	22 Jun 2010 14:10:38 -0000	1.2255
+++ openoffice.org.spec	23 Jun 2010 08:05:59 -0000	1.2256
@@ -148,7 +148,7 @@ Patch77: workspace.vcl112.patch
 Patch78: openoffice.org-3.3.0.ooo107490.cppu.lifecycle.patch
 Patch79: openoffice.org-3.3.0.ooo100686.wizards.types.not.mediatypes.patch
 Patch80: workspace.vcl113.patch
-Patch81: openoffice.org-3.3.0.ooo112363.accessibility.badindex.patch
+Patch81: workspace.tl81.patch
 Patch82: openoffice.org-3.3.0.ooo112384.sw.export.doc.styledoesntexist.patch
 Patch83: workspace.gtkfpicker9.patch
 Patch84: workspace.gtk3.patch
@@ -1714,7 +1714,7 @@ cp -p %{SOURCE5} external/unowinreg/unow
 %patch78 -p0 -b .ooo107490.cppu.lifecycle.patch
 %patch79 -p0 -b .ooo100686.wizards.types.not.mediatypes.patch
 %patch80 -p0 -b .workspace.vcl113.patch
-%patch81 -p0 -b .ooo112363.accessibility.badindex.patch
+%patch81 -p0 -b .workspace.tl81.patch
 %patch82 -p0 -b .ooo112384.sw.export.doc.styledoesntexist.patch
 %patch83 -p0 -b .workspace.gtkfpicker9.patch
 %patch84 -p0 -b .workspace.gtk3.patch


--- openoffice.org-3.3.0.ooo112363.accessibility.badindex.patch DELETED ---



More information about the scm-commits mailing list