[Libreoffice-bugs] [Bug 145536] New: Convert Xlsx to html with HTML:EmbedImages mode create no files

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145536

Bug ID: 145536
   Summary: Convert Xlsx to html with HTML:EmbedImages mode create
no files
   Product: LibreOffice
   Version: 7.1.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: framework
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 414373...@qq.com

Description:
I want to convert a xlsx file to html with image embedded.However ,when I
convert the xlsx file to html file with HTML:EmbedImages mode, there is no file
created.It can be successful when I convert a docx file to html with
HTML:EmbedImages mode

Steps to Reproduce:
1.run the command --convert-to html:HTML:EmbedImages
C:\Users\dell\Desktop\1.xlsx -outdir C:\Users\dell\Desktop\2


Actual Results:
Only create an empty folder 2

Expected Results:
create a html file with embedded images


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.6.2 (x64) / LibreOffice Community
Build ID: 0e133318fcee89abacd6a7d077e292f1145735c3
CPU threads: 16; OS: Windows 10.0 Build 19042; UI render: Skia/Vulkan; VCL: win
Locale: zh-CN (zh_CN); UI: zh-CN
Calc: CL

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

[Libreoffice-bugs] [Bug 82984] FILEOPEN: Error opening XLSX file in zip64 format

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82984

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #16 from Kevin Suo  ---
File bugs which should be marked as a duplicate of this bug, in debugging the
exception should be in:
https://opengrok.libreoffice.org/xref/core/package/source/zipapi/ZipFile.cxx?r=d0a8d4a9#946

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

[Libreoffice-bugs] [Bug 143958] FILEOPEN: Can't open third-party (Kingdee ERP) generated XLSX file

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143958

Kevin Suo  changed:

   What|Removed |Added

Summary|FILEOPEN: Can't open|FILEOPEN: Can't open
   |third-party generated XLSX  |third-party (Kingdee ERP)
   |file, docProps/custom.xml   |generated XLSX file
   |related |

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

[Libreoffice-bugs] [Bug 82984] FILEOPEN: Error opening XLSX file in zip64 format

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82984

Kevin Suo  changed:

   What|Removed |Added

 CC||plateauw...@qq.com

--- Comment #15 from Kevin Suo  ---
*** Bug 143958 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 143958] FILEOPEN: Can't open third-party generated XLSX file, docProps/custom.xml related

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143958

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #4 from Kevin Suo  ---
I debugged and find that the test file reported in bug 143958 raised 
"ZipException: PK64 zip file entry
/home/suokunlong/lo/source/core/package/source/zipapi/ZipFile.cxx:950"

In ZipPackage::initialize
https://opengrok.libreoffice.org/xref/core/package/source/zippackage/ZipPackage.cxx?r=d0a8d4a9#779

Thus this bug should not be marked as a duplicate bug 82984 instead.

*** This bug has been marked as a duplicate of bug 82984 ***

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

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

--- Comment #19 from Kevin Suo  ---
Well, I debugged and find that the test file reported in bug 143958 raised 
"ZipException: PK64 zip file entry
/home/suokunlong/lo/source/core/package/source/zipapi/ZipFile.cxx:950"

In ZipPackage::initialize
https://opengrok.libreoffice.org/xref/core/package/source/zippackage/ZipPackage.cxx?r=d0a8d4a9#779

Thus bug 143958 should not be marked as a duplicate of this bug.

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

[Libreoffice-commits] core.git: sw/qa

2021-11-03 Thread Justin Luth (via logerrit)
 sw/qa/extras/ooxmlexport/ooxmlexport15.cxx |2 +-
 sw/qa/extras/ooxmlexport/ooxmlexport4.cxx  |   23 +--
 sw/qa/extras/ooxmlexport/ooxmlexport8.cxx  |   29 +++--
 sw/qa/extras/ooxmlexport/ooxmlexport9.cxx  |   12 ++--
 4 files changed, 19 insertions(+), 47 deletions(-)

New commits:
commit bac1b748f5b600952b9bf3eaaaf5a4bb8342fe59
Author: Justin Luth 
AuthorDate: Tue Nov 2 09:11:19 2021 +0200
Commit: Justin Luth 
CommitDate: Thu Nov 4 06:24:20 2021 +0100

prelim tdf#136472: adjust implementation specific unit tests

Using a "First Page" style before a "Default Page Style"
in order to apply a different header to the first page
is an implementation specific detail.
As of LO 4.0/4.1, we have the ability to set a different
first-header (different even-odd were already available).

So remove any dependency on "First Page".

4-inheritFirstHeader.docx: just test the actual layout
8-n777337.docx: margins must match both page styles.
   -First and Standard are defined from the same settings
8-n779642.docx: reverting the patch breaks unit test: GOOD
8-n780843.docx: export of footer works now - so test that.
   -PROOF: CONTINUOUS BREAK - SHOULDN"T SHOW FIRST PAGE - so turn off.
9-headerfooter-link-to-prev.docx: a real thorn test.
   -happy it still passes after making this logical-seeming change.
15-tdf135216_evenOddFooter.odt: is first of odd in ODT.
   -when first is shared, it still works to check first.

Change-Id: Ice54ef9626f851f9154f3c274ffbe39455538589
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124591
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
index 9decd693f327..d5da1882eb35 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
@@ -474,7 +474,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf135216_evenOddFooter, 
"tdf135216_evenOddFooter.o
 xCursor->jumpToNextPage();
 pageStyleName = getProperty(xCursor, "PageStyleName");
 xPageStyle.set(xPageStyles->getByName(pageStyleName), uno::UNO_QUERY);
-xFooter.set(getProperty>(xPageStyle, 
"FooterTextRight"));
+xFooter.set(getProperty>(xPageStyle, 
"FooterTextFirst"));
 CPPUNIT_ASSERT_EQUAL(OUString("odd page - first footer"), 
xFooter->getString());
 
 xCursor->jumpToNextPage();
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
index 5cd8f4a0fe32..5858eec46524 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
@@ -1187,24 +1187,11 @@ 
DECLARE_OOXMLEXPORT_TEST(testTdf95367_inheritFollowStyle, "tdf95367_inheritFollo
 DECLARE_OOXMLEXPORT_TEST(testInheritFirstHeader,"inheritFirstHeader.docx")
 {
 // First page headers always link to last used first header, never to a follow 
header
-uno::Reference xModel(mxComponent, uno::UNO_QUERY);
-uno::Reference 
xTextViewCursorSupplier(xModel->getCurrentController(), uno::UNO_QUERY);
-uno::Reference 
xCursor(xTextViewCursorSupplier->getViewCursor(), uno::UNO_QUERY);
-
-xCursor->jumpToLastPage();
-OUString sPageStyleName = getProperty( xCursor, "PageStyleName" 
);
-uno::Reference xHeaderText = getProperty< 
uno::Reference 
>(getStyles("PageStyles")->getByName(sPageStyleName), "HeaderText");
-CPPUNIT_ASSERT_EQUAL( OUString("Last Header"), xHeaderText->getString() );
-
-xCursor->jumpToPreviousPage();
-sPageStyleName = getProperty( xCursor, "PageStyleName" );
-xHeaderText = getProperty< uno::Reference 
>(getStyles("PageStyles")->getByName(sPageStyleName), "HeaderText");
-CPPUNIT_ASSERT_EQUAL( OUString("First Header"), xHeaderText->getString() );
-
-xCursor->jumpToPreviousPage();
-sPageStyleName = getProperty( xCursor, "PageStyleName" );
-xHeaderText = getProperty< uno::Reference 
>(getStyles("PageStyles")->getByName(sPageStyleName), "HeaderText");
-CPPUNIT_ASSERT_EQUAL( OUString("Follow Header"), xHeaderText->getString() 
);
+CPPUNIT_ASSERT_EQUAL(OUString("First Header"), 
parseDump("/root/page[1]/header/txt/text()"));
+CPPUNIT_ASSERT_EQUAL(OUString("Follow Header"), 
parseDump("/root/page[2]/header/txt/text()"));
+CPPUNIT_ASSERT_EQUAL(OUString("Follow Header"), 
parseDump("/root/page[3]/header/txt/text()"));
+CPPUNIT_ASSERT_EQUAL(OUString("First Header"), 
parseDump("/root/page[4]/header/txt/text()"));
+CPPUNIT_ASSERT_EQUAL(OUString("Last Header"), 
parseDump("/root/page[5]/header/txt/text()"));
 }
 
 #if HAVE_MORE_FONTS
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
index 1ac07aaff0cc..59d713fdfb04 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
@@ -419,14 +419,8 @@ DECLARE_OOXMLEXPORT_TEST(testTdf59699, 

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

--- Comment #18 from Kevin Suo  ---
One question is, how can we know whether the FILEOPEN failing is due to that
the xlsx file is using "\" as separator, or due to other issues?

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

[Libreoffice-bugs] [Bug 145533] Crash if I open the Print dialog and click the 'Options' tab

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145533

long  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 Whiteboard||khongcogi
   Keywords||topicWeb
URL||youtube.com

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

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read XLSX generated by certain software using backslash "\" as file name separator

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

Kevin Suo  changed:

   What|Removed |Added

Summary|FILEOPEN: Calc can't read   |FILEOPEN: Calc can't read
   |generated XLSX without  |XLSX generated by certain
   |docProps folder - opens if  |software using backslash
   |extracted and rezipped  |"\" as file name separator

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

[Libreoffice-bugs] [Bug 76115] FILEOPEN: Calc can't read generated XLSX without docProps folder - opens if extracted and rezipped

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76115

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #17 from Kevin Suo  ---
(In reply to Caolán McNamara from comment #10)
The patch prepared by Colan was abandoned. As commented by Michael Stahl:
"we will be able to create invalid zip files with this change".

So, is this a wontfix, or is there any other ways?

I have reported the issue as reported in
https://bbs.libreofficechina.org/thread-2881-1-1.html to the upstream software
(Kingdee ERP), hopefully they will address this and generate valid zip file not
using backslash as file name separators. But I guess there are many other
software who generate such invalid files.

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

[Libreoffice-bugs] [Bug 145242] EDITING: In Calc, Data->Sort should allow separate Custom Sort Orders for all Sort Keys

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145242

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 145239] Customize footnote symbols

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145239

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 145236] Layout of text box created with Microsoft Word Style Set appears wrong

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145236

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 141509] macOS: Document looks weird on external Apple LED Cinema Display bot not the MBP display

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141509

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

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

