summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/fmtcol.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-09 22:41:31 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-09 22:44:41 +0200
commitc99476fcfc1aedcac60df399c6b5efeff1b23045 (patch)
tree13a18bcd615244c7b22b08d84fbe2d95dfe33456 /sw/source/core/doc/fmtcol.cxx
parenta51c5437baf317fb253ddc84cdd11c9428da77b2 (diff)
deleted needless blank lines in sw/source/core/doc/
Change-Id: I5349ab03f7d2a4e66bf8ac5ef67382f47eb5b5d5
Diffstat (limited to 'sw/source/core/doc/fmtcol.cxx')
-rw-r--r--sw/source/core/doc/fmtcol.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/core/doc/fmtcol.cxx b/sw/source/core/doc/fmtcol.cxx
index ccf7b2ba5fa6..ecc4f9e52677 100644
--- a/sw/source/core/doc/fmtcol.cxx
+++ b/sw/source/core/doc/fmtcol.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <sal/macros.h>
#include <hintids.hxx>
#include <editeng/ulspitem.hxx>
@@ -41,7 +40,6 @@ TYPEINIT1( SwCollCondition, SwClient );
namespace TxtFmtCollFunc
{
-
// #i71574#
void CheckTxtFmtCollForDeletionOfAssignmentToOutlineStyle(
SwFmt* pFmt,
@@ -280,7 +278,6 @@ void SwTxtFmtColl::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew )
bWeiter = pNewChgSet->GetTheChgdSet() == &GetAttrSet();
}
-
for( int nC = 0, nArrLen = sizeof(aFontSizeArr) / sizeof( aFontSizeArr[0]);
nC < nArrLen; ++nC )
{
@@ -475,7 +472,6 @@ SwCollCondition::SwCollCondition( SwTxtFmtColl* pColl, sal_uLong nMasterCond,
aSubCondition.nSubCondition = nSubCond;
}
-
SwCollCondition::SwCollCondition( SwTxtFmtColl* pColl, sal_uLong nMasterCond,
const String& rSubExp )
: SwClient( pColl ), nCondition( nMasterCond )
@@ -486,7 +482,6 @@ SwCollCondition::SwCollCondition( SwTxtFmtColl* pColl, sal_uLong nMasterCond,
aSubCondition.nSubCondition = 0;
}
-
SwCollCondition::SwCollCondition( const SwCollCondition& rCopy )
: SwClient( (SwModify*)rCopy.GetRegisteredIn() ), nCondition( rCopy.nCondition )
{
@@ -496,7 +491,6 @@ SwCollCondition::SwCollCondition( const SwCollCondition& rCopy )
aSubCondition.nSubCondition = rCopy.aSubCondition.nSubCondition;
}
-
SwCollCondition::~SwCollCondition()
{
if( USRFLD_EXPRESSION & nCondition )
@@ -508,8 +502,6 @@ void SwCollCondition::RegisterToFormat( SwFmt& rFmt )
rFmt.Add( this );
}
-
-
int SwCollCondition::operator==( const SwCollCondition& rCmp ) const
{
int nRet = 0;
@@ -541,7 +533,6 @@ int SwCollCondition::operator==( const SwCollCondition& rCmp ) const
return nRet;
}
-
void SwCollCondition::SetCondition( sal_uLong nCond, sal_uLong nSubCond )
{
if( USRFLD_EXPRESSION & nCondition )
@@ -550,7 +541,6 @@ void SwCollCondition::SetCondition( sal_uLong nCond, sal_uLong nSubCond )
aSubCondition.nSubCondition = nSubCond;
}
-
SwConditionTxtFmtColl::~SwConditionTxtFmtColl()
{
}
@@ -568,7 +558,6 @@ const SwCollCondition* SwConditionTxtFmtColl::HasCondition(
return n < aCondColls.size() ? pFnd : 0;
}
-
void SwConditionTxtFmtColl::InsertCondition( const SwCollCondition& rCond )
{
for( sal_uInt16 n = 0; n < aCondColls.size(); ++n )
@@ -583,7 +572,6 @@ void SwConditionTxtFmtColl::InsertCondition( const SwCollCondition& rCond )
aCondColls.push_back( pNew );
}
-
bool SwConditionTxtFmtColl::RemoveCondition( const SwCollCondition& rCond )
{
bool bRet = false;