[Libreoffice-commits] .: sw/source
August Sodora
augsod at kemper.freedesktop.org
Sun Nov 20 19:49:37 PST 2011
sw/source/filter/html/parcss1.hxx | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit 58b1a6ccc64d08a8a2c63071c0081883648cd6cb
Author: August Sodora <augsod at gmail.com>
Date: Sun Nov 20 22:48:30 2011 -0500
cppcheck: Unused private function 'CSS1Parser::SetLineNr'
diff --git a/sw/source/filter/html/parcss1.hxx b/sw/source/filter/html/parcss1.hxx
index 1bbcfae..f4a0474 100644
--- a/sw/source/filter/html/parcss1.hxx
+++ b/sw/source/filter/html/parcss1.hxx
@@ -233,7 +233,6 @@ class CSS1Parser
sal_uInt32 IncLineNr() { return ++nlLineNr; }
sal_uInt32 IncLinePos() { return ++nlLinePos; }
- inline sal_uInt32 SetLineNr( sal_uInt32 nlNum ); // inline unten
inline sal_uInt32 SetLinePos( sal_uInt32 nlPos ); // inline unten
// Parsen von Teilen der Grammatik
@@ -276,13 +275,6 @@ public:
inline sal_uInt32 GetLinePos() const { return nlLinePos; }
};
-inline sal_uInt32 CSS1Parser::SetLineNr( sal_uInt32 nlNum )
-{
- sal_uInt32 nlOld = nlLineNr;
- nlLineNr = nlNum;
- return nlOld;
-}
-
inline sal_uInt32 CSS1Parser::SetLinePos( sal_uInt32 nlPos )
{
sal_uInt32 nlOld = nlLinePos;
More information about the Libreoffice-commits
mailing list