summaryrefslogtreecommitdiff
path: root/include/tools/time.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/time.hxx
parent959bcd564bca2e33036e0947a293ef2009341cf7 (diff)
Date/Time no longer loaded from rsc files
Change-Id: Ia9ed86b0d96cac76c2e1639065a4ac594c2966b1
Diffstat (limited to 'include/tools/time.hxx')
-rw-r--r--include/tools/time.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/time.hxx b/include/tools/time.hxx
index cac4117e5426..140b69ffb4db 100644
--- a/include/tools/time.hxx
+++ b/include/tools/time.hxx
@@ -23,8 +23,6 @@
#include <tools/solar.h>
#include <com/sun/star/util/Time.hpp>
-class ResId;
-
/**
@WARNING: This class can serve both as wall clock time and time duration, and
the mixing of these concepts leads to problems such as there being
@@ -68,7 +66,6 @@ public:
Time( TimeInitEmpty )
{ nTime = 0; }
Time( TimeInitSystem );
- Time( const ResId & rResId );
Time( sal_Int64 _nTime ) { Time::nTime = _nTime; }
Time( const tools::Time& rTime );
Time( const ::com::sun::star::util::Time& rTime );