diff options
author | Oliver Specht <os@openoffice.org> | 2001-03-23 14:29:03 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-03-23 14:29:03 +0000 |
commit | 0618621f6a6b8ed920a98a11dffae19d24e58535 (patch) | |
tree | 1447199178f2a861a5e504d061da0ab2e0ae9fcd /sw/inc | |
parent | d5d0a1f7cd5bd4369b8d60a3452745a75247d69a (diff) |
update as descriptor available
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unofield.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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; |