[Libreoffice-bugs] [Bug 141509] macOS: Document looks weird on external Apple LED Cinema Display bot not the MBP display

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141509

--- Comment #6 from QA Administrators  ---
Dear Fredrik,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 141503] partially distorted graph in.xls file

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141503

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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

[Libreoffice-bugs] [Bug 141503] partially distorted graph in.xls file

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141503

--- Comment #6 from QA Administrators  ---
Dear Michael,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 141502] Suggestion

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141502

--- Comment #5 from QA Administrators  ---
Dear Frank Salvato,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 141502] Suggestion

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141502

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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

[Libreoffice-bugs] [Bug 141186] In Print dialog +G gives focus to Orientation too

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141186

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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

[Libreoffice-bugs] [Bug 141186] In Print dialog +G gives focus to Orientation too

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141186

--- Comment #8 from QA Administrators  ---
Dear Terrence Enger,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 141184] Writer closes, no crash report, using document with embedded images

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141184

--- Comment #4 from QA Administrators  ---
Dear jbriden,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 141184] Writer closes, no crash report, using document with embedded images

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141184

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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

[Libreoffice-bugs] [Bug 135606] FILEOPEN ODT: Moving image moves table to second page (only happening in ODT, not with DOCX/DOC/RTF)

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135606

--- Comment #4 from QA Administrators  ---
Dear Telesto,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 133849] Automatic spell check in calc with many misspelled words causes high CPU load scrolling and text movement

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133849

--- Comment #2 from QA Administrators  ---
Dear Telesto,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 112429] officeooo:rsid multiplies the links

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112429

--- Comment #9 from QA Administrators  ---
Dear regivanx,

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
https://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://web.libera.chat/?settings=#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] [Bug 100930] The display order from Find All is confusing and inconsistent

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100930

--- Comment #15 from QA Administrators  ---
Dear B.J. Herbison,

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
https://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://web.libera.chat/?settings=#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] [Bug 145535] New: LibreOffice crashed

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145535

Bug ID: 145535
   Summary: LibreOffice crashed
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rongminhl...@gmail.com

Description:
It crashed and fix it now!

Actual Results:
khong co gi

Expected Results:
k biet


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Help - About LibreOffice

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

[Libreoffice-bugs] [Bug 130829] XLSX: Pivot Table has two-row headings while in Excel there is only one row, thus causes interoperative issues when formulas are referenced to the pivot table data

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130829

Kevin Suo  changed:

   What|Removed |Added

 CC||zolnaitamas2...@gmail.com

--- Comment #4 from Kevin Suo  ---
Tamás Zolnai: I see you have worked on fixing bug 112733. Maybe you are
interested in this one?

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

[Libreoffice-bugs] [Bug 143254] "Greek Upper Letter" numbering style should be named "Greek Upper Numeral"

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143254

Po-Yen Huang  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |j...@mail.ossii.com.tw
   |desktop.org |

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

[Libreoffice-bugs] [Bug 145534] New: Crash if I open the Print dialog and click the 'Options' tab

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145534

Bug ID: 145534
   Summary: Crash if I open the Print dialog and click the
'Options' tab
   Product: Impress Remote
   Version: 1.0.0
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rongminhl...@gmail.com

Description:
After LibreOffice crashed
all of my footnotes are no longer appearing when I print the document.

Actual Results:
What happened after you performed the steps above?

Expected Results:
What should the software have done instead?




Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Please copy here the information from menu Help - About LibreOffice. You can
also add other information that might be relevant

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

[Libreoffice-bugs] [Bug 145533] New: Crash if I open the Print dialog and click the 'Options' tab

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145533

Bug ID: 145533
   Summary: Crash if I open the Print dialog and click the
'Options' tab
   Product: Impress Remote
   Version: 1.0.1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rongminhl...@gmail.com

Description:
After LibreOffice crashed
all of my footnotes are no longer appearing when I print the document.

Actual Results:
What happened after you performed the steps above?

Expected Results:
What should the software have done instead?




Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Please copy here the information from menu Help - About LibreOffice. You can
also add other information that might be relevant

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

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117

Kevin Suo  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 94982] FILEOPEN XML Contents of a FastReport .xml not shown entirely (see comment 12)

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94982

Kevin Suo  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 94982] FILEOPEN XML Contents of a FastReport .xml not shown entirely (see comment 12)

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94982

Kevin Suo  changed:

   What|Removed |Added

   See Also||https://gitlab.com/orcus/or
   ||cus/-/issues/147

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

[Libreoffice-bugs] [Bug 94982] FILEOPEN XML Contents of a FastReport .xml not shown entirely (see comment 12)

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94982

--- Comment #16 from Kevin Suo  ---
Yes, this is an Orcus bug. The parse result returned by Orcus is already not
complete, content for only one cell is shown.

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

[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - vcl/unx

2021-11-03 Thread Caolán McNamara (via logerrit)
 vcl/unx/gtk3/gtkinst.cxx |   39 ---
 1 file changed, 24 insertions(+), 15 deletions(-)

New commits:
commit 13d4a0d2a287074a954bd698e325fc2fe2d76bbb
Author: Caolán McNamara 
AuthorDate: Wed Nov 3 10:59:53 2021 +
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Nov 4 01:26:13 2021 +0100

Related: tdf#143443 remove PANGO_ATTR_ABSOLUTE_SIZE and PANGO_ATTR_SIZE

when setting a new size because an absolute size set by gtk itself seems
to be not overwritten by pango_attr_size_new so sometimes the size of
the font in the annotation window label is too large

Change-Id: Ib69eec2111336cc27d1571babcc891f16cae2f01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124482
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 6bfef76f9ed9..6b592b341ea0 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -8689,6 +8689,7 @@ void update_attr_list(PangoAttrList* pAttrList, const 
vcl::Font& rFont)
 {
 pango_attr_list_change(pAttrList, 
pango_attr_family_new(OUStringToOString(rFont.GetFamilyName(), 
RTL_TEXTENCODING_UTF8).getStr()));
 pango_attr_list_change(pAttrList, 
pango_attr_size_new(rFont.GetFontSize().Height() * PANGO_SCALE));
+
 switch (rFont.GetItalic())
 {
 case ITALIC_NONE:
@@ -8757,10 +8758,33 @@ void update_attr_list(PangoAttrList* pAttrList, const 
vcl::Font& rFont)
 }
 }
 
+gboolean filter_pango_attrs(PangoAttribute *attr, gpointer data)
+{
+PangoAttrType* pFilterAttrs = static_cast(data);
+while (*pFilterAttrs)
+{
+if (attr->klass->type == *pFilterAttrs)
+return true;
+++pFilterAttrs;
+}
+return false;
+}
+
 void set_font(GtkLabel* pLabel, const vcl::Font& rFont)
 {
 PangoAttrList* pOrigList = gtk_label_get_attributes(pLabel);
 PangoAttrList* pAttrList = pOrigList ? pango_attr_list_copy(pOrigList) : 
pango_attr_list_new();
+
+if (pOrigList)
+{
+// tdf#143443 remove both PANGO_ATTR_ABSOLUTE_SIZE and PANGO_ATTR_SIZE
+// because pango_attr_list_change(..., pango_attr_size_new...) isn't
+// sufficient on its own to ensure a new size sticks.
+PangoAttrType aFilterAttrs[] = {PANGO_ATTR_ABSOLUTE_SIZE, 
PANGO_ATTR_SIZE, PANGO_ATTR_INVALID};
+PangoAttrList* pRemovedAttrs = pOrigList ? 
pango_attr_list_filter(pAttrList, filter_pango_attrs, ) : nullptr;
+pango_attr_list_unref(pRemovedAttrs);
+}
+
 update_attr_list(pAttrList, rFont);
 gtk_label_set_attributes(pLabel, pAttrList);
 pango_attr_list_unref(pAttrList);
@@ -11867,21 +11891,6 @@ namespace
 }
 }
 
