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 aacb8a50562b..0de517fe5b81 100644
--- a/sw/inc/fmtclbl.hxx
+++ b/sw/inc/fmtclbl.hxx
@@ -40,7 +40,7 @@ public:
SwFmtNoBalancedColumns( sal_Bool bFlag = sal_False )
: SfxBoolItem( RES_COLUMNBALANCE, bFlag ) {}
- // "pure virtual methods" of SfxPoolItem
+ /// "pure virtual methods" of SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
};