summaryrefslogtreecommitdiffstats
path: root/include/test
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-09-22 18:34:46 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-09-23 13:16:56 +0200
commit7ccd8928acbb5a27d9b9f44b09b7575757981e8a (patch)
tree02a3dd807dd60e256e9c284c0c7ec47055de5bbe /include/test
parentofz#25868 Timeout, encoding conversion only sane in 0..SAL_MAX_UINT16 range (diff)
downloadcore-7ccd8928acbb5a27d9b9f44b09b7575757981e8a.tar.gz
core-7ccd8928acbb5a27d9b9f44b09b7575757981e8a.zip
tdf#136949: Revert "tdf#115753 fix table border missing when there are merged cells"
This reverts commit 2b19cd84f10552c438dace0a4c52a70ccd440369. Change-Id: I5f3f51e0e816416c364155ab67bc37bb8c6fe545 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103187 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/xmltesttools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/xmltesttools.hxx b/include/test/xmltesttools.hxx
index a23b55986b42..f69255b9b85f 100644
--- a/include/test/xmltesttools.hxx
+++ b/include/test/xmltesttools.hxx
@@ -35,7 +35,7 @@ public:
/// Return xmlDocPtr representation of the XML stream read from pStream.
static xmlDocUniquePtr parseXmlStream(SvStream* pStream);
- static xmlDocUniquePtr dumpAndParse(MetafileXmlDump& rDumper, const GDIMetaFile& rGDIMetaFile, const OUString& rStreamName = OUString());
+ static xmlDocUniquePtr dumpAndParse(MetafileXmlDump& rDumper, const GDIMetaFile& rGDIMetaFile);
protected:
XmlTestTools();