-namespace
-{
-gboolean filter_pango_attrs(PangoAttribute *attr, gpointer data)
-{
-PangoAttrType* pFilterAttrs = static_cast(data);
-while (*pFilterAttrs)
-{
-if (attr->klass->type == *pFilterAttrs)
-return true;
-++pFilterAttrs;
-}
-return false;
-}
-}
-
 namespace
 {
 


[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - sw/source

2021-11-03 Thread Caolán McNamara (via logerrit)
 sw/source/uibase/docvw/SidebarTxtControl.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 2a02015b8f822b957b3b7d417b55b647b00f62e9
Author: Caolán McNamara 
AuthorDate: Wed Nov 3 15:06:26 2021 +
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Nov 4 01:23:55 2021 +0100

Resolves: tdf#143443 size of comment box too tall after cut/paste

a problem since...

commit 69c546e1e7a697217f273baa7c1729ff823efd76
Author: Caolán McNamara 
Date:   Fri Dec 4 16:30:31 2020 +

weld annotation window

this sidebar case assumes that the papersize of the underlying
editengine is initially unlimited in size

Change-Id: I127f249158deecef3e2c6874982b4e7cc78e69fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124485
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/sw/source/uibase/docvw/SidebarTxtControl.cxx 
b/sw/source/uibase/docvw/SidebarTxtControl.cxx
index 342f52086fc8..6a7a7770a17e 100644
--- a/sw/source/uibase/docvw/SidebarTxtControl.cxx
+++ b/sw/source/uibase/docvw/SidebarTxtControl.cxx
@@ -112,7 +112,9 @@ void SidebarTextControl::SetDrawingArea(weld::DrawingArea* 
pDrawingArea)
 pEditView->setEditViewCallbacks(this);
 
 EditEngine* pEditEngine = GetEditEngine();
-pEditEngine->SetPaperSize(aSize);
+// tdf#143443 note we don't call SetPaperSize on pEditEngine unlike
+// similar cases so that the Control defaults to the smallest possible
+// height it might take, it can grow later
 pEditEngine->SetRefDevice();
 
 pEditView->SetOutputArea(tools::Rectangle(Point(0, 0), aOutputSize));


[Libreoffice-bugs] [Bug 145509] [META] Bugs Related to Liborcus

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145509
Bug 145509 depends on bug 145117, which changed state.

Bug 145117 Summary: XML Source not imported if tags is non-ASCII symbols
https://bugs.documentfoundation.org/show_bug.cgi?id=145117

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117

Kevin Suo  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #16 from Kevin Suo  ---
Resolvedin LibreOffice master via Kohei's upgrade of lo orcus version to 0.17.0
in commit eb07a0e76.

Mark as RESOLVED FIXED.

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

[Libreoffice-bugs] [Bug 111951] [META] HTML import bugs and enhancements

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111951
Bug 111951 depends on bug 96499, which changed state.

Bug 96499 Summary: FILEOPEN: HTML format .xls file shows NUMERIC cell value 
while TEXT type is expected (because orcus does not accept un-quoted non-ASCII 
characters as css property values) (see comment 17)
https://bugs.documentfoundation.org/show_bug.cgi?id=96499

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 145509] [META] Bugs Related to Liborcus

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145509
Bug 145509 depends on bug 96499, which changed state.

Bug 96499 Summary: FILEOPEN: HTML format .xls file shows NUMERIC cell value 
while TEXT type is expected (because orcus does not accept un-quoted non-ASCII 
characters as css property values) (see comment 17)
https://bugs.documentfoundation.org/show_bug.cgi?id=96499

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 145514] Calc loses header on after saving and reopen (LO 7.2.1.4)

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145514

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---


*** This bug has been marked as a duplicate of bug 144940 ***

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

