From 0618621f6a6b8ed920a98a11dffae19d24e58535 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 23 Mar 2001 14:29:03 +0000 Subject: update as descriptor available --- sw/inc/unofield.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/unofield.hxx b/sw/inc/unofield.hxx index 2cba21c91fed..46ab0b28f1e9 100644 --- a/sw/inc/unofield.hxx +++ b/sw/inc/unofield.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unofield.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: os $ $Date: 2001-03-23 13:37:49 $ + * last change: $Author: os $ $Date: 2001-03-23 15:28:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -180,6 +180,7 @@ class SwXTextField : public cppu::WeakImplHelper5 SwDoc* m_pDoc; sal_Bool m_bIsDescriptor; + sal_Bool m_bCallUpdate; sal_uInt16 m_nServiceId; SwFieldProperties_Impl* m_pProps; String m_sTypeName; -- cgit