Kaydet (Commit) 35fa1883 authored tarafından Eike Rathke's avatar Eike Rathke

eliminate unnecessary macro

Change-Id: I0dceccbe1275298b43f50296da075ae95694d39a
üst a38e1be9
...@@ -50,9 +50,6 @@ namespace svt ...@@ -50,9 +50,6 @@ namespace svt
#define ROW_IS_FLOPPY 11 #define ROW_IS_FLOPPY 11
#define ROW_IS_COMPACTDISC 12 #define ROW_IS_COMPACTDISC 12
#define CONVERT_DATETIME( aUnoDT, aToolsDT ) \
aToolsDT = ::DateTime( aUnoDT );
using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Exception; using ::com::sun::star::uno::Exception;
...@@ -260,7 +257,7 @@ namespace svt ...@@ -260,7 +257,7 @@ namespace svt
if ( bContainsDate ) if ( bContainsDate )
{ {
CONVERT_DATETIME( aDT, pData->maModDate ); pData->maModDate = ::DateTime( aDT );
} }
if ( pData->mbIsFolder ) if ( pData->mbIsFolder )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment