summaryrefslogtreecommitdiff
path: root/sw/qa/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2024-02-21 08:47:50 +0100
committerMiklos Vajna <vmiklos@collabora.com>2024-02-21 09:45:58 +0100
commit707344eaecbff672d7c837709d5c70d3eb04b6fd (patch)
tree0f47165f250fa6c2bd326fb1632a58ddd21bdabb /sw/qa/inc
parentff516105c2df13cc71629b5a7156e16ec16b6988 (diff)
sw model test base: remove no longer needed postLoad()
The only impl was a stub, it was only called at one place. Change-Id: I7b6b6824e871381b1a96b5cecd4a94beb3197310 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163677 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/qa/inc')
-rw-r--r--sw/qa/inc/swmodeltestbase.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/qa/inc/swmodeltestbase.hxx b/sw/qa/inc/swmodeltestbase.hxx
index 3a715c8434a7..c553fd9cb985 100644
--- a/sw/qa/inc/swmodeltestbase.hxx
+++ b/sw/qa/inc/swmodeltestbase.hxx
@@ -127,11 +127,6 @@ protected:
CPPUNIT_FAIL( "verify method must be overridden" );
}
- /// Override this function if some special file-specific setup is needed during export test: after load, but before save.
- virtual void postLoad(const char* /*pFilename*/)
- {
- }
-
void dumpLayout(const css::uno::Reference< css::lang::XComponent > & rComponent);
void discardDumpedLayout();