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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/attr/fmtfollowtextflow.cxx b/sw/source/core/attr/fmtfollowtextflow.cxx
index f979fd27d499..8b04869afc5a 100644
--- a/sw/source/core/attr/fmtfollowtextflow.cxx
+++ b/sw/source/core/attr/fmtfollowtextflow.cxx
@@ -22,7 +22,7 @@
#include <sal/log.hxx>
-SfxPoolItem* SwFormatFollowTextFlow::Clone( SfxItemPool * ) const
+SwFormatFollowTextFlow* SwFormatFollowTextFlow::Clone( SfxItemPool * ) const
{
return new SwFormatFollowTextFlow(*this);
}