From ad212e334992bd97026191412ff3148ac808a47b Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Thu, 25 Jan 2001 13:05:36 +0000 Subject: - fixed: #83150# annotation field: author property now optional --- xmloff/inc/txtfldi.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'xmloff/inc/txtfldi.hxx') 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: -- cgit