summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlplug.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-28 21:16:45 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-29 11:09:32 +0200
commit5210b695af709d856cc88b57e28654dd50b42894 (patch)
tree0f84c2b50916c2fa9926df581a77d47c5bf2d9e7 /sw/source/filter/html/htmlplug.cxx
parent988acc33014fd18be70bf359a1dd92c70caa6bb3 (diff)
Get rid of these non-printable chars
Diffstat (limited to 'sw/source/filter/html/htmlplug.cxx')
-rw-r--r--sw/source/filter/html/htmlplug.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx
index 9f935269527d..bf93b7fdaed7 100644
--- a/sw/source/filter/html/htmlplug.cxx
+++ b/sw/source/filter/html/htmlplug.cxx
@@ -128,7 +128,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,
@@ -302,7 +301,6 @@ void SwHTMLParser::SetSpace( const Size& rPixSpace,
}
}
-/* */
void SwHTMLParser::InsertEmbed()
{
@@ -493,7 +491,6 @@ void SwHTMLParser::InsertEmbed()
}
}
-/* */
#ifdef SOLAR_JAVA
void SwHTMLParser::NewObject()
@@ -829,7 +826,6 @@ void SwHTMLParser::InsertParam()
}
-/* */
void SwHTMLParser::InsertFloatingFrame()
{
@@ -965,7 +961,6 @@ void SwHTMLParser::InsertFloatingFrame()
bInFloatingFrame = sal_True;
}
-/* */
sal_uInt16 SwHTMLWriter::GuessOLENodeFrmType( const SwNode& rNode )
{