diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-03 09:55:06 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-03 13:41:14 +0100 |
commit | d40d64da771427423786dc62a2f4ad08cab53179 (patch) | |
tree | 74b5b460e963ede6b6ecdccaed9cf2c577c7a69c /sw/qa/inc | |
parent | beceac5e0a2075696bbb267830ee952ade18da89 (diff) |
swmodeltestbase: remove duplicated code
parseExportStream is already in MacrosTest
Change-Id: Ibde88b176db1521966b6877bda90e06c278c397d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142218
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/inc')
-rw-r--r-- | sw/qa/inc/swmodeltestbase.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/inc/swmodeltestbase.hxx b/sw/qa/inc/swmodeltestbase.hxx index ccf8d8ac6ae6..c0bf9ec9e58e 100644 --- a/sw/qa/inc/swmodeltestbase.hxx +++ b/sw/qa/inc/swmodeltestbase.hxx @@ -369,8 +369,6 @@ protected: */ xmlDocUniquePtr parseExportedFile(); - std::unique_ptr<SvStream> parseExportStream(const OUString& url, const OUString& rStreamName); - xmlDocUniquePtr parseExportInternal(const OUString& url, const OUString& rStreamName); /** |