summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-17 13:36:46 +0000
committerOliver Specht <os@openoffice.org>2000-11-17 13:36:46 +0000
commit771547d0eb0febbbabc46ea1bbbff305236b1a63 (patch)
tree237f2eb6afb79b8f555d24b4ab237359cc70fd53 /sw
parenta247aa741379b6915343e09cde8f729024813025 (diff)
define of property name corrected
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/fields/docufld.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/fields/docufld.cxx b/sw/source/core/fields/docufld.cxx
index 545f7eb2e8d3..ec84fbdd3b62 100644
--- a/sw/source/core/fields/docufld.cxx
+++ b/sw/source/core/fields/docufld.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docufld.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jp $ $Date: 2000-11-15 15:48:27 $
+ * last change: $Author: os $ $Date: 2000-11-17 14:36:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1199,7 +1199,7 @@ BOOL SwDocInfoField::QueryValue( uno::Any& rAny, const String& rProperty ) const
{
rAny <<= (sal_Int32)GetFormat();
}
- else if(rProperty.EqualsAscii(UNO_NAME_DATETIME))
+ else if(rProperty.EqualsAscii(UNO_NAME_DATE_TIME_VALUE))
{
Double fVal = GetValue();
rAny.setValue(&fVal, ::getCppuType(&fVal));