[ooo-build-commit] .: patches/dev300

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Jan 25 04:45:05 PST 2010


 patches/dev300/apply           |    1 +
 patches/dev300/sw-uno-fix.diff |   12 ++++++++++++
 2 files changed, 13 insertions(+)

New commits:
commit 53d52d944c2a9379c91164568d8db05cad7c126b
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Mon Jan 25 12:34:12 2010 +0100

    Extracted fix from os140 for i#108426
    
    * patches/dev300/apply:
    * patches/dev300/sw-uno-fix.diff:

diff --git a/patches/dev300/apply b/patches/dev300/apply
index b290c29..20eb3e0 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -612,6 +612,7 @@ unxsplash-bmp-alias.diff, i#60696, jholesov
 [ WriterFixes ]
 # Some WW8 fields weren't imported at all
 sw-ww8-field-fix.diff, i#61075, i#89667, cbosdo
+sw-uno-fix.diff, i#108426, cbosdo
 
 # Refresh the cell formatting after pasting in it
 sw-paste-table.diff, n#564789, cbosdo
diff --git a/patches/dev300/sw-uno-fix.diff b/patches/dev300/sw-uno-fix.diff
new file mode 100644
index 0000000..d05105e
--- /dev/null
+++ b/patches/dev300/sw-uno-fix.diff
@@ -0,0 +1,12 @@
+diff --git sw/source/core/unocore/unostyle.cxx sw/source/core/unocore/unostyle.cxx
+index 6033541..a935395 100644
+--- sw/source/core/unocore/unostyle.cxx
++++ sw/source/core/unocore/unostyle.cxx
+@@ -1266,6 +1266,7 @@ sal_Bool SwStyleProperties_Impl::GetProperty(const ::rtl::OUString& rName, uno::
+             bRet = sal_True;
+             break;
+         }
++        ++nPos;
+         ++aIt;
+     }
+     


More information about the ooo-build-commit mailing list