[Libreoffice-commits] .: sw/source

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Jul 26 22:12:28 PDT 2011


 sw/source/filter/html/parcss1.cxx |    2 --
 sw/source/filter/html/parcss1.hxx |   11 -----------
 2 files changed, 13 deletions(-)

New commits:
commit a80391205afb2cfd8419e235bb8291c3668148ca
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Jul 27 01:12:22 2011 -0400

    Kills those pesky non-printable chars.

diff --git a/sw/source/filter/html/parcss1.cxx b/sw/source/filter/html/parcss1.cxx
index 3f3ccde..0b277f9 100644
--- a/sw/source/filter/html/parcss1.cxx
+++ b/sw/source/filter/html/parcss1.cxx
@@ -1249,8 +1249,6 @@ CSS1Selector::~CSS1Selector()
     delete pNext;
 }
 
-/*  */
-
 CSS1Expression::~CSS1Expression()
 {
     delete pNext;
diff --git a/sw/source/filter/html/parcss1.hxx b/sw/source/filter/html/parcss1.hxx
index 5df550b..f12dea4 100644
--- a/sw/source/filter/html/parcss1.hxx
+++ b/sw/source/filter/html/parcss1.hxx
@@ -33,8 +33,6 @@
 
 class Color;
 
-/*  */
-
 // Die Tokens des CSS1-Parsers
 enum CSS1Token
 {
@@ -74,7 +72,6 @@ enum CSS1Token
     CSS1_RGB
 };
 
-
 // die Zustaende des Parsers
 enum CSS1ParserState
 {
@@ -83,9 +80,6 @@ enum CSS1ParserState
     CSS1_PAR_ERROR
 };
 
-
-/*  */
-
 enum CSS1SelectorType
 {
     CSS1_SELTYPE_ELEMENT,
@@ -130,9 +124,6 @@ public:
     const CSS1Selector *GetNext() const { return pNext; }
 };
 
-
-/*  */
-
 // Die folegende Klasse beschreibt einen Teil-Ausdruck einer
 // CSS1-Deklaration sie besteht aus
 //
@@ -193,8 +184,6 @@ inline sal_Int32 CSS1Expression::GetSLength() const
     return (sal_Int32)(nValue + (nValue < 0. ? -.5 : .5 ));
 }
 
-/*  */
-
 // Diese Klasse parst den Inhalt eines Style-Elements oder eine Style-Option
 // und bereitet ihn ein wenig auf.
 //


More information about the Libreoffice-commits mailing list