diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:25:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:25:22 +0000 |
commit | c3aef7f78f8738b852ea425240663dddd26dd11f (patch) | |
tree | 484b36ef14fcbea2c7f799b8578a88fb1e24e8c6 /xmloff | |
parent | 6375a8a17042e1437a88e8d2055fe981facd1e22 (diff) |
INTEGRATION: CWS oasisbf1 (1.2.38); FILE MERGED
2004/10/18 13:35:32 fs 1.2.38.1: #i30706# +m_bControlStyle
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/StyleOASISTContext.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/StyleOASISTContext.hxx b/xmloff/source/transform/StyleOASISTContext.hxx index 2795144868c2..d5665b61f96d 100644 --- a/xmloff/source/transform/StyleOASISTContext.hxx +++ b/xmloff/source/transform/StyleOASISTContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: StyleOASISTContext.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-07-13 08:58:53 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:25:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,7 @@ class XMLStyleOASISTContext : public XMLPersElemContentTContext ::rtl::Reference< XMLPropertiesTContext_Impl > m_xPropContext; sal_Bool m_bPersistent; + sal_Bool m_bControlStyle; public: TYPEINFO(); |