summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlplug.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlplug.cxx')
-rw-r--r--sw/source/filter/html/htmlplug.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx
index 379edb4c70ae..0b06d56ceac2 100644
--- a/sw/source/filter/html/htmlplug.cxx
+++ b/sw/source/filter/html/htmlplug.cxx
@@ -119,7 +119,6 @@ const sal_uLong HTML_FRMOPTS_OLE_CSS1 =
HTML_FRMOPT_S_ALIGN |
HTML_FRMOPT_S_SPACE;
-
void SwHTMLParser::SetFixSize( const Size& rPixSize,
const Size& rTwipDfltSize,
sal_Bool bPrcWidth, sal_Bool bPrcHeight,
@@ -292,7 +291,6 @@ void SwHTMLParser::SetSpace( const Size& rPixSpace,
}
}
-
void SwHTMLParser::InsertEmbed()
{
OUString aURL, aType, aName, aAlt, aId, aStyle, aClass;
@@ -485,7 +483,6 @@ void SwHTMLParser::InsertEmbed()
}
}
-
#if HAVE_FEATURE_JAVA
void SwHTMLParser::NewObject()
{
@@ -818,8 +815,6 @@ void SwHTMLParser::InsertParam()
#endif
}
-
-
void SwHTMLParser::InsertFloatingFrame()
{
OUString aAlt, aId, aStyle, aClass;
@@ -954,7 +949,6 @@ void SwHTMLParser::InsertFloatingFrame()
bInFloatingFrame = true;
}
-
sal_uInt16 SwHTMLWriter::GuessOLENodeFrmType( const SwNode& rNode )
{
SwOLEObj& rObj = ((SwOLENode*)rNode.GetOLENode())->GetOLEObj();
@@ -1275,5 +1269,4 @@ Writer& OutHTML_FrmFmtOLENodeGrf( Writer& rWrt, const SwFrmFmt& rFrmFmt,
return rWrt;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */