diff options
Diffstat (limited to 'svtools/source/misc/templatefoldercache.cxx')
-rw-r--r-- | svtools/source/misc/templatefoldercache.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc/templatefoldercache.cxx b/svtools/source/misc/templatefoldercache.cxx index a1a7b29a7139..231e41cc653e 100644 --- a/svtools/source/misc/templatefoldercache.cxx +++ b/svtools/source/misc/templatefoldercache.cxx @@ -56,7 +56,7 @@ namespace svt //= helpers //===================================================================== //--------------------------------------------------------------------- - SvStream& operator << ( SvStream& _rStorage, const util::DateTime& _rDate ) + SvStream& WriteDateTime( SvStream& _rStorage, const util::DateTime& _rDate ) { sal_uInt16 hundredthSeconds = static_cast< sal_uInt16 >( _rDate.NanoSeconds / Time::nanoPerCenti ); _rStorage.WriteUInt16( hundredthSeconds ); @@ -353,7 +353,7 @@ namespace svt void operator() ( const TemplateContent& _rContent ) const { // store the info about this content - m_rStorage << _rContent.getModDate(); + WriteDateTime( m_rStorage, _rContent.getModDate() ); // store the info about the children // the number |