[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-24 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User mru changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from m...@openoffice.org Tue Mar 24 15:47:01 + 
2009 ---
Checked in OOO310m7.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-11 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Wed Mar 11 12:56:12 + 
2009 ---
Verified in CWS sw31bf07.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-10 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User od changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from o...@openoffice.org Tue Mar 10 10:54:19 + 
2009 ---
Taking over this issue.

Fix in progress in cws sw31bf07.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-10 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User mru changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.1





--- Additional comments from m...@openoffice.org Tue Mar 10 10:57:20 + 
2009 ---
Changing target to 3.1 as long as this at least did not crash in OOO310m2.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-10 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User mru changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |95768
  is|  |





-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-10 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User od changed the following:

What|Old value |New value

 Assigned to|hbrinkm   |od

  Status|STARTED   |NEW





--- Additional comments from o...@openoffice.org Tue Mar 10 11:16:02 + 
2009 ---
defect cause:
While setting the text for the note object at the Outliner, a method
Outliner::ImplCheckParagraphs( 0, (USHORT) (pParaList-GetParagraphCount()-1) )
is called without checking, if the count value is probably 0. Thus,
Outliner::ImplCheckParagraphs(..) is called with parameter value 0 and 65535,
which causes the for-loop in its implementation to loop forever.

solution:
Call method Outliner::ImplCheckParagraphs(..) without decrementing the count
value and adjust implementation of this method to assure its for-loop does not
loop forever.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-10 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014





--- Additional comments from m...@openoffice.org Tue Mar 10 11:41:09 + 
2009 ---
mod-od: 

- why would this work in m2, but not in m4? Was there a recent change in this
regard?

- shouldn't this loop also happen then when importing an odt document and
setting the note object?

- so I guess the crash when saving the file is completly unrelated and needs a
seperate issue?


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-10 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User od changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from o...@openoffice.org Tue Mar 10 11:51:25 + 
2009 ---
OD-MOD:

 - why would this work in m2, but not in m4? Was there a recent change in this
regard?
It seems that a change in cws aw063 at the Outliner causes this. But, I am not
sure. I will check this together with AW.

 - shouldn't this loop also happen then when importing an odt document and
setting the note object?
I do not know.

 - so I guess the crash when saving the file is completly unrelated and needs a
seperate issue?
I did not reproduce any crash.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-10 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User od changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from o...@openoffice.org Tue Mar 10 11:59:25 + 
2009 ---
fixed in cws sw31bf07 - change files:
/svx/source/outliner/outleeng.cxx
/svx/source/outliner/outliner.cxx
/svx/source/outliner/outlvw.cxx
rev. 269266


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-10 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014





--- Additional comments from o...@openoffice.org Tue Mar 10 12:02:52 + 
2009 ---
OD-MRU: Checked in internal installation set of cws sw31bf07 - please verify.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-10 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User od changed the following:

What|Old value |New value

 Assigned to|od|mru





--- Additional comments from o...@openoffice.org Tue Mar 10 12:03:28 + 
2009 ---
forgot to assign to MRU ;-)

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-09 Thread majukr05
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User majukr05 changed the following:

What|Old value |New value

  CC|'jbfaure,rainerbielefeld' |'jbfaure,majukr05,rainerbi
|  |elefeld'





--- Additional comments from majuk...@openoffice.org Mon Mar  9 10:56:44 
+ 2009 ---
I could replicate the problem for OOO310m4 / WinXP.
Same results as described by jbfaure.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-09 Thread majukr05
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014





--- Additional comments from majuk...@openoffice.org Mon Mar  9 12:30:43 
+ 2009 ---
Similar (simplified):

- .odt created in OOO310m4 / WinXP [table_in_table_2.odt]
- saved as .doc (97/2000/XP) [table_in_table_2.doc]
- .doc can be re-imported in OOo 3.0.1
- .doc cannot be re-imported in OOO310m4.



-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-09 Thread majukr05
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014





--- Additional comments from majuk...@openoffice.org Mon Mar  9 12:33:10 
+ 2009 ---
Created an attachment (id=60826)
simplified example 1 - table_in_table_2.odt


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-09 Thread majukr05
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014





