summaryrefslogtreecommitdiff
path: root/sw/inc/cshtyp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-30 15:25:00 +0200
committerNoel Grandin <noel@peralex.com>2016-08-31 10:00:07 +0200
commitf1226d19d944791fc0150c064d1a9985d5913907 (patch)
treeb7bd56b1f677dbb576db8b360b8a142322449672 /sw/inc/cshtyp.hxx
parent12b4d982c2f0dbebd2380823f3f63fe30e219f09 (diff)
Get rid of a pointless indirect function pointer variable
Change-Id: I7c202c6bff8ed405817ea1e7feb4a2c6427825ad
Diffstat (limited to 'sw/inc/cshtyp.hxx')
-rw-r--r--sw/inc/cshtyp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/cshtyp.hxx b/sw/inc/cshtyp.hxx
index 2ac0f69c1fd9..baefa82390fc 100644
--- a/sw/inc/cshtyp.hxx
+++ b/sw/inc/cshtyp.hxx
@@ -69,7 +69,8 @@ typedef SwContentFrame * (*SwPosColumn)( const SwLayoutFrame * );
SwLayoutFrame* GetPrevColumn( const SwLayoutFrame* pLayFrame );
SwLayoutFrame* GetCurrColumn( const SwLayoutFrame* pLayFrame );
SwLayoutFrame* GetNextColumn( const SwLayoutFrame* pLayFrame );
-extern SwPosColumn fnColumnStart, fnColumnEnd;
+SwContentFrame* GetColumnStt( const SwLayoutFrame* pColFrame );
+SwContentFrame* GetColumnEnd( const SwLayoutFrame* pColFrame );
// Direction-parameter for MoveRegion (ranges!)
typedef bool (*SwWhichRegion)( SwPaM&, SwMoveFnCollection const &, bool bInReadOnly );