diff options
Diffstat (limited to 'sw/inc/fmtflcnt.hxx')
-rw-r--r-- | sw/inc/fmtflcnt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/fmtflcnt.hxx b/sw/inc/fmtflcnt.hxx index 83cab4bb3214..bcf3c47b52df 100644 --- a/sw/inc/fmtflcnt.hxx +++ b/sw/inc/fmtflcnt.hxx @@ -47,7 +47,6 @@ public: inline void SetFlyFormat( SwFrameFormat* pNew = 0 ) { pFormat = pNew; } const SwTextFlyCnt *GetTextFlyCnt() const { return pTextAttr; } - SwTextFlyCnt *GetTextFlyCnt() { return pTextAttr; } }; #endif |