summaryrefslogtreecommitdiff
path: root/sw/qa/inc
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-05-31 16:46:33 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-05-31 19:08:09 +0200
commit6aec73de12a56a56b3ffd9bb86b559bf0609bf58 (patch)
tree7c497527958919fed66ab8644ed5d0ff804b5444 /sw/qa/inc
parent58ab2f002fd27974b474151b01287dac221dc102 (diff)
SwModelTestBase: drop mustCalcLayoutOf
it's not used anywhere since f3294eb1789e9603b5129f0f2d61116fd4853b52 "CppunitTest_sw_htmlexport: remove not needed mustTestImportOf()" Change-Id: Ifb27c176bd64ca3efecb0f9b142b6144c5703556 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152453 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/inc')
-rw-r--r--sw/qa/inc/swmodeltestbase.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/qa/inc/swmodeltestbase.hxx b/sw/qa/inc/swmodeltestbase.hxx
index 36fd389416ae..244e739eb9ea 100644
--- a/sw/qa/inc/swmodeltestbase.hxx
+++ b/sw/qa/inc/swmodeltestbase.hxx
@@ -159,14 +159,6 @@ protected:
{
}
- /**
- * Override this function if calc layout is not needed
- */
- virtual bool mustCalcLayoutOf(const char* /*filename*/)
- {
- return true;
- }
-
void dumpLayout(const css::uno::Reference< css::lang::XComponent > & rComponent);
void discardDumpedLayout();