summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlnum.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlnum.cxx')
-rw-r--r--sw/source/filter/html/htmlnum.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/filter/html/htmlnum.cxx b/sw/source/filter/html/htmlnum.cxx
index d4bb2976786f..cc83d3d5dcf1 100644
--- a/sw/source/filter/html/htmlnum.cxx
+++ b/sw/source/filter/html/htmlnum.cxx
@@ -49,7 +49,6 @@ using namespace ::com::sun::star;
#define HTML_BULLETCHAR_CIRCLE (0xe009)
#define HTML_BULLETCHAR_SQUARE (0xe00b)
-
// <UL TYPE=...>
static HTMLOptionEnum aHTMLULTypeTable[] =
{
@@ -59,7 +58,6 @@ static HTMLOptionEnum aHTMLULTypeTable[] =
{ 0, 0 }
};
-
void SwHTMLNumRuleInfo::Set( const SwTxtNode& rTxtNd )
{
const SwNumRule* pTxtNdNumRule( rTxtNd.GetNumRule() );
@@ -84,7 +82,6 @@ void SwHTMLNumRuleInfo::Set( const SwTxtNode& rTxtNd )
}
}
-
void SwHTMLParser::NewNumBulList( int nToken )
{
SwHTMLNumRuleInfo& rInfo = GetNumInfo();
@@ -460,7 +457,6 @@ void SwHTMLParser::EndNumBulList( int nToken )
}
-
void SwHTMLParser::NewNumBulListItem( int nToken )
{
sal_uInt8 nLevel = GetNumInfo().GetLevel();
@@ -632,7 +628,6 @@ void SwHTMLParser::EndNumBulListItem( int nToken, sal_Bool bSetColl,
SetTxtCollAttrs();
}
-
void SwHTMLParser::SetNodeNum( sal_uInt8 nLevel, bool bCountedInList )
{
SwTxtNode* pTxtNode = pPam->GetNode()->GetTxtNode();
@@ -650,8 +645,6 @@ void SwHTMLParser::SetNodeNum( sal_uInt8 nLevel, bool bCountedInList )
GetNumInfo().GetNumRule()->SetInvalidRule( sal_False );
}
-
-
void SwHTMLWriter::FillNextNumInfo()
{
pNextNumRuleInfo = 0;
@@ -779,7 +772,6 @@ Writer& OutHTML_NumBulListStart( SwHTMLWriter& rWrt,
}
}
-
OSL_ENSURE( rWrt.nLastParaToken == 0,
"<PRE> wurde nicht vor <OL> beendet." );
sal_uInt16 nPrevDepth =