[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #565 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/887b0f6e0980f42d44b2fc79c4ae15f15e2603e2

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c7500945fc5d5bd2130a2d38be0bd4b15445cd90
Author: Johnny_M 
AuthorDate: Thu Nov 4 00:08:38 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Thu Nov 4 00:08:38 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 887b0f6e0980f42d44b2fc79c4ae15f15e2603e2
  - tdf#132643 Translate German section IDs

Change-Id: I42d011f599c4fdc8c82d30d304273b7fb8ef3579
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124523
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 8b691161320f..887b0f6e0980 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 8b691161320fa8e5704183acfb15b19a07f2ff85
+Subproject commit 887b0f6e0980f42d44b2fc79c4ae15f15e2603e2


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/simpress/02/1110.xhp |4 ++--
 source/text/simpress/main0211.xhp|4 ++--
 source/text/swriter/01/04120221.xhp  |2 +-
 source/text/swriter/01/04120222.xhp  |2 +-
 source/text/swriter/01/04120223.xhp  |2 +-
 source/text/swriter/01/04120224.xhp  |2 +-
 source/text/swriter/01/04120225.xhp  |2 +-
 source/text/swriter/01/04120226.xhp  |2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 887b0f6e0980f42d44b2fc79c4ae15f15e2603e2
Author: Johnny_M 
AuthorDate: Sun Oct 31 13:00:19 2021 +0100
Commit: Olivier Hallot 
CommitDate: Thu Nov 4 00:08:36 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I42d011f599c4fdc8c82d30d304273b7fb8ef3579
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124523
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/02/1110.xhp 
b/source/text/simpress/02/1110.xhp
index c1db2f567..5cde3b0f6 100644
--- a/source/text/simpress/02/1110.xhp
+++ b/source/text/simpress/02/1110.xhp
@@ -30,14 +30,14 @@
 
 
 
-
+
 formatting;slides headings
 
 
 Formatting 
On/Off
 Shows or hides the character formatting of the slide 
headings. To change the character formatting of a heading, open the 
Styles window, right-click a style, and then choose 
Modify.
 
-
+
 
 
 
diff --git a/source/text/simpress/main0211.xhp 
b/source/text/simpress/main0211.xhp
index c398d6709..7c74b0a54 100644
--- a/source/text/simpress/main0211.xhp
+++ b/source/text/simpress/main0211.xhp
@@ -44,8 +44,8 @@
 
 
 
-
-
+
+
 
 
 Slide 
Show
diff --git a/source/text/swriter/01/04120221.xhp 
b/source/text/swriter/01/04120221.xhp
index 76c549e2c..31dc9cd37 100644
--- a/source/text/swriter/01/04120221.xhp
+++ b/source/text/swriter/01/04120221.xhp
@@ -121,7 +121,7 @@
 Aligns the tab stop to the 
right page margin.
 
 
-
+
 
 
 Format
diff --git a/source/text/swriter/01/04120222.xhp 
b/source/text/swriter/01/04120222.xhp
index 38491d08c..2d2df1437 100644
--- a/source/text/swriter/01/04120222.xhp
+++ b/source/text/swriter/01/04120222.xhp
@@ -52,7 +52,7 @@
 
 
 
-
+
 Character Style for main entries
 Specify the formatting style 
for the main entries in the alphabetical index. To convert an index entry into 
a main entry, click in front of the index field in the document and then choose 
Edit - Index Entry.
 Alphabetical delimiter
diff --git a/source/text/swriter/01/04120223.xhp 
b/source/text/swriter/01/04120223.xhp
index 295ae26a4..3379922d3 100644
--- a/source/text/swriter/01/04120223.xhp
+++ b/source/text/swriter/01/04120223.xhp
@@ -43,6 +43,6 @@
 
 
 
-
+
 
 
diff --git a/source/text/swriter/01/04120224.xhp 
b/source/text/swriter/01/04120224.xhp
index b82b636dd..6d3647e9f 100644
--- a/source/text/swriter/01/04120224.xhp
+++ b/source/text/swriter/01/04120224.xhp
@@ -43,6 +43,6 @@
 
 
 
-
+
 
 
diff --git a/source/text/swriter/01/04120225.xhp 
b/source/text/swriter/01/04120225.xhp
index 4087d65e6..50489760d 100644
--- a/source/text/swriter/01/04120225.xhp
+++ b/source/text/swriter/01/04120225.xhp
@@ -43,6 +43,6 @@
 
 
 
-
+
 
 
diff --git a/source/text/swriter/01/04120226.xhp 
b/source/text/swriter/01/04120226.xhp
index 18d002088..3e78d4854 100644
--- a/source/text/swriter/01/04120226.xhp
+++ b/source/text/swriter/01/04120226.xhp
@@ -43,6 +43,6 @@
 
 
 
-
+
 
 


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #564 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/8b691161320fa8e5704183acfb15b19a07f2ff85

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 90bfc16ca2252f217568c3875ad7223aa00387e3
Author: Johnny_M 
AuthorDate: Thu Nov 4 00:07:26 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Thu Nov 4 00:07:26 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 8b691161320fa8e5704183acfb15b19a07f2ff85
  - tdf#132643 Translate German section IDs

Change-Id: I2faf5b4da2dddf5736686cf6c7f03cdd3cc67ea2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124519
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index a24b727eac86..8b691161320f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit a24b727eac86d93cd779b44bdcd046f6eceb0266
+Subproject commit 8b691161320fa8e5704183acfb15b19a07f2ff85


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/sdraw/main0213.xhp   |4 ++--
 source/text/simpress/02/1310.xhp |4 ++--
 source/text/simpress/main0213.xhp|4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 8b691161320fa8e5704183acfb15b19a07f2ff85
Author: Johnny_M 
AuthorDate: Sun Oct 31 12:43:48 2021 +0100
Commit: Olivier Hallot 
CommitDate: Thu Nov 4 00:07:24 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I2faf5b4da2dddf5736686cf6c7f03cdd3cc67ea2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124519
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sdraw/main0213.xhp b/source/text/sdraw/main0213.xhp
index 25044b3dc..59db94197 100644
--- a/source/text/sdraw/main0213.xhp
+++ b/source/text/sdraw/main0213.xhp
@@ -72,7 +72,7 @@
 
 
 removed 
4 icons, see i81634
-
-
+
+
 
 
diff --git a/source/text/simpress/02/1310.xhp 
b/source/text/simpress/02/1310.xhp
index 056b5a3b8..29503e686 100644
--- a/source/text/simpress/02/1310.xhp
+++ b/source/text/simpress/02/1310.xhp
@@ -29,12 +29,12 @@
 
 
 
-  
+  
 
 Exit all Groups
   Exits all groups and returns to 
normal view.
   
-  
+  
   
 
 
diff --git a/source/text/simpress/main0213.xhp 
b/source/text/simpress/main0213.xhp
index 880294a71..4b8a2f83b 100644
--- a/source/text/simpress/main0213.xhp
+++ b/source/text/simpress/main0213.xhp
@@ -70,7 +70,7 @@
 
 
 removed 
4 icons, see i81634
-
-
+
+
 
 


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #563 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/a24b727eac86d93cd779b44bdcd046f6eceb0266

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6822081e66944084f0c38c8a5ce29c35f7397acd
Author: Johnny_M 
AuthorDate: Thu Nov 4 00:00:15 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Thu Nov 4 00:00:15 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to a24b727eac86d93cd779b44bdcd046f6eceb0266
  - tdf#132643 Translate German section IDs

Change-Id: I88e9ad41b88861fc22183cfb812bae652e3b2ff3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124515
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 937d0e743956..a24b727eac86 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 937d0e7439564f46f8627032314878a6fefbd195
+Subproject commit a24b727eac86d93cd779b44bdcd046f6eceb0266


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/simpress/02/1107.xhp |4 ++--
 source/text/simpress/main0211.xhp|4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit a24b727eac86d93cd779b44bdcd046f6eceb0266
Author: Johnny_M 
AuthorDate: Sun Oct 31 12:32:28 2021 +0100
Commit: Olivier Hallot 
CommitDate: Thu Nov 4 00:00:12 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I88e9ad41b88861fc22183cfb812bae652e3b2ff3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124515
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/02/1107.xhp 
b/source/text/simpress/02/1107.xhp
index f0836cb59..8c9277457 100644
--- a/source/text/simpress/02/1107.xhp
+++ b/source/text/simpress/02/1107.xhp
@@ -29,13 +29,13 @@
 
 
 
-  
+  
   levels; 
showingshowing; 
levels
 
 All Levels  
   Displays the hidden headings 
of the slides in the current slide show. To hide all of the headings in the 
current slide show, except for the slide titles, click the First 
Level icon.
   
-  
+  
   
 
 
diff --git a/source/text/simpress/main0211.xhp 
b/source/text/simpress/main0211.xhp
index 6408b8f90..c398d6709 100644
--- a/source/text/simpress/main0211.xhp
+++ b/source/text/simpress/main0211.xhp
@@ -38,8 +38,8 @@
 
 
 
-
-
+
+
 
 
 


[Libreoffice-bugs] [Bug 145515] Does LibreOffice alter xls files such that Excel 2004 must be force-quit?

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145515

--- Comment #2 from n6ac  ---
(In reply to n6ac from comment #1)
> Trying to open one LO-modified xls file in Snow Leopard instead opens
> multiple such files recently processed (or attempted) - probably due to
> force-quit not emptying job cache of Excel-2004 ?

But most important, the LO-modified files CAN NOT be operated upon in
Excel-2004.

I have found that They can be hidden so that Excel-2004 can work on other files
successfully, but not the LO-modified files.
Also I find that The Apple 'Numbers' application-save files do not suffer this
endless-death, but most graphs are garbled by Numbers, so that's no good
either.

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

[Libreoffice-commits] core.git: external/nss

2021-11-03 Thread Stephan Bergmann (via logerrit)
 external/nss/ubsan.patch.0 |9 +
 1 file changed, 9 insertions(+)

New commits:
commit a5d3a3446832a7761584a00f7d2bc76ee713eb64
Author: Stephan Bergmann 
AuthorDate: Wed Nov 3 22:13:42 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Nov 3 23:17:55 2021 +0100

external/nss: Silence invalid-null-argument

...that happens now with --with-webdav=curl,

> libc.c:107:21: runtime error: null pointer passed as argument 1, which is 
declared to never be null
> /usr/include/string.h:65:33: note: nonnull attribute specified here
>  #0 in nsslibc_memequal at 
workdir/UnpackedTarball/nss/nss/lib/base/libc.c:107:14 
(instdir/program/libnss3.so +0x68cdb7)
>  #1 in nssItem_Equal at 
workdir/UnpackedTarball/nss/nss/lib/base/item.c:185:12 
(instdir/program/libnss3.so +0x68f59c)
>  #2 in find_object_in_collection at 
workdir/UnpackedTarball/nss/nss/lib/pki/pkibase.c:714:18 
(instdir/program/libnss3.so +0x63a72c)
> [...]
>  #49 in (anonymous namespace)::UpdateCheckThread::run() at 
extensions/source/update/check/updatecheck.cxx:534:48 
(instdir/program/../program/libupdchklo.so +0x2235de)
>  #50 in threadFunc at include/osl/thread.hxx:189:15 
(instdir/program/../program/libupdchklo.so +0x251c74)
>  #51 in osl_thread_start_Impl(void*) at sal/osl/unx/thread.cxx:264:9 
(instdir/program/libuno_sal.so.3 +0x65689f)

The topmost nsslibc_memequal itself appears to be modeled after memcmp and 
not
be intended to be called with null pointer arguments even if the size 
argument
is zero, see its leading

  #ifdef NSSDEBUG
  if void *)NULL == a) || ((void *)NULL == b))) {
  nss_SetError(NSS_ERROR_INVALID_POINTER);
  if ((PRStatus *)NULL != statusOpt) {
  *statusOpt = PR_FAILURE;
  }
  return PR_FALSE;
  }
  #endif /* NSSDEBUG */

in workdir/UnpackedTarball/nss/nss/lib/base/libc.c, so rather put the check 
for
zero into the calling code in nssItem_Equal.  However, it is unclear to
me whether one->data can legitimately be null there (and the patch is thus
correct) or not (and the patch would thus silence a bug elsewhere; esp. 
given
that nsslibc_memequal would return false instead of true in this case when
compiled with NSSDEBUG.)

Change-Id: Ie7556283cda500130dfcd1cfd315294277573b7c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124663
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/external/nss/ubsan.patch.0 b/external/nss/ubsan.patch.0
index 059a9f3b2c0a..2c32d90b00ce 100644
--- a/external/nss/ubsan.patch.0
+++ b/external/nss/ubsan.patch.0
@@ -1,3 +1,12 @@
+--- nss/lib/base/item.c
 nss/lib/base/item.c
+@@ -182,5 +182,5 @@
+ return PR_FALSE;
+ }
+ 
+-return nsslibc_memequal(one->data, two->data, one->size, statusOpt);
++return one->size == 0 || nsslibc_memequal(one->data, two->data, 
one->size, statusOpt);
+ }
 --- nss/lib/softoken/legacydb/pk11db.c
 +++ nss/lib/softoken/legacydb/pk11db.c
 @@ -65,7 +65,7 @@


[ANN] mdds 2.0.0 and orcus 0.17.0 hit the master branch

2021-11-03 Thread Kohei Yoshida

Hello,

FYI, the master branch now builds with mdds 2.0.0 and orcus 0.17.0 as of 
eb07a0e76fe240a184348d96a6cebf7c0a229ac0.


Please refer to

https://gitlab.com/mdds/mdds/-/releases/2.0.0
https://gitlab.com/orcus/orcus/-/releases/0.17.0

for the details of these releases.

Although not directly related to the LibreOffice build, distro packagers 
may be interested in the corresponding release of ixion 0.17.0 too


https://gitlab.com/ixion/ixion/-/releases/0.17.0

as orcus has dependency on it when building it outside of libreoffice.

All the best,

Kohei


[Libreoffice-bugs] [Bug 145523] Problem with printing numbers from a worksheet on paper.

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145523

--- Comment #1 from Timur  ---
Please:
1. attach ODS you used 
2. test with printing to PDF with virtual printer like free Bullzip.

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

[Libreoffice-commits] core.git: bin/oss-fuzz-setup.sh

2021-11-03 Thread Caolán McNamara (via logerrit)
 bin/oss-fuzz-setup.sh |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba72fc10571a0987b181564a2fc6395165ed6805
