summaryrefslogtreecommitdiff
path: root/sw/source/core/swg/swblocks.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/swg/swblocks.cxx')
-rw-r--r--sw/source/core/swg/swblocks.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/swg/swblocks.cxx b/sw/source/core/swg/swblocks.cxx
index b8a3c6b3967a..77427c508f87 100644
--- a/sw/source/core/swg/swblocks.cxx
+++ b/sw/source/core/swg/swblocks.cxx
@@ -87,7 +87,7 @@ short SwImpBlocks::GetFileType( const OUString& rFile )
SwImpBlocks::SwImpBlocks( const OUString& rFile, bool )
: aFile( rFile ),
aDateModified( Date::EMPTY ),
- aTimeModified( Time::EMPTY ),
+ aTimeModified( tools::Time::EMPTY ),
pDoc( 0 ), nCur( (sal_uInt16)-1 ),
bReadOnly( true ), bInPutMuchBlocks( false ),
bInfoChanged(false)
@@ -193,7 +193,7 @@ void SwImpBlocks::AddName( const OUString& rShort, const OUString& rLong,
bool SwImpBlocks::IsFileChanged() const
{
Date aTempDateModified( aDateModified );
- Time aTempTimeModified( aTimeModified );
+ tools::Time aTempTimeModified( aTimeModified );
return FStatHelper::GetModifiedDateTimeOfFile( aFile,
&aTempDateModified, &aTempTimeModified ) &&
( aDateModified != aTempDateModified ||