diff options
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i78417 | 10 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i78417 | 10 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i78417 | 10 | ||||
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-i78417 | 10 |
4 files changed, 40 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i78417 b/editors/openoffice-3-devel/files/patch-i78417 new file mode 100644 index 0000000..fee06f2 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-i78417 @@ -0,0 +1,10 @@ +--- sw/source/core/bastyp/swregion.cxx ++++ sw/source/core/bastyp/swregion.cxx +@@ -79,6 +79,7 @@ + { + if( rDel ) + { ++ pData = (SwRect*) pData; + *(pData+nPos) = rRect; + rDel = FALSE; + } diff --git a/editors/openoffice.org-2-devel/files/patch-i78417 b/editors/openoffice.org-2-devel/files/patch-i78417 new file mode 100644 index 0000000..fee06f2 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-i78417 @@ -0,0 +1,10 @@ +--- sw/source/core/bastyp/swregion.cxx ++++ sw/source/core/bastyp/swregion.cxx +@@ -79,6 +79,7 @@ + { + if( rDel ) + { ++ pData = (SwRect*) pData; + *(pData+nPos) = rRect; + rDel = FALSE; + } diff --git a/editors/openoffice.org-3-devel/files/patch-i78417 b/editors/openoffice.org-3-devel/files/patch-i78417 new file mode 100644 index 0000000..fee06f2 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i78417 @@ -0,0 +1,10 @@ +--- sw/source/core/bastyp/swregion.cxx ++++ sw/source/core/bastyp/swregion.cxx +@@ -79,6 +79,7 @@ + { + if( rDel ) + { ++ pData = (SwRect*) pData; + *(pData+nPos) = rRect; + rDel = FALSE; + } diff --git a/editors/openoffice.org-vcltesttool/files/patch-i78417 b/editors/openoffice.org-vcltesttool/files/patch-i78417 new file mode 100644 index 0000000..fee06f2 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-i78417 @@ -0,0 +1,10 @@ +--- sw/source/core/bastyp/swregion.cxx ++++ sw/source/core/bastyp/swregion.cxx +@@ -79,6 +79,7 @@ + { + if( rDel ) + { ++ pData = (SwRect*) pData; + *(pData+nPos) = rRect; + rDel = FALSE; + } |