summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sc/source/core/data/sc_attrib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sc/source/core/data/sc_attrib.cxx')
-rw-r--r--binfilter/bf_sc/source/core/data/sc_attrib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binfilter/bf_sc/source/core/data/sc_attrib.cxx b/binfilter/bf_sc/source/core/data/sc_attrib.cxx
index d1cf0f189..a88fbd028 100644
--- a/binfilter/bf_sc/source/core/data/sc_attrib.cxx
+++ b/binfilter/bf_sc/source/core/data/sc_attrib.cxx
@@ -689,7 +689,7 @@ using namespace ::com::sun::star;
/*N*/ while ((nPos = aStr.Search(pCommands[2])) != STRING_NOTFOUND)
/*N*/ {
/*N*/ ESelection aSel( nPar,nPos, nPar,nPos+pCommands[2].Len() );
-/*N*/ rEng.QuickInsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR)), aSel );
+/*N*/ rEng.QuickInsertField( SvxFieldItem(SvxDateField(Date( Date::SYSTEM),SVXDATETYPE_VAR)), aSel );
/*N*/ lcl_SetSpace(aStr, aSel ); bChange = TRUE;
/*N*/ }
/*N*/ while ((nPos = aStr.Search(pCommands[3])) != STRING_NOTFOUND)