diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-10 11:56:41 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-11 09:56:45 +0100 |
commit | e9f78eda01172c7f100d6e7695aaafe2b961d565 (patch) | |
tree | 7ed51cbc9b30f92f36fdd7c565195ad90904ba3f /sw/qa/inc | |
parent | 699251315aeba9620310410c0576c8b9c052c8b2 (diff) |
SwModelTestBase: remove duplicated method
Change-Id: I343fe2711e232ffbdec13f0072ee31a7549f7da8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142546
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 ed1537384686..24ab586544c8 100644 --- a/sw/qa/inc/swmodeltestbase.hxx +++ b/sw/qa/inc/swmodeltestbase.hxx @@ -313,8 +313,6 @@ protected: void loadURLWithComponent(OUString const& rURL, OUString const& rComponent, const char* pName, const char* pPassword); - void loadURL(OUString const& rURL, const char* pName, const char* pPassword = nullptr); - void reload(const char* pFilter, const char* pName, const char* pPassword = nullptr); /// Save the loaded document to a tempfile. Can be used to check the resulting docx/odt directly as a ZIP file. |