--- Additional comments from majuk...@openoffice.org Mon Mar  9 12:34:50 
+ 2009 ---
Created an attachment (id=60827)
simplified example 2 - table_in_table_2.doc


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-09 Thread majukr05
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014





--- Additional comments from majuk...@openoffice.org Mon Mar  9 15:02:43 
+ 2009 ---
@ 95217686d: 
After I had removed the *note* on page 26, I could open test3.doc
also in OOO310m4.


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-09 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User es changed the following:

What|Old value |New value

  CC|'jbfaure,majukr05,rainerbi|'jbfaure,majukr05,mod,rain
|elefeld'  |erbielefeld'





--- Additional comments from e...@openoffice.org Mon Mar  9 15:20:02 + 
2009 ---
@MOD: don't know if it may be your area but could you please have a look at the
first attached document and compare with majukr05's last statement ( #desc10 ):
After I had removed the *note* on page 26, I could open test3.doc also in
OOO310m4.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-09 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014





--- Additional comments from m...@openoffice.org Mon Mar  9 23:23:34 + 
2009 ---
works for me with m42 and m2, will need to download m4...

Can someone confirm? It works with m2, but does not work with m4?

mod-es: coment 10 sounds like a notes issue, but notes8 got integrated into m1,
so this does not really fit

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-09 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User mod changed the following:

What|Old value |New value

  CC|'jbfaure,majukr05,mod,rain|'jbfaure,majukr05,mod,mru,
|erbielefeld'  |rainerbielefeld'

 Assigned to|writerneedsconfirm|hbrinkm





--- Additional comments from m...@openoffice.org Tue Mar 10 00:11:19 + 
2009 ---
Trying to delete a note inside these documents and saving afterwards crashes the
application, so I guess the loop when loading is also related to this.

It crashes in WW8TableInfo::processTableBox. Looks like Issue 98465 is related,
which I think wanted to fix exactly this crash and was integrated into m4(or
maybe not?). Btw, the other issue talks about a crash on Linux, but crashed here
on Mac.

- reassign to  hbrinkm, mru on cc who qa'ed issue 98465


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-08 Thread jbfaure
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User jbfaure changed the following:

What|Old value |New value

  CC|'rainerbielefeld' |'jbfaure,rainerbielefeld'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|oooqa |oooqa, regression





--- Additional comments from jbfa...@openoffice.org Sun Mar  8 21:39:56 
+ 2009 ---
I confirm the problem for OOO310m4 (+ lang pack FR) under Ubuntu 8.04 : CPU
100%, I need to kill soffice process.
OOo 3.0.1 FR opens this bugdoc without problem.
Set keyword regression

@ 95217686d : please provide information how this file has been produced. It is
the result of a conversion odt - doc ?

Regards
JBF

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-08 Thread 95217686d
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014





--- Additional comments from 952176...@openoffice.org Mon Mar  9 02:19:35 
+ 2009 ---
This file convert from Ooo 3.0.1 from odt to doc.

Then I open this file from MS Office and modified the doc file.

Then open in Ooo310m4. But now, most of our other .doc format file are unable to
open with Ooo310m4 and all are converted by Ooo3.0.1 

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-07 Thread 95217686d
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014
 Issue #|100014
 Summary|Not responding when import .doc file
   Component|Word processor
 Version|OOO310m4
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|open-import
 Assigned to|writerneedsconfirm
 Reported by|95217686d





--- Additional comments from 952176...@openoffice.org Sun Mar  8 03:43:35 
+ 2009 ---
When import Word Document .doc (not all cases) but the file attached in this
issue will cause Not Reponding to swriter.exe

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-07 Thread 95217686d
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014





--- Additional comments from 952176...@openoffice.org Sun Mar  8 03:44:25 
+ 2009 ---
Created an attachment (id=60810)
.doc file cases the not responding


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100014] Not responding when impor t .doc file

2009-03-07 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100014


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |oooqa





--- Additional comments from rainerbielef...@openoffice.org Sun Mar  8 
07:56:06 + 2009 ---
I checked with Ooo Dev 3.1.0 multilingual version English UI WIN XP: [OOo310m2
(Build 9385)] and can NOT confirm the reported effect.
I will try m4 soon.

@95217686d:
Can you contribute a crash report ID?

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org