diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-31 10:55:05 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-31 12:26:46 +0100 |
commit | 6baffb816eb2b5b4223059c3bfadb8d3d8cac7d0 (patch) | |
tree | b776e81efd093c14e558d86137b5be303ed33d09 /sd | |
parent | c66def668e43bb40eee54fe91e752ba1330cb911 (diff) |
SdModelTestBaseXML is now unused
Change-Id: I2bd3cced5a7dd96840190f42c1ce2cbd94533206
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142060
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/sdmodeltestbase.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sd/qa/unit/sdmodeltestbase.hxx b/sd/qa/unit/sdmodeltestbase.hxx index 100f0e322f59..a571f753c44d 100644 --- a/sd/qa/unit/sdmodeltestbase.hxx +++ b/sd/qa/unit/sdmodeltestbase.hxx @@ -441,23 +441,6 @@ protected: }; -class SdModelTestBaseXML - : public SdModelTestBase, public XmlTestTools -{ - -public: - xmlDocUniquePtr parseExport(utl::TempFileNamed const & rTempFile, OUString const& rStreamName) - { - std::unique_ptr<SvStream> const pStream(parseExportStream(rTempFile, rStreamName)); - xmlDocUniquePtr pXmlDoc = parseXmlStream(pStream.get()); - OUString const url(rTempFile.GetURL()); - pXmlDoc->name = reinterpret_cast<char *>(xmlStrdup( - reinterpret_cast<xmlChar const *>(OUStringToOString(url, RTL_TEXTENCODING_UTF8).getStr()))); - return pXmlDoc; - } - -}; - class SdUnoApiTest : public UnoApiTest { public: |