diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-25 13:05:36 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-25 13:05:36 +0000 |
commit | ad212e334992bd97026191412ff3148ac808a47b (patch) | |
tree | b2b28216839eb630948ce9355c2ce9c69989a576 /xmloff/inc/txtfldi.hxx | |
parent | c6a02b31725444778951946e4e0aa4980c70613b (diff) |
- fixed: #83150# annotation field: author property now optional
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index c62565a26c40..240e94b1f4ac 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtfldi.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: dvo $ $Date: 2001-01-24 16:49:47 $ + * last change: $Author: dvo $ $Date: 2001-01-25 14:05:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1346,7 +1346,6 @@ class XMLAnnotationImportContext : public XMLTextFieldImportContext ::rtl::OUStringBuffer aTextBuffer; ::com::sun::star::util::Date aDate; - sal_Bool bAuthorOK; sal_Bool bDateOK; public: |