diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-17 15:28:11 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-17 17:01:26 +0100 |
commit | 804e86170ff2570fd3826b4ac26d1c927e751ac3 (patch) | |
tree | 0c24d6df02314b38dc17650030da80419a94b6b2 /tools/inc | |
parent | 3c8478e26bde41c35c75557d985f5734d8d1a2bd (diff) |
remove unused methods
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/datetime.hxx | 1 | ||||
-rw-r--r-- | tools/inc/tools/line.hxx | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/tools/inc/tools/datetime.hxx b/tools/inc/tools/datetime.hxx index 3f3ba3831d84..cf053e52d8cd 100644 --- a/tools/inc/tools/datetime.hxx +++ b/tools/inc/tools/datetime.hxx @@ -82,7 +82,6 @@ public: sal_Bool operator <=( const DateTime& rDateTime ) const; long GetSecFromDateTime( const Date& rDate ) const; - void MakeDateTimeFromSec( const Date& rDate, sal_uIntPtr nSec ); void ConvertToUTC() { *this -= Time::GetUTCOffset(); } void ConvertToLocalTime() { *this += Time::GetUTCOffset(); } diff --git a/tools/inc/tools/line.hxx b/tools/inc/tools/line.hxx index ffe1ceec69b1..6257f8d4236b 100644 --- a/tools/inc/tools/line.hxx +++ b/tools/inc/tools/line.hxx @@ -67,10 +67,6 @@ public: double GetDistance( const double& rPtX, const double& rPtY ) const; double GetDistance( const Point& rPoint ) const { return( GetDistance( rPoint.X(), rPoint.Y() ) ); } - - Point NearestPoint( const Point& rPoint ) const; - - void Enum( const Link& rEnumLink ); }; #endif // _SV_LINE_HXX |