diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-16 19:10:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-17 13:06:48 +0100 |
commit | 144dd13818581e8753c2b0a8707ffe047837f273 (patch) | |
tree | 40036004ddba41e830122d4245412c112640e7f8 /sw/qa/inc | |
parent | e501580dec3ddf3ca55c97a04a3f1a2b1f802eaa (diff) |
loplugin:unusedmethods
Change-Id: Ib0a72355972662c6b902bca9a527be91fb3e1d17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164930
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 c553fd9cb985..66568ebac2aa 100644 --- a/sw/qa/inc/swmodeltestbase.hxx +++ b/sw/qa/inc/swmodeltestbase.hxx @@ -287,8 +287,6 @@ protected: */ xmlDocUniquePtr WrapReqifFromTempFile(); - void WrapFromTempFile(SvMemoryStream& rStream); - bool isExported(){ return mbExported; } void emulateTyping(SwXTextDocument& rTextDoc, const std::u16string_view& rStr); |