[PATCH 1/3] Janitorial work. remove commented-out code

Norbert Thiebaud nthiebaud at gmail.com
Tue Sep 28 18:06:49 PDT 2010


---
 sc/inc/hints.hxx              |    1 -
 sc/source/core/tool/hints.cxx |    5 -----
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx
index 5ff21e8..e5b0fe4 100644
--- a/sc/inc/hints.hxx
+++ b/sc/inc/hints.hxx
@@ -93,7 +93,6 @@ class ScPointerChangedHint : public SfxHint
 public:
                     TYPEINFO();

-//UNUSED2008-05     ScPointerChangedHint( USHORT nF );
                     ~ScPointerChangedHint();

     USHORT                     GetFlags() const
 { return nFlags; }
diff --git a/sc/source/core/tool/hints.cxx b/sc/source/core/tool/hints.cxx
index 4ca62d8..677a726 100644
--- a/sc/source/core/tool/hints.cxx
+++ b/sc/source/core/tool/hints.cxx
@@ -79,11 +79,6 @@ ScUpdateRefHint::~ScUpdateRefHint()
 //      ScPointerChangedHint - Pointer ist ungueltig geworden
 // -----------------------------------------------------------------------

-//UNUSED2008-05  ScPointerChangedHint::ScPointerChangedHint( USHORT nF ) :
-//UNUSED2008-05      nFlags( nF )
-//UNUSED2008-05  {
-//UNUSED2008-05  }
-
 ScPointerChangedHint::~ScPointerChangedHint()
 {
 }
-- 
1.7.1


More information about the LibreOffice mailing list