summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-28 15:56:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-02 07:44:26 +0100
commit0cf5d0fa5e1a7d5dafa7e899e065edb042764f44 (patch)
tree32eea22346cc65464a477882f39257f1931dec73 /reportdesign
parent201a7652092c6a7796a59e6ddee144e4f0c9ece9 (diff)
don't rely on parser ::characters callback only firing once
which is true for the old parser, but not always so for the FastParser. So pre-emptively fix some stuff Change-Id: I405834f1dfd28c98cae87b6de38d238f723edafd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89712 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlCondPrtExpr.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/reportdesign/source/filter/xml/xmlCondPrtExpr.hxx b/reportdesign/source/filter/xml/xmlCondPrtExpr.hxx
index 44460e4b0fdd..dfa7674e0e1a 100644
--- a/reportdesign/source/filter/xml/xmlCondPrtExpr.hxx
+++ b/reportdesign/source/filter/xml/xmlCondPrtExpr.hxx
@@ -30,6 +30,7 @@ namespace rptxml
{
css::uno::Reference< css::beans::XPropertySet > m_xComponent;
OUStringBuffer m_aCharBuffer;
+
OXMLCondPrtExpr(const OXMLCondPrtExpr&) = delete;
void operator =(const OXMLCondPrtExpr&) = delete;
public: