reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
| 1 -
sd/source/ui/dlg/BulletAndPositionDlg.cxx
| 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 852d5b7b3bc289c1018da5373dea50b7aa68ef0b
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed Jul 24 11:45:00 2019 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed Jul 24 21:32:49 2019 +0200
cid#1448272 RV: Bad use of return value
Change-Id: I716c4e617ae2493385391f96567e2fb4571cd440
Reviewed-on: https://gerrit.libreoffice.org/76253
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git
a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
index 0a3f23c6986e..330a5e091aa0 100644
---
a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
+++
b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
@@ -1026,7 +1026,6 @@ public abstract class OfficeDocumentReportTarget extends
AbstractReportTarget
DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
Document document = dBuilder.parse(new
InputSource(inputStream));
- document.getElementsByTagName("document-meta/meta/generator");
Node node =
document.getFirstChild().getFirstChild().getFirstChild().getFirstChild();
String creator = node.getNodeValue();
node.setNodeValue(creator + "/report_builder");
commit 554e7d8ee6bee44d87392476a498fb7f3f6068c6
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed Jul 24 11:51:10 2019 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed Jul 24 21:32:22 2019 +0200
cid#1448222 Out-of-bounds read
possibly coverity gold
Change-Id: I6443225482eab5be31e1e12d282e420e767f23b2
Reviewed-on: https://gerrit.libreoffice.org/76254
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/sd/source/ui/dlg/BulletAndPositionDlg.cxx
b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
index 26e81878661f..17e7b20136f2 100644
--- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx
+++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
@@ -521,6 +521,7 @@ void SvxBulletAndPositionDlg::InitControls()
{
nNumberingType = SVX_NUM_NUMBER_NONE;
bAllLevel = false;
+ bSameDistBorderNum = false;
bSameBulRelSize = false;
bSameBulColor = false;
bSameStart = false;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits