summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/unusedf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/unusedf.cxx')
-rw-r--r--sw/source/core/layout/unusedf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/unusedf.cxx b/sw/source/core/layout/unusedf.cxx
index 5603fe0833f1..3561928d4ac4 100644
--- a/sw/source/core/layout/unusedf.cxx
+++ b/sw/source/core/layout/unusedf.cxx
@@ -31,9 +31,9 @@ void SwFrm::Paint(SwRect const&, SwPrintData const*const) const
OSL_FAIL( "Paint() of the base class called." );
}
-bool SwCntntFrm::WouldFit( SwTwips &, bool&, bool )
+bool SwContentFrm::WouldFit( SwTwips &, bool&, bool )
{
- OSL_FAIL( "WouldFit of CntntFrm called." );
+ OSL_FAIL( "WouldFit of ContentFrm called." );
return false;
}