The problem is caused by incorrect permissions on the files in /usr/lib/ooo-3.0. The following two lines, executed as root or sudo, will fix the problem.
Code:
find /usr/lib/ooo-3.0 -exec chmod -c a+r {} \;
find /usr/lib/ooo-3.0 -type d -exec chmod -c a+rx {} \;