summaryrefslogtreecommitdiff
path: root/sw/qa/inc
diff options
context:
space:
mode:
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();