https://bugs.freedesktop.org/show_bug.cgi?id=60265
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #2 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I reproduced the problem. In wizards/source/importwizard/DialogModul.xba, I noticed this line: 349 MSFilterName(2,2) = "odp|odp" (why odp twice?) but above all, I noticed that if I change the line 347: MSFilterName(2,0) = "ppt|pps|pptx|pptm|ppsx|ppsm" by MSFilterName(2,0) = "ppt|pps" + make dev-install, it worked. Now I don't know: - why it works with this changed line - where's the really faulty line - why I need to run "make dev-install" I tried to avoid this last one (because it's quite long to run it) by making changing directly the content of ./solver/unxlngx6/pck/basicsrvimport.zip but it didn't work. Noel: any idea? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
