diff options
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-i66728')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i66728 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i66728 b/editors/openoffice.org-2-devel/files/patch-i66728 new file mode 100644 index 000000000000..f4cbb8327951 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-i66728 @@ -0,0 +1,17 @@ +Index: xmloff/source/style/impastp4.cxx +=================================================================== +RCS file: /cvs/xml/xmloff/source/style/impastp4.cxx,v +retrieving revision 1.17 +retrieving revision 1.17.8.1 +diff -u -r1.17 -r1.17.8.1 +--- xmloff/source/style/impastp4.cxx 19 Jun 2006 18:33:22 -0000 1.17 ++++ xmloff/source/style/impastp4.cxx 27 Jun 2006 13:15:34 -0000 1.17.8.1 +@@ -276,7 +276,7 @@ + { + OUString sName; + +- sal_uInt32 nPos; ++ ULONG nPos; + XMLFamilyData_Impl aTemporary( nFamily ); + XMLFamilyData_Impl *pFamily = 0; + if( maFamilyList.Seek_Entry( &aTemporary, &nPos ) ) |