[ooo-build-commit] .: Branch 'ooo-build-3-2-1' - patches/dev300
Thorsten Behrens
thorsten at kemper.freedesktop.org
Tue Sep 14 08:14:17 PDT 2010
patches/dev300/apply | 1 +
patches/dev300/svx-ppt-numstart-fix.diff | 11 +++++++++++
2 files changed, 12 insertions(+)
New commits:
commit 1803ed21be00650c68732a3c4c27f5e699c00e92
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Tue Sep 14 17:10:21 2010 +0200
Fix numbering restart behaviour for PPT import
* patches/dev300/apply: added below patch
* patches/dev300/svx-ppt-numstart-fix.diff: fix outline numbering
restart behaviour for binary ppt import (n#632546)
diff --git a/patches/dev300/apply b/patches/dev300/apply
index a98b981..13b17bc 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -4098,6 +4098,7 @@ sled10-splash.diff, i#123456, pmladek
win32-monitor-fix.diff, n#580562, i#111824, thorsten
#svx-ppt-bullet-offset-fix.diff, n#593609, rodo
draw-load-layer-visibility-fix.diff, n#606434, kohei
+svx-ppt-numstart-fix.diff, n#632546, thorsten
[ EMFPlus ]
emf+-canvas-vcl-clear.diff, rodo
diff --git a/patches/dev300/svx-ppt-numstart-fix.diff b/patches/dev300/svx-ppt-numstart-fix.diff
new file mode 100644
index 0000000..0820a21
--- /dev/null
+++ b/patches/dev300/svx-ppt-numstart-fix.diff
@@ -0,0 +1,11 @@
+--- svx/source/svdraw/svdfppt.cxx 2010-08-18 10:28:10.000000000 +0200
++++ svx/source/svdraw/svdfppt.cxx 2010-08-20 17:38:26.000000000 +0200
+@@ -3687,7 +3687,7 @@
+
+ UINT32 nBuFlags = 0;
+ UINT16 nHasAnm = 0;
+- UINT32 nAnmScheme = 0x10003;
++ UINT32 nAnmScheme = 0xFFFF0003;
+ UINT16 nBuBlip = 0xffff;
+
+ const PPTExtParaProv* pParaProv = pExtParaProv;
More information about the ooo-build-commit
mailing list