From ab465b90f6c6da5595393a0ba73f33a1e71a2b65 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 20 May 2015 13:05:49 +0200 Subject: bin/rename-sw-abbreviations.sh renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9 --- sw/inc/calc.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/inc/calc.hxx') diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx index 55cc98f0a54f..1fcbfa5c0517 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -134,16 +134,16 @@ struct SwHash struct SwCalcExp : public SwHash { SwSbxValue nValue; - const SwFieldType* pFldType; + const SwFieldType* pFieldType; SwCalcExp( const OUString& rStr, const SwSbxValue& rVal, - const SwFieldType* pFldType = 0 ); + const SwFieldType* pFieldType = 0 ); }; SwHash* Find( const OUString& rSrch, SwHash* const * ppTable, - sal_uInt16 nTblSize, sal_uInt16* pPos = 0 ); + sal_uInt16 nTableSize, sal_uInt16* pPos = 0 ); -void DeleteHashTable( SwHash** ppTable, sal_uInt16 nTblSize ); +void DeleteHashTable( SwHash** ppTable, sal_uInt16 nTableSize ); // if _CalcOp != 0, this is a valid operator struct _CalcOp; -- cgit