To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47739
                  Issue #:|47739
                  Summary:|can't open word document without extension ".doc"
                Component:|Word processor
                  Version:|680m93
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|open-import
              Assigned to:|mru
              Reported by:|edurbs





------- Additional comments from [EMAIL PROTECTED] Tue Apr 19 05:05:37 -0700 
2005 -------
open OO
type some words
save it as Microsoft Office 97/2000/xp document without the .doc (do NOT put the
extension ".doc" at the end of the filename, turn off automatic extension"
the file should be called "test" and not "test.doc"
close OO
open it again
File-Open
try to open the file "test"
it can't

I use mozplugger with firefox and it does not use ".doc", so I cant open .DOC
files with mozplugger. I did a script to putting the ".doc" and now it works. It
is the bash script:

TEMPO=`date +%Y.%m.%e.%H.%M.%S.%N.doc`
FILE="/home/$USER/tmp/$TEMPO"
cp $1 $FILE
soffice $FILE
rm $FILE

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to