Author: Caolán McNamara 
AuthorDate: Wed Nov 3 21:20:59 2021 +
Commit: Caolán McNamara 
CommitDate: Wed Nov 3 22:21:28 2021 +0100

oss-fuzz build will need new mdds too

Change-Id: I9ad34b6a5fe4dc5bcc79d949241739771ddadf75
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124662
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh
index c72f63d4e1e0..08f53cd02be9 100755
--- a/bin/oss-fuzz-setup.sh
+++ b/bin/oss-fuzz-setup.sh
@@ -50,7 +50,7 @@ curl --no-progress-meter -S \
 -C - -O https://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz \
 -C - -O https://dev-www.libreoffice.org/src/pixman-0.40.0.tar.gz \
 -C - -O https://dev-www.libreoffice.org/src/zlib-1.2.11.tar.xz \
--C - -O https://dev-www.libreoffice.org/src/mdds-1.7.0.tar.bz2 \
+-C - -O https://dev-www.libreoffice.org/src/mdds-2.0.0.tar.bz2 \
 -C - -O https://dev-www.libreoffice.org/src/openssl-1.1.1l.tar.gz \
 -C - -O 
https://dev-www.libreoffice.org/src/language-subtag-registry-2021-08-06.tar.bz2 
\
 -C - -O https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.14.tgz \


[Libreoffice-bugs] [Bug 145384] Lowercase cell references not tolerated in formulas for Writer table cells

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145384

--- Comment #7 from Dave McKellar  ---
Thanks for the info, Eike.  I am new to LibreOffice.  That makes my suggestion:

   if (!rtl::isAsciiAlpha(cChar)) break
   if (rtl::isAsciiLowerCase(cChar)) cChar = rtl::toAsciiUpperCase(cChar);
   cChar -= 'A';

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

[Libreoffice-bugs] [Bug 145384] Lowercase cell references not tolerated in formulas for Writer table cells

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145384

--- Comment #6 from Eike Rathke  ---
No, never use isalpha(), islower(), toupper() or similar standard C/C++ library
functions if you want to operate on exactly ASCII characters, because these
functions may be localized and thus yield unexpected results.

Instead, use rtl::isAsciiAlpha() and rtl::toAsciiUpperCase()

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

[Libreoffice-bugs] [Bug 144686] UI: comment box oversized on file open until click in document (triggering a resize)

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144686

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #14 from Caolán McNamara  ---
I think it might be helpful to set the papersize from the start to the
"sidebarwidth" that it ends up as eventually, that way there wouldn't be those
weird in-between heights that have been used in this case.

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

[Libreoffice-bugs] [Bug 145314] mouse click doesn't change properties

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145314

miodrag.darko.mato...@gmail.com  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from miodrag.darko.mato...@gmail.com 
 ---
Indeed, the bug was resolved in version 7.2.2.2.

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

[Libreoffice-commits] core.git: bin/oss-fuzz-setup.sh configure.ac cui/source download.lst external/liborcus external/mdds RepositoryExternal.mk sc/inc sc/source sfx2/source solenv/flatpak-manifest.in

2021-11-03 Thread Kohei Yoshida (via logerrit)
 RepositoryExternal.mk  |4 
 bin/oss-fuzz-setup.sh  |2 
 configure.ac   |4 
 cui/source/dialogs/AdditionsDialog.cxx |   62 
 download.lst   |8 
 external/liborcus/ExternalPackage_liborcus.mk  |8 
 external/liborcus/ExternalProject_liborcus.mk  |4 
 external/liborcus/Library_orcus-parser.mk  |1 
 external/liborcus/UnpackedTarball_liborcus.mk  |9 
 external/liborcus/allow-utf-8-in-xml-names.patch   |  301 
 external/liborcus/boost-filesystem.patch.1 |   41 
 external/liborcus/inc/pch/precompiled_orcus-parser.hxx |1 
 external/liborcus/inc/pch/precompiled_orcus.hxx|1 
 external/liborcus/include.patch.0  |   30 
 external/liborcus/remove-unused-parameters.patch.1 | 1209 +
 external/liborcus/std-get-busted.patch.1   |  418 +
 external/liborcus/unused-variables.patch.1 |   24 
 external/mdds/UnpackedTarball_mdds.mk  |6 
 external/mdds/Wunused-but-set-variable.patch   |   46 
 external/mdds/remove-more-unused-parameters.patch.1|   42 
 external/mdds/remove-unused-parameters.patch.1 |   93 +
 sc/inc/mtvelements.hxx |   22 
 sc/source/filter/inc/orcusinterface.hxx|   50 
 sc/source/filter/orcus/interface.cxx   |   97 -
 sc/source/filter/orcus/orcusfiltersimpl.cxx|8 
 sc/source/filter/orcus/xmlcontext.cxx  |   10 
 sfx2/source/control/emojiview.cxx  |   11 
 solenv/flatpak-manifest.in |   12 
 28 files changed, 1973 insertions(+), 551 deletions(-)

New commits:
commit eb07a0e76fe240a184348d96a6cebf7c0a229ac0
Author: Kohei Yoshida 
AuthorDate: Mon Nov 1 14:01:22 2021 -0400
Commit: Kohei Yoshida 
CommitDate: Wed Nov 3 21:17:18 2021 +0100

Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.

Change-Id: I9e856fc2d61f1789a6f1702514837860539a0f49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124573
Tested-by: Jenkins
Tested-by: René Engelhard 
Reviewed-by: Kohei Yoshida 

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index c28b049caef8..a2a7212aa837 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3329,7 +3329,7 @@ $(call gb_LinkTarget_set_include,$(1),\
 )
 
 $(call gb_LinkTarget_add_libs,$(1),\
-   -L$(call gb_UnpackedTarball_get_dir,liborcus)/src/liborcus/.libs 
-lorcus-0.16 \
+   -L$(call gb_UnpackedTarball_get_dir,liborcus)/src/liborcus/.libs 
-lorcus-0.17 \
 )
 
 $(if $(SYSTEM_BOOST), \
@@ -3348,7 +3348,7 @@ $(call gb_LinkTarget_set_include,$(1),\
 )
 
 $(call gb_LinkTarget_add_libs,$(1),\
-   -L$(call gb_UnpackedTarball_get_dir,liborcus)/src/parser/.libs 
-lorcus-parser-0.16 \
+   -L$(call gb_UnpackedTarball_get_dir,liborcus)/src/parser/.libs 
-lorcus-parser-0.17 \
 )
 
 endef
diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh
index 22c9ef2b7e49..c72f63d4e1e0 100755
--- a/bin/oss-fuzz-setup.sh
+++ b/bin/oss-fuzz-setup.sh
@@ -38,7 +38,7 @@ curl --no-progress-meter -S \
 -C - -O https://dev-www.libreoffice.org/src/libmspub-0.1.4.tar.xz \
 -C - -O https://dev-www.libreoffice.org/src/libmwaw-0.3.20.tar.xz \
 -C - -O https://dev-www.libreoffice.org/src/libodfgen-0.1.8.tar.xz \
--C - -O https://dev-www.libreoffice.org/src/liborcus-0.16.1.tar.bz2 \
+-C - -O https://dev-www.libreoffice.org/src/liborcus-0.17.0.tar.bz2 \
 -C - -O https://dev-www.libreoffice.org/src/libpagemaker-0.0.4.tar.xz \
 -C - -O https://dev-www.libreoffice.org/src/libpng-1.6.37.tar.xz \
 -C - -O https://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 \
diff --git a/configure.ac b/configure.ac
index b8b3793b6204..a2a831da535a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10299,7 +10299,7 @@ AC_SUBST(SYSTEM_BOOST)
 dnl ===
 dnl Check for system mdds
 dnl ===
-libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.5 >= 1.5.0], 
["-I${WORKDIR}/UnpackedTarball/mdds/include"])
+libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-2.0 >= 2.0.0], 
["-I${WORKDIR}/UnpackedTarball/mdds/include"])
 
 dnl ===
 dnl Check for system cuckoo
@@ -10643,7 +10643,7 @@ AC_SUBST(ENABLE_FUZZERS)
 dnl ===
 dnl Orcus
 dnl ===
-libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.16 >= 0.16.0])
+libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.17 >= 0.17.0])
 if test "$with_system_orcus" != "yes"; then
 if test 

[Libreoffice-bugs] [Bug 145378] [META] Issues related to weld annotation window

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145378
Bug 145378 depends on bug 143443, which changed state.

Bug 143443 Summary: Size of a comment box increasing after cut/paste action
https://bugs.documentfoundation.org/show_bug.cgi?id=143443

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #562 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/937d0e7439564f46f8627032314878a6fefbd195

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b9f4a4487e9ada1885d45a8b1ba0234a4a9fc26
Author: Johnny_M 
AuthorDate: Wed Nov 3 20:56:49 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:56:49 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 937d0e7439564f46f8627032314878a6fefbd195
  - tdf#132643 Translate German section IDs

