summaryrefslogtreecommitdiff
path: root/sw/inc/fmtclbl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtclbl.hxx')
-rw-r--r--sw/inc/fmtclbl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtclbl.hxx b/sw/inc/fmtclbl.hxx
index 8b6914771fc2..9520f438e5d6 100644
--- a/sw/inc/fmtclbl.hxx
+++ b/sw/inc/fmtclbl.hxx
@@ -32,7 +32,7 @@ public:
: SfxBoolItem( RES_COLUMNBALANCE, bFlag ) {}
/// "pure virtual methods" of SfxPoolItem
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
+ virtual SwFormatNoBalancedColumns* Clone( SfxItemPool *pPool = nullptr ) const override;
void dumpAsXml(xmlTextWriterPtr pWriter) const override;
};