summaryrefslogtreecommitdiff
path: root/include/tools/date.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-31 15:19:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-31 18:10:52 +0000
commit190196b98fc630d8aa3889e93797cb6268008447 (patch)
tree62a877d8d4e8ee1fa9065f77dcc8c23fbad7c2aa /include/tools/date.hxx
parent959bcd564bca2e33036e0947a293ef2009341cf7 (diff)
Date/Time no longer loaded from rsc files
Change-Id: Ia9ed86b0d96cac76c2e1639065a4ac594c2966b1
Diffstat (limited to 'include/tools/date.hxx')
-rw-r--r--include/tools/date.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/date.hxx b/include/tools/date.hxx
index e7505733c2a3..b0f1612f5bed 100644
--- a/include/tools/date.hxx
+++ b/include/tools/date.hxx
@@ -23,8 +23,6 @@
#include <com/sun/star/util/Date.hpp>
#include <sal/log.hxx>
-class ResId;
-
enum DayOfWeek { MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY,
SATURDAY, SUNDAY };
@@ -53,7 +51,6 @@ public:
Date( DateInitEmpty)
{ nDate = 0; }
Date( DateInitSystem );
- Date( const ResId & rResId );
Date( sal_uInt32 _nDate ) { Date::nDate = _nDate; }
Date( const Date& rDate )
{ nDate = rDate.nDate; }