Change-Id: I28cd7d852ed5260811f6388904c5b658be89b5d0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124522
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index d267338da14c..937d0e743956 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d267338da14c3d505dcb2245e4fd4501b3351963
+Subproject commit 937d0e7439564f46f8627032314878a6fefbd195


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/sdraw/main0210.xhp   |2 +-
 source/text/simpress/02/1010.xhp |2 +-
 source/text/simpress/main0210.xhp|2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 937d0e7439564f46f8627032314878a6fefbd195
Author: Johnny_M 
AuthorDate: Sun Oct 31 12:54:25 2021 +0100
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:56:47 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I28cd7d852ed5260811f6388904c5b658be89b5d0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124522
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sdraw/main0210.xhp b/source/text/sdraw/main0210.xhp
index 3647eefea..a3a2454c5 100644
--- a/source/text/sdraw/main0210.xhp
+++ b/source/text/sdraw/main0210.xhp
@@ -41,7 +41,7 @@
 
 
 
-
+
 Lines and Arrows
 Opens the 
Arrows toolbar to insert lines and arrows.
 
diff --git a/source/text/simpress/02/1010.xhp 
b/source/text/simpress/02/1010.xhp
index 27dfc3889..fc5d70600 100644
--- a/source/text/simpress/02/1010.xhp
+++ b/source/text/simpress/02/1010.xhp
@@ -27,7 +27,7 @@
 
 
 
-
+
 
 Connectors
 
diff --git a/source/text/simpress/main0210.xhp 
b/source/text/simpress/main0210.xhp
index cfc7a91f9..1c0d971c8 100644
--- a/source/text/simpress/main0210.xhp
+++ b/source/text/simpress/main0210.xhp
@@ -53,7 +53,7 @@
 
 
 
-
+
 Lines and Arrows
 Opens the 
Arrows toolbar to insert lines and arrows.
 


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #561 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/d267338da14c3d505dcb2245e4fd4501b3351963

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: 2 commits - extensions/source helpcontent2

2021-11-03 Thread Stephan Bergmann (via logerrit)
 extensions/source/propctrlr/formcomponenthandler.cxx |2 +-
 helpcontent2 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ff22a3ff99da3abc0531c5a4eeccc25d45b61adb
Author: Stephan Bergmann 
AuthorDate: Wed Nov 3 16:39:30 2021 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Nov 3 20:56:08 2021 +0100

Add back `== 2`

...that got lost in 23c8da878529f85ba5045db6f7ea7956a64dfc72 "put the 
message
into static_assert" (causing a loplugin:consttobool warning)

