summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porftn.hxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-12-23 15:15:36 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-12-23 15:31:04 +0100
commit68aecf0dd81b6660e78e8dd758ec9431727f4f0b (patch)
treeb59c2483d92a2a81dbd8523f795c53eb68818448 /sw/source/core/text/porftn.hxx
parent66b338b4f9fa13f69e69a8c0e8a3ea06e49fd764 (diff)
remove unused variables [-Werror,-Wunused-private-field]
Change-Id: I3cb08dd52c5a34be6585ac9fc0c4b6bb04b6ae8c
Diffstat (limited to 'sw/source/core/text/porftn.hxx')
-rw-r--r--sw/source/core/text/porftn.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/text/porftn.hxx b/sw/source/core/text/porftn.hxx
index 75b660f5cc0b..d342eb317592 100644
--- a/sw/source/core/text/porftn.hxx
+++ b/sw/source/core/text/porftn.hxx
@@ -30,14 +30,13 @@ class SwTxtFtn;
class SwFtnPortion : public SwFldPortion
{
- SwTxtFrm *pFrm; // To be able to call RemoveFtn in the dtor
SwTxtFtn *pFtn;
KSHORT nOrigHeight;
// #i98418#
bool mbPreferredScriptTypeSet;
sal_uInt8 mnPreferredScriptType;
public:
- SwFtnPortion( const XubString &rExpand, SwTxtFrm *pFrm, SwTxtFtn *pFtn,
+ SwFtnPortion( const XubString &rExpand, SwTxtFtn *pFtn,
KSHORT nOrig = KSHRT_MAX );
inline KSHORT& Orig() { return nOrigHeight; }