diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:55:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:55:08 +0000 |
commit | 69b71f1edf53058f327b1ee5ed2086b07540069a (patch) | |
tree | 64ecea5cf9012aa8551fdf47580d5faa2c8ae74a /sw/inc/unofield.hxx | |
parent | e21104a6ca4b757be30bab2c03eb72532ee8ad32 (diff) |
INTEGRATION: CWS os100 (1.17.142); FILE MERGED
2007/07/11 09:56:27 os 1.17.142.1: #i69732# getTextFieldMaster fixed for not yet inserted fields
Diffstat (limited to 'sw/inc/unofield.hxx')
-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 40a7e0215779..e3dc4abf9b1b 100644 --- a/sw/inc/unofield.hxx +++ b/sw/inc/unofield.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unofield.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2007-03-09 13:14:15 $ + * last change: $Author: obo $ $Date: 2007-07-18 12:55:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -158,6 +158,7 @@ class SwXTextField : public cppu::WeakImplHelper5 SwDoc* m_pDoc; sal_Bool m_bIsDescriptor; + SwClient m_aFieldTypeClient; // required to access field master of not yet inserted fields sal_Bool m_bCallUpdate; sal_uInt16 m_nServiceId; SwFieldProperties_Impl* m_pProps; |