Change-Id: I8f2a97bd61edbfad0c871c0d2d0e25f1ce9f9f98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124658
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/extensions/source/propctrlr/formcomponenthandler.cxx 
b/extensions/source/propctrlr/formcomponenthandler.cxx
index ebb30470a6db..5d4625db8f10 100644
--- a/extensions/source/propctrlr/formcomponenthandler.cxx
+++ b/extensions/source/propctrlr/formcomponenthandler.cxx
@@ -519,7 +519,7 @@ namespace pcr
 if( ! (_rControlValue >>= sControlValue) )
 SAL_WARN("extensions.propctrlr", "convertToControlValue: 
unable to get property for Show/Hide");
 
-static_assert(SAL_N_ELEMENTS(RID_RSC_ENUM_SHOWHIDE), 
"FormComponentPropertyHandler::convertToPropertyValue: broken resource for 
Show/Hide!");
+static_assert(SAL_N_ELEMENTS(RID_RSC_ENUM_SHOWHIDE) == 2, 
"FormComponentPropertyHandler::convertToPropertyValue: broken resource for 
Show/Hide!");
 bool bShow = sControlValue == PcrRes(RID_RSC_ENUM_SHOWHIDE[1]);
 
 aPropertyValue <<= bShow;
commit 913c9aa8f5bb681b3437d21b0d18c02627e99ad6
Author: Johnny_M 
AuthorDate: Wed Nov 3 20:56:00 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:56:00 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to d267338da14c3d505dcb2245e4fd4501b3351963
  - tdf#132643 Translate German section IDs

Remove unused.

Change-Id: Ib70cf57c351c2342a3cebdd9052b42d134bb9e53
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124516
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 7a6242adb760..d267338da14c 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 7a6242adb760c8f8603d9dd4af880e5a9ebae2a0
+Subproject commit d267338da14c3d505dcb2245e4fd4501b3351963


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #560 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/7a6242adb760c8f8603d9dd4af880e5a9ebae2a0

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/simpress/02/1304.xhp |4 
 1 file changed, 4 deletions(-)

New commits:
commit d267338da14c3d505dcb2245e4fd4501b3351963
Author: Johnny_M 
AuthorDate: Sun Oct 31 12:34:56 2021 +0100
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:55:58 2021 +0100

tdf#132643 Translate German section IDs

Remove unused.

Change-Id: Ib70cf57c351c2342a3cebdd9052b42d134bb9e53
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124516
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/02/1304.xhp 
b/source/text/simpress/02/1304.xhp
index 53234f947..8295ae434 100644
--- a/source/text/simpress/02/1304.xhp
+++ b/source/text/simpress/02/1304.xhp
@@ -30,15 +30,12 @@
 
 
 
-
 interactions; preview
 allowing; interaction
 
 
 Allow 
Interaction
 Runs a preview of the interaction that is assigned to an 
object, when you click the object in the slide. To select an object for 
editing, hold down the OptionAlt
 key when you click.
-
-
 
 
 
@@ -52,6 +49,5 @@
 
 
 
-
 
 


[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 29b39dfb667d330fbf6ce5be76adc845ee73df98
Author: Johnny_M 
AuthorDate: Wed Nov 3 20:55:11 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:55:11 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 7a6242adb760c8f8603d9dd4af880e5a9ebae2a0
  - tdf#132643 Translate German section IDs

Change-Id: I8a6f2d4b515337a8526ca5d09ab81b576edbd89f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124521
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index eb6bd3da8ce0..7a6242adb760 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit eb6bd3da8ce0678b5e5327fce347e68f90d2ff5f
+Subproject commit 7a6242adb760c8f8603d9dd4af880e5a9ebae2a0


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/sdraw/main0213.xhp   |2 +-
 source/text/simpress/02/1314.xhp |2 +-
 source/text/simpress/main0213.xhp|2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7a6242adb760c8f8603d9dd4af880e5a9ebae2a0
Author: Johnny_M 
AuthorDate: Sun Oct 31 12:51:46 2021 +0100
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:55:09 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I8a6f2d4b515337a8526ca5d09ab81b576edbd89f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124521
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sdraw/main0213.xhp b/source/text/sdraw/main0213.xhp
index be1e9789b..25044b3dc 100644
--- a/source/text/sdraw/main0213.xhp
+++ b/source/text/sdraw/main0213.xhp
@@ -47,7 +47,7 @@
 
 Snap to Snap 
Guides
 
-
+
 
 
 Snap to Page 
Margins
diff --git a/source/text/simpress/02/1314.xhp 
b/source/text/simpress/02/1314.xhp
index 4cfee20b8..526fa788e 100644
--- a/source/text/simpress/02/1314.xhp
+++ b/source/text/simpress/02/1314.xhp
@@ -27,7 +27,7 @@
 
 Snap to Snap 
Guides
 
-
+
 
 
 
diff --git a/source/text/simpress/main0213.xhp 
b/source/text/simpress/main0213.xhp
index 1b12fd8d1..880294a71 100644
--- a/source/text/simpress/main0213.xhp
+++ b/source/text/simpress/main0213.xhp
@@ -50,7 +50,7 @@
 
 Snap to Snap 
Lines
 
-
+
 Snap to Page 
Margins
 
 


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #559 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/eb6bd3da8ce0678b5e5327fce347e68f90d2ff5f

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 317100ad1d227a0508f8347b6787950c9e4d6025
Author: Johnny_M 
AuthorDate: Wed Nov 3 20:54:23 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:54:23 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to eb6bd3da8ce0678b5e5327fce347e68f90d2ff5f
  - tdf#132643 Translate German section IDs

Change-Id: Ie0c4bfb8006124b68b4928286c8b3a20423ea2eb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124520
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 2babd3eab5f8..eb6bd3da8ce0 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 2babd3eab5f8215751ad247ce153b9d140b95b1d
+Subproject commit eb6bd3da8ce0678b5e5327fce347e68f90d2ff5f


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/simpress/02/0802.xhp |2 +-
 source/text/simpress/main0206.xhp|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit eb6bd3da8ce0678b5e5327fce347e68f90d2ff5f
Author: Johnny_M 
AuthorDate: Sun Oct 31 12:45:43 2021 +0100
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:54:22 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: Ie0c4bfb8006124b68b4928286c8b3a20423ea2eb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124520
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/02/0802.xhp 
b/source/text/simpress/02/0802.xhp
index e85c02dc4..1c5566dd0 100644
--- a/source/text/simpress/02/0802.xhp
+++ b/source/text/simpress/02/0802.xhp
@@ -27,7 +27,7 @@
 
 
 
-
+
 
 Current 
Size
 Displays the X and Y position of the cursor and the size of 
the selected object.
diff --git a/source/text/simpress/main0206.xhp 
b/source/text/simpress/main0206.xhp
index f27cd418d..e9d43733d 100644
--- a/source/text/simpress/main0206.xhp
+++ b/source/text/simpress/main0206.xhp
@@ -36,7 +36,7 @@
   Status 
Bar
   The status 
bar displays information about your document, including the currently selected 
object. You can double-click some status bar items to open a related dialog 
window.
   
-  
+  
   
   
   


[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0c67012a1886189fec58de4dbace57d79979713b
Author: Johnny_M 
AuthorDate: Wed Nov 3 20:53:35 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:53:35 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 2babd3eab5f8215751ad247ce153b9d140b95b1d
  - tdf#132643 Translate German section IDs

Change-Id: Id84cb4ee46cbd2cf9ec36bdddb64b5941364152b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124518
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 9b87b645b2eb..2babd3eab5f8 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 9b87b645b2ebfa735b80b914cb797a3f32a48560
+Subproject commit 2babd3eab5f8215751ad247ce153b9d140b95b1d


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #558 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/2babd3eab5f8215751ad247ce153b9d140b95b1d

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/simpress/02/0402.xhp |2 +-
 source/text/simpress/main0204.xhp|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2babd3eab5f8215751ad247ce153b9d140b95b1d
Author: Johnny_M 
AuthorDate: Sun Oct 31 12:39:53 2021 +0100
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:53:34 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: Id84cb4ee46cbd2cf9ec36bdddb64b5941364152b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124518
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/02/0402.xhp 
b/source/text/simpress/02/0402.xhp
index d0dc8d5bf..09bfaedde 100644
--- a/source/text/simpress/02/0402.xhp
+++ b/source/text/simpress/02/0402.xhp
@@ -30,7 +30,7 @@
 
 
 
-
+
 
 Slides Per 
Row
 Enter the number of slides to display on each row in the 
Slide Sorter.
diff --git a/source/text/simpress/main0204.xhp 
b/source/text/simpress/main0204.xhp
index c195cf900..85aa84566 100644
--- a/source/text/simpress/main0204.xhp
+++ b/source/text/simpress/main0204.xhp
@@ -38,6 +38,6 @@
 
 
 
-
+
 
 


[Libreoffice-bugs] [Bug 145532] New: Sheet copy from doc1 to doc2 breaks "Defined Range" linkage

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145532

Bug ID: 145532
   Summary: Sheet copy from doc1 to doc2 breaks "Defined Range"
linkage
   Product: LibreOffice
   Version: 7.2.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dev...@realcom.co.uk

Description:
Doc2 is a multi-sheet ods with several Defined Range specifications.
Doc1 is an unrelated ods with separate Defined Range specifications.
If a sheet from Doc1 is copied to Doc2, the distinct Defined Ranges in the two
docs clash.
I'm guessing that the internal tokens for the Defined Ranges used in Doc1 get
confused with the already existing Defined Range tokens in Doc2.
Suffice to say that the defined range names used in the cell formulae of the
moved sheet are replaced by syntactically correct but logically senseless
references to Doc1 definitions.
Any formula affected in this way is of course invalid and the moved sheet
becomes unworkable and not even easily correctable.
There is no obvious route / prep work to avoid this problem.
Possible work-around (v. labour-intensive):  prior to copy, delete all defined
ranges in Doc1 (rendering all affected calcs syntactically illegal), move the
sheet to Doc2 and recreate the absent Defined Ranges in Doc2 after the copy.
Seems to meet with success, but is a heck of a lot of work.
(BTW, confirms the idea of 'low-level token' mismatch as the root cause of the
bug.)
Far preferable that a bugfix can be arranged.


Steps to Reproduce:
1.Create Doc1 with Defined Range specs and valid formulae that use the D.R.s
2.Create Doc2 with distinct Defined Range specs and valid formulae that use the
D.R.s
3.Copy a sheet that uses the  D.R.s from Doc1 to Doc2

Actual Results:
The DR names used in the Doc1 sheet after the copy have been confused with the
DR names that pre-existed in Doc2. It is as though the low-level representation
of the formula uses an index reference into the DR list, and this is used to
mistakenly refer to a Doc2 DR.
Examination of the post-move formulae shows that the DR placeholder names have
been changed to align with Doc2 DR names.

Expected Results:
1. The DR specifications should copy over without confusion
2. The DR name references in the formulae should remain unchanged
3. The sheet should continue to be useable.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 6; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: en-GB (en_GB); UI: en-GB
Calc: threaded

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

[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #557 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/9b87b645b2ebfa735b80b914cb797a3f32a48560

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c587ac9e944925f48e84434531ab4fb934aaf128
Author: Johnny_M 
AuthorDate: Wed Nov 3 20:50:09 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:50:09 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 9b87b645b2ebfa735b80b914cb797a3f32a48560
  - tdf#132643 Translate German section IDs

Change-Id: I7a8b06fb9d62a86bde0e868e61fba14209da2c09
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124517
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 6c40485ef4bb..9b87b645b2eb 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 6c40485ef4bbc51aedc0418b76396624974089c2
+Subproject commit 9b87b645b2ebfa735b80b914cb797a3f32a48560


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/simpress/02/1108.xhp |4 ++--
 source/text/simpress/main0211.xhp|4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9b87b645b2ebfa735b80b914cb797a3f32a48560
Author: Johnny_M 
AuthorDate: Sun Oct 31 12:37:57 2021 +0100
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:50:08 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I7a8b06fb9d62a86bde0e868e61fba14209da2c09
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124517
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/02/1108.xhp 
b/source/text/simpress/02/1108.xhp
index b19192e9c..9510d0ad3 100644
--- a/source/text/simpress/02/1108.xhp
+++ b/source/text/simpress/02/1108.xhp
@@ -29,13 +29,13 @@
 
 
 
-  
+  
   subpoints; 
hidinghiding; 
subpoints
 
 Hide Subpoints  
   Hides the subheadings of a 
selected heading. Hidden subheadings are indicated by a black line in front of 
a heading. To show the lower level headings, click the Show 
Subpoints icon.
   
-  
+  
   
 
 
diff --git a/source/text/simpress/main0211.xhp 
b/source/text/simpress/main0211.xhp
index 8dbb6eae5..6408b8f90 100644
--- a/source/text/simpress/main0211.xhp
+++ b/source/text/simpress/main0211.xhp
@@ -40,8 +40,8 @@
 
 
 
-
-
+
+
 
 
 


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #556 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/6c40485ef4bbc51aedc0418b76396624974089c2

tdf#132643 Translate German section IDs

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

[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #555 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/93ffd5de051e831a94f5aa9cd3c19ff496a86370

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 05a57cee0123a87b5166645744bfb0cb28b9703d
Author: Johnny_M 
AuthorDate: Wed Nov 3 20:48:45 2021 +0100
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:48:45 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 6c40485ef4bbc51aedc0418b76396624974089c2
  - tdf#132643 Translate German section IDs

Change-Id: I59dd1c081e4e8ba3933dbecfc74e4c61b167ee53
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124514
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 93ffd5de051e..6c40485ef4bb 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 93ffd5de051e831a94f5aa9cd3c19ff496a86370
+Subproject commit 6c40485ef4bbc51aedc0418b76396624974089c2


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/simpress/02/1002.xhp |2 +-
 source/text/simpress/main0211.xhp|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6c40485ef4bbc51aedc0418b76396624974089c2
Author: Johnny_M 
AuthorDate: Sun Oct 31 12:29:53 2021 +0100
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:48:44 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I59dd1c081e4e8ba3933dbecfc74e4c61b167ee53
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124514
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/02/1002.xhp 
b/source/text/simpress/02/1002.xhp
index a481584c9..53d5955d8 100644
--- a/source/text/simpress/02/1002.xhp
+++ b/source/text/simpress/02/1002.xhp
@@ -57,7 +57,7 @@
 
 
 
-
+
 
 
 
diff --git a/source/text/simpress/main0211.xhp 
b/source/text/simpress/main0211.xhp
index 31e4f21eb..8dbb6eae5 100644
--- a/source/text/simpress/main0211.xhp
+++ b/source/text/simpress/main0211.xhp
@@ -35,7 +35,7 @@
 In Outline View, the Outline bar contains frequently used 
editing tools. Click the arrow next to an icon to open a toolbar that 
contains additional commands.
 
 
-
+
 
 
 


[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5340ba24dda5414d5575e6a8a03680835f59d7ff
Author: Johnny_M 
AuthorDate: Wed Nov 3 21:48:12 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:48:12 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 93ffd5de051e831a94f5aa9cd3c19ff496a86370
  - tdf#132643 Translate German section IDs

Change-Id: I23a1fbf80ae1e97677cb099645f87395a008ebcb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124492
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 8cdfcc1ff222..93ffd5de051e 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 8cdfcc1ff2220e55fe74ed9889608406bc30d985
+Subproject commit 93ffd5de051e831a94f5aa9cd3c19ff496a86370


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/simpress/00/0405.xhp |2 +-
 source/text/simpress/01/0515.xhp |4 ++--
 source/text/simpress/02/1012.xhp |2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 93ffd5de051e831a94f5aa9cd3c19ff496a86370
Author: Johnny_M 
AuthorDate: Sat Oct 30 17:31:30 2021 +0200
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:48:10 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I23a1fbf80ae1e97677cb099645f87395a008ebcb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124492
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/00/0405.xhp 
b/source/text/simpress/00/0405.xhp
index 7c65fe84b..0f0be7ec2 100644
--- a/source/text/simpress/00/0405.xhp
+++ b/source/text/simpress/00/0405.xhp
@@ -25,7 +25,7 @@
 
 
 Format Menu
-
+
 In the 
context menu of a dimension line, choose Dimensions.
 On the 
Lines and Arrows toolbar, click the Dimension Line 
icon.
 
diff --git a/source/text/simpress/01/0515.xhp 
b/source/text/simpress/01/0515.xhp
index 604f05fa3..7b296fb3c 100644
--- a/source/text/simpress/01/0515.xhp
+++ b/source/text/simpress/01/0515.xhp
@@ -37,8 +37,8 @@
 
 If you want to 
modify the line style or the arrow style of a dimension line, choose Format - 
Line.
 
-
-
+
+
 
 A Dimension 
Line is always inserted on the layer called Dimension Lines. If you set that 
layer to invisible, you will not see any Dimension Line in your 
drawing.
 Line
diff --git a/source/text/simpress/02/1012.xhp 
b/source/text/simpress/02/1012.xhp
index 6e73cc492..c34eb8b46 100644
--- a/source/text/simpress/02/1012.xhp
+++ b/source/text/simpress/02/1012.xhp
@@ -163,7 +163,7 @@
 If you want the 
dimension line to be the same length as the side of a nearby object, hold down 
the Command
 Ctrl key while 
dragging. To constrain the dimension line to 45 degrees, hold down the Shift 
key while dragging.
 In 
%PRODUCTNAME Draw, a dimension line is always inserted on the layer called 
Dimension Lines. If you set that layer to invisible, you will not 
see any dimension line in your drawing.
-
+
 
 
 


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #554 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/8cdfcc1ff2220e55fe74ed9889608406bc30d985

tdf#132643 Translate German section IDs

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

[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #553 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/2809c7aea1e3c56369060756c245895d60dc2c50

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cbe437ea1e5a8884051c71ef51f88b468b822361
Author: Johnny_M 
AuthorDate: Wed Nov 3 21:47:24 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:47:24 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 8cdfcc1ff2220e55fe74ed9889608406bc30d985
  - tdf#132643 Translate German section IDs

Change-Id: I6023ca2ccd54dd59e5e46d641fdb7a519a5333a6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124491
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 2809c7aea1e3..8cdfcc1ff222 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 2809c7aea1e3c56369060756c245895d60dc2c50
+Subproject commit 8cdfcc1ff2220e55fe74ed9889608406bc30d985


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/simpress/02/0806.xhp |2 +-
 source/text/simpress/main0206.xhp|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8cdfcc1ff2220e55fe74ed9889608406bc30d985
Author: Johnny_M 
AuthorDate: Sat Oct 30 17:24:58 2021 +0200
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:47:23 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I6023ca2ccd54dd59e5e46d641fdb7a519a5333a6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124491
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/02/0806.xhp 
b/source/text/simpress/02/0806.xhp
index 9092b433f..8b0d1e4a2 100644
--- a/source/text/simpress/02/0806.xhp
+++ b/source/text/simpress/02/0806.xhp
@@ -31,7 +31,7 @@
 
   
   
-  
+  
 
 Current 
Slide/Level
   Displays the current slide number 
followed by the total number of slides.
diff --git a/source/text/simpress/main0206.xhp 
b/source/text/simpress/main0206.xhp
index 3a2fcef98..f27cd418d 100644
--- a/source/text/simpress/main0206.xhp
+++ b/source/text/simpress/main0206.xhp
@@ -39,7 +39,7 @@
   
   
   
-  
+  
   
  
 


[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2aef034db2108d178f711cb27a1e33d84f9ca361
Author: Johnny_M 
AuthorDate: Wed Nov 3 21:46:37 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:46:37 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 2809c7aea1e3c56369060756c245895d60dc2c50
  - tdf#132643 Translate German section IDs

Change-Id: I7b2c360e9ebc3e6a1a4863366c76164018d72c2d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124490
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 9bf6321ea534..2809c7aea1e3 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 9bf6321ea5344eeac7ce34453d776fe1bcf18468
+Subproject commit 2809c7aea1e3c56369060756c245895d60dc2c50


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/sdraw/main0213.xhp   |2 +-
 source/text/simpress/02/1319.xhp |2 +-
 source/text/simpress/main0213.xhp|2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2809c7aea1e3c56369060756c245895d60dc2c50
Author: Johnny_M 
AuthorDate: Sat Oct 30 17:22:03 2021 +0200
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:46:36 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: I7b2c360e9ebc3e6a1a4863366c76164018d72c2d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124490
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sdraw/main0213.xhp b/source/text/sdraw/main0213.xhp
index 6331e4007..be1e9789b 100644
--- a/source/text/sdraw/main0213.xhp
+++ b/source/text/sdraw/main0213.xhp
@@ -67,7 +67,7 @@
 
 Select Text 
Area Only
 
-
+
 
 
 
diff --git a/source/text/simpress/02/1319.xhp 
b/source/text/simpress/02/1319.xhp
index a6238e48d..8aee1a195 100644
--- a/source/text/simpress/02/1319.xhp
+++ b/source/text/simpress/02/1319.xhp
@@ -32,7 +32,7 @@
   Select Text Area Only
   
   
-  
+  
   
 
 
diff --git a/source/text/simpress/main0213.xhp 
b/source/text/simpress/main0213.xhp
index 45a3f98d2..1b12fd8d1 100644
--- a/source/text/simpress/main0213.xhp
+++ b/source/text/simpress/main0213.xhp
@@ -65,7 +65,7 @@
 
 Select Text 
Area Only
 
-
+
 
 
 


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #552 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/9bf6321ea5344eeac7ce34453d776fe1bcf18468

tdf#132643 Translate German section IDs

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

[Libreoffice-commits] core.git: helpcontent2

2021-11-03 Thread Johnny_M (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0481ed9e138187c36eb60158673287821629d60d
Author: Johnny_M 
AuthorDate: Wed Nov 3 21:45:34 2021 +0200
Commit: Gerrit Code Review 
CommitDate: Wed Nov 3 20:45:34 2021 +0100

Update git submodules

* Update helpcontent2 from branch 'master'
  to 9bf6321ea5344eeac7ce34453d776fe1bcf18468
  - tdf#132643 Translate German section IDs

Change-Id: Icbd1b5cbbd7aca5601464fe26964e9215b5686e6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124464
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index bbde73f9f1d9..9bf6321ea534 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit bbde73f9f1d9bf847d9c9bdeb5e4bcbf44ee4fa3
+Subproject commit 9bf6321ea5344eeac7ce34453d776fe1bcf18468


[Libreoffice-commits] help.git: source/text

2021-11-03 Thread Johnny_M (via logerrit)
 source/text/sdraw/main0213.xhp   |2 +-
 source/text/simpress/02/1316.xhp |2 +-
 source/text/simpress/main0213.xhp|2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9bf6321ea5344eeac7ce34453d776fe1bcf18468
Author: Johnny_M 
AuthorDate: Sat Oct 30 16:19:35 2021 +0200
Commit: Olivier Hallot 
CommitDate: Wed Nov 3 20:45:32 2021 +0100

tdf#132643 Translate German section IDs

Change-Id: Icbd1b5cbbd7aca5601464fe26964e9215b5686e6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124464
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sdraw/main0213.xhp b/source/text/sdraw/main0213.xhp
index 33b10184e..6331e4007 100644
--- a/source/text/sdraw/main0213.xhp
+++ b/source/text/sdraw/main0213.xhp
@@ -57,7 +57,7 @@
 
 Snap to 
Object Border
 
-
+
 Snap to 
Object Points
 
 
diff --git a/source/text/simpress/02/1316.xhp 
b/source/text/simpress/02/1316.xhp
index 97c14ed63..597aaa8f2 100644
--- a/source/text/simpress/02/1316.xhp
+++ b/source/text/simpress/02/1316.xhp
@@ -27,7 +27,7 @@
 Snap to Object Border
   
   
-  
+  
   
 
  
diff --git a/source/text/simpress/main0213.xhp 
b/source/text/simpress/main0213.xhp
index 2a3ce75ab..45a3f98d2 100644
--- a/source/text/simpress/main0213.xhp
+++ b/source/text/simpress/main0213.xhp
@@ -56,7 +56,7 @@
 
 Snap to 
Object Border
 
-
+
 Snap to 
Object Points
 
 


[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #551 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/bbde73f9f1d9bf847d9c9bdeb5e4bcbf44ee4fa3

tdf#132643 Translate German section IDs

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

[Libreoffice-bugs] [Bug 132643] [LOCALHELP] Translate section id to English mnemonics

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

--- Comment #550 from Commit Notification 
 ---
Johnny_M committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/f6ba20dac0a91953eef9b008fd7812af37f577b8

tdf#132643 Translate German section IDs

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

  1   2   3   >