summaryrefslogtreecommitdiff
path: root/sw/source/core/attr/fmtfollowtextflow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/attr/fmtfollowtextflow.cxx')
-rw-r--r--sw/source/core/attr/fmtfollowtextflow.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/attr/fmtfollowtextflow.cxx b/sw/source/core/attr/fmtfollowtextflow.cxx
index 5660cdba5b3e..7cd973a47fb8 100644
--- a/sw/source/core/attr/fmtfollowtextflow.cxx
+++ b/sw/source/core/attr/fmtfollowtextflow.cxx
@@ -19,11 +19,11 @@
#include <fmtfollowtextflow.hxx>
-TYPEINIT1(SwFmtFollowTextFlow, SfxBoolItem);
+TYPEINIT1(SwFormatFollowTextFlow, SfxBoolItem);
-SfxPoolItem* SwFmtFollowTextFlow::Clone( SfxItemPool * ) const
+SfxPoolItem* SwFormatFollowTextFlow::Clone( SfxItemPool * ) const
{
- return new SwFmtFollowTextFlow(*this);
+ return new SwFormatFollowTextFlow(*this);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */