summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt/shellio.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/basflt/shellio.cxx')
-rw-r--r--sw/source/filter/basflt/shellio.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/basflt/shellio.cxx b/sw/source/filter/basflt/shellio.cxx
index 9c7898f93037..497d11c3015f 100644
--- a/sw/source/filter/basflt/shellio.cxx
+++ b/sw/source/filter/basflt/shellio.cxx
@@ -426,7 +426,7 @@ SwReader::SwReader( const uno::Reference < embed::XStorage > &rStg, const OUStri
Reader::Reader()
: pTemplate(0),
aDStamp( Date::EMPTY ),
- aTStamp( Time::EMPTY ),
+ aTStamp( tools::Time::EMPTY ),
aChkDateTime( DateTime::EMPTY ),
pStrm(0), pMedium(0), bInsertMode(false),
bTmplBrowseMode(false), bReadUTF8(false), bBlockMode(false), bOrganizerMode(false),
@@ -467,7 +467,7 @@ SwDoc* Reader::GetTemplateDoc()
if( !pTemplate || aCurrDateTime >= aChkDateTime )
{
Date aTstDate( Date::EMPTY );
- Time aTstTime( Time::EMPTY );
+ tools::Time aTstTime( tools::Time::EMPTY );
if( FStatHelper::GetModifiedDateTimeOfFile(
aTDir.GetMainURL( INetURLObject::NO_DECODE ),
&aTstDate, &aTstTime ) &&
@@ -480,7 +480,7 @@ SwDoc* Reader::GetTemplateDoc()
// only one minute later check if it has changed
aChkDateTime = aCurrDateTime;
- aChkDateTime += Time( 0L, 1L );
+ aChkDateTime += tools::Time( 0L, 1L );
}
if( bLoad )