summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlgrin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlgrin.cxx')
-rw-r--r--sw/source/filter/html/htmlgrin.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/filter/html/htmlgrin.cxx b/sw/source/filter/html/htmlgrin.cxx
index 0ca80885d0d9..5ff6a3b6f4ab 100644
--- a/sw/source/filter/html/htmlgrin.cxx
+++ b/sw/source/filter/html/htmlgrin.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "hintids.hxx"
#include <comphelper/string.hxx>
#include <vcl/svapp.hxx>
@@ -73,7 +72,6 @@
using namespace ::com::sun::star;
-
HTMLOptionEnum aHTMLImgHAlignTable[] =
{
{ OOO_STRING_SVTOOLS_HTML_AL_left, text::HoriOrientation::LEFT },
@@ -81,7 +79,6 @@ HTMLOptionEnum aHTMLImgHAlignTable[] =
{ 0, 0 }
};
-
HTMLOptionEnum aHTMLImgVAlignTable[] =
{
{ OOO_STRING_SVTOOLS_HTML_VA_top, text::VertOrientation::LINE_TOP },
@@ -154,7 +151,6 @@ void SwHTMLParser::ConnectImageMaps()
}
}
-
/* */
void SwHTMLParser::SetAnchorAndAdjustment( sal_Int16 eVertOri,
@@ -508,7 +504,6 @@ IMAGE_SETEVENT:
aVBorderLine.SetColor( aHBorderLine.GetColor() );
}
-
SvxBoxItem aBoxItem( RES_BOX );
aBoxItem.SetLine( &aHBorderLine, BOX_LINE_TOP );
aBoxItem.SetLine( &aHBorderLine, BOX_LINE_BOTTOM );
@@ -919,7 +914,6 @@ void SwHTMLParser::InsertBodyOptions()
pCSS1Parser->SetBodyTextSet();
}
-
// Die Item fuer die Seitenvorlage vorbereiten (Hintergrund, Umrandung)
// Beim BrushItem muessen schon gesetzte werte erhalten bleiben!
SvxBrushItem aBrushItem( pCSS1Parser->GetPageDescBackground() );