diff options
Diffstat (limited to 'sw/inc/fmtclbl.hxx')
-rw-r--r-- | sw/inc/fmtclbl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/fmtclbl.hxx b/sw/inc/fmtclbl.hxx index d9e1b4e785ef..c7ee3440f76b 100644 --- a/sw/inc/fmtclbl.hxx +++ b/sw/inc/fmtclbl.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_SW_INC_FMTCLBL_HXX #define INCLUDED_SW_INC_FMTCLBL_HXX - #include <svl/eitem.hxx> #include <hintids.hxx> #include <format.hxx> @@ -35,7 +34,6 @@ public: virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; }; - inline const SwFmtNoBalancedColumns &SwAttrSet::GetBalancedColumns(sal_Bool bInP) const { return (const SwFmtNoBalancedColumns&)Get( RES_COLUMNBALANCE, bInP ); } |