summaryrefslogtreecommitdiff
path: root/tools/source/datetime/tdate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/datetime/tdate.cxx')
-rw-r--r--tools/source/datetime/tdate.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/source/datetime/tdate.cxx b/tools/source/datetime/tdate.cxx
index 54985ec553c7..e8798b798e45 100644
--- a/tools/source/datetime/tdate.cxx
+++ b/tools/source/datetime/tdate.cxx
@@ -437,20 +437,6 @@ Date& Date::operator --()
return *this;
}
-Date Date::operator ++( int )
-{
- Date aOldDate = *this;
- Date::operator++();
- return aOldDate;
-}
-
-Date Date::operator --( int )
-{
- Date aOldDate = *this;
- Date::operator--();
- return aOldDate;
-}
-
Date operator +( const Date& rDate, long nDays )
{
Date aDate( rDate );