diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-03-30 16:11:44 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-03-30 16:11:44 +0000 |
commit | 6f93c6867b4b8f8833359ce97a3820ee525ba0ce (patch) | |
tree | 3070ac81bc3f17b94706d65858758e9149fafd96 /svx/source/unoedit | |
parent | 9c34aafd2e989c73645cec4e0bdabba314f50f84 (diff) |
#85564# missing entry in pServiceNames added
Diffstat (limited to 'svx/source/unoedit')
-rw-r--r-- | svx/source/unoedit/unofield.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/unoedit/unofield.cxx b/svx/source/unoedit/unofield.cxx index e341cbadf5ac..ea35506a9c49 100644 --- a/svx/source/unoedit/unofield.cxx +++ b/svx/source/unoedit/unofield.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unofield.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: cl $ $Date: 2001-03-27 22:34:54 $ + * last change: $Author: nn $ $Date: 2001-03-30 17:11:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1072,7 +1072,8 @@ static const sal_Char* pServiceNames[] = "com.sun.star.text.TextField.DateTime", "com.sun.star.text.TextField.FileName", "com.sun.star.text.TextField.Author", - "com.sun.star.text.TextField.Measure" + "com.sun.star.text.TextField.Measure", + "com.sun.star.text.TextField.DateTime" }; uno::Sequence< OUString > SAL_CALL SvxUnoTextField::getSupportedServiceNames() |