[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2022-09-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
 Blocks||140202
 Resolution|--- |NOTOURBUG
 Status|NEW |RESOLVED

--- Comment #33 from Justin L  ---
This document only sets default height (160) when the normal height (for 10pt
font) is 255. So that explains the small row height.

None of the rows are flagged as having content. They are all NOT
ExcColRowFlags::Used, and therefore the row just gets mnDefHeight.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=140202
[Bug 140202] [META] Issues with files in MS Office formats created by external
producers (not MS Office)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2022-06-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #32 from Andreas Heinisch  ---
We could check if the content is to small for that cell and at least adjust the
height of the row, but still I am not convinced about such a solution.

Opinions?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2022-06-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #31 from Andreas Heinisch  ---
In OOP the height adjustments occur in:
https://github.com/apache/openoffice/blob/9d58340b4b4928db974535ae81750b02811b636a/main/sc/source/filter/excel/read.cxx#L1213

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2022-06-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

Andreas Heinisch  changed:

   What|Removed |Added

 CC||andreas.heini...@yahoo.de

--- Comment #30 from Andreas Heinisch  ---
Created attachment 180989
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180989=edit
Different views of the solutions

I investigated the issue, and I have no clear idea how to solve this problem:

The row height will be read in ImportExcel::Defrowheight345() which reads a
default row height of 160. This value will be set in
XclImpColRowSettings::SetDefHeight, and used for the height of the different
rows, as seen in the first image.

If the current nStdRowHeight of a row is 256 applied, the result is as seen in
the second column.

At the end of the import in ErrCode ImportExcel8::Read(), even a code was
removed in order to avoid the automatic adaptation of the row height:

#if 0
// Excel documents look much better without this call; better in the
// sense that the row heights are identical to the original heights in
// Excel.
if ( !rD.IsAdjustHeightLocked())
AdjustRowHeight();
#endif

https://github.com/LibreOffice/core/commit/1363fe2fa6849aa1ac678ea444c58a82d417eb47

If we reactivate the last call, it could lead to long loading times of big
documents.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2020-08-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

Mike Kaganski  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||3026

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2020-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #29 from BogdanB  ---
Created attachment 160885
  --> https://bugs.documentfoundation.org/attachment.cgi?id=160885=edit
video of the bug

It's annoying when you need to open a file every day.
The single solution is to set a default line high size.

See the video

Version: 7.0.0.0.alpha1+
Build ID: b1e396d86655a0131498a4691dd8069ea76c3477
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-05-15_04:58:38
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2019-07-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #28 from Bartosz  ---
To workaround it you need to enable "Optimal Height" on rows with Wrapping
enabled.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2018-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #27 from Aurimas Fišeras  ---
The bug is present in:
Versija: 6.2.0.0.alpha0+
Darinio identifikatorius: 6af1637d0cf85566ca8482cc284669c4968ae977
Procesoriaus gijos: 4; OS:Linux 4.17; Sąsajos pateikimas: numatytasis; VCL:
gtk3; 
Lokalė: lt-LT (lt_LT.UTF-8); Calc: group threaded

And in:
Versija: 6.0.5.2 (x64)
Darinio identifikatorius: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
Procesoriaus gijos: 8; OS:Windows 10.0; Sąsajos pateikimas: numatytasis; 
Lokalė: lt-LT (lt_LT); Calc:

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2018-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #26 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2017-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #25 from Apache POI Dev  ---
Im a Java developer and working with Apache POI to generate xls and xlsx
documents. When the row height is set to -1, you get exactly the
undefined/default row height behaviour.
https://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/Row.html#setHeight(short)

In every MS Office Version, you have the behaviour wenn row height is set to -1
to autosize the row height.

The bug is currently stil in the latest libreoffice version I am running.

Version: 5.3.4.2
Build-ID: f82d347ccc0be322489bf7da61d7e4ad13fe2ff3
CPU-Threads: 4; BS-Version: Windows 6.2; UI-Render: Standard; Layout-Engine:
neu; 
Gebietsschema: de-DE (de_DE); Calc: group

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2017-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #24 from Aurimas Fišeras  ---
Still reproducible exactly as before:

Versija: 5.3.0.3
Darinio identifikatorius: 1:5.3.0~rc3-0ubuntu2
Procesoriaus gijos: 4; Operacinės sistemos versija: Linux 4.10; Sąsajos
pateikimas: numatytasis; VCL: gtk3; Layout Engine: new; 
Lokalė: lt-LT (lt_LT.UTF-8); Calc: group

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2017-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #23 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice 
(5.2.5 or 5.3.0  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and 
your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
a short comment that includes your version of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to "inherited from OOo";
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug-20170306

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2016-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #22 from Nicola Ruggero  ---
Same issue also in LO: 5.0.5.2-2.fc23

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2015-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #21 from Aurimas Fišeras auri...@members.fsf.org ---
Still reproducible exactly as before:
Versija: 4.4.2.2
Darinio identifikatorius: c4c7d32d0d49397cad38d62472b0bc8acff48dd6
Lokalė: lt_LT

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2015-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34717

--- Comment #20 from Joel Madero jmadero@gmail.com ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice (4.4.2 or later)
   https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and your operating system, and any changes you see in the bug
behavior

 If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version of
LibreOffice and Operating System

Please DO NOT

   Update the version field
   Reply via email (please reply directly on the bug tracker)
   Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so: 1. Download and install oldest version of LibreOffice
(usually 3.3 unless your bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug 3. Leave a comment with your results. 4a. If the bug was
present with 3.3 - set version to inherited from OOo; 4b. If the bug was not
present in 3.3 - add regression to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2015-05-02

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2014-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34717

--- Comment #19 from Vladimir 66vov...@gmail.com ---
4.2.0.4 - w/o changes

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2013-12-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34717

--- Comment #18 from Vladimir 66vov...@gmail.com ---
Still a problem in LibO 4.1.4.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2013-07-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34717

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

 CC||66vov...@gmail.com

--- Comment #16 from ign_christian ign_christ...@yahoo.com ---
*** Bug 63074 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2013-07-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34717

--- Comment #17 from Nicola Ruggero nicola_rugg...@despar.it ---
Sarò assente fino al 15/07/2013: risponderò al mio ritorno.
Per urgenze contattare: sys_ad...@despar.it

I will be out of the office and will not return until 15/07/2013.
Please contact: sys_ad...@despar.it

Grazie/Thanks
Nicola Ruggero

Sollten Sie diese E-Mail unbeabsichtigt bzw. irrtümlich erhalten haben, so
weisen wir Sie darauf hin, dass gemäß § 93 Abs 4 TKG der Inhalt sowie die
Tatsache des Empfangs dieser E-Mail weder aufgezeichnet noch verwertet oder
Unbefugten mitgeteilt werden dürfen. Wir ersuchen Sie, die Nachricht von Ihrem
System zu löschen und sich mit uns in Verbindung zu setzen.

If you have received this email accidentally or in error, we point out that, in
accordance with § 93 para. 4 TKG (Telecommunications Act), the contents of this
email and the fact of its receipt must not be recorded, exploited or
communicated to unauthorized persons. We ask you to delete the message from
your system and to contact us.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34717

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|[Regression] FILEOPEN   |FILEOPEN FORMATTING:
   |FORMATTING: automatic row   |automatic row height is too
   |height is too small in  |small in particular .xls
   |certain generated Excel 97  |
   |files (xls) |
Version|3.3.1 release   |3.3.0 Beta2

--- Comment #11 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-08-28 04:31:48 UTC ---
[Reproducible] with LibreOffice 3.6.1.2  German UI/Locale [Build-ID:  e29a214]
on German WIN7 Home Premium (64bit), already visible with 3.3.0., ok with AOOo
3.4

As in Bug 50044, every formatting in any cell of the row heals the problem for
that row.

Might be related to:
Bug 34552 - EDITING: Calc loses row height value when modifying a cell, the
action what there destroys row hight here heals a problem
Bug 39486 - FILEOPEN; Incorrect row height when opening some .xls files. 
and others
Bug 50044 - FILEOPEN partiular .xls shows too small row height

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34717

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||nicola_rugg...@despar.it

--- Comment #13 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-08-28 04:41:37 UTC ---
*** Bug 50044 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34717

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||mrelw...@yahoo.com

--- Comment #14 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-08-28 04:45:39 UTC ---
*** Bug 39486 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34717] FILEOPEN FORMATTING: automatic row height is too small in particular .xls

2012-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34717

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||er...@redhat.com,
   ||kohei.yosh...@gmail.com,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #15 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-08-28 04:47:21 UTC ---
@Spreadsheet Team:
Please set Status to ASSIGNED and add yourself to Assigned To if you accept
this Bug or forward the Bug if it's not your turf (and remove others in team
from CC).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs