summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-09-14 17:10:21 +0200
committerThorsten Behrens <tbehrens@novell.com>2010-09-14 17:11:22 +0200
commit1803ed21be00650c68732a3c4c27f5e699c00e92 (patch)
tree12add692da48971637f7e5f2ca4095de5a05744d
parentd1e105d2044d5158c9d4cad6716776d3e5cd7a93 (diff)
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)
-rw-r--r--patches/dev300/apply1
-rw-r--r--patches/dev300/svx-ppt-numstart-fix.diff11
2 files changed, 12 insertions, 0 deletions
diff --git a/patches/dev300/apply b/patches/dev300/apply
index a98b981d8..13b17bc42 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 000000000..0820a2180
--- /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;