diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 13:13:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 13:13:56 +0000 |
commit | c532392c6d5e1548db3c5adfa953e602455e539d (patch) | |
tree | 9b8dc5f6d1ce8c8c050d9d367bb4f537ea804558 /xmloff/source/forms | |
parent | e7167518ab873a655d398d939a66969ca33328a0 (diff) |
INTEGRATION: CWS insight01 (1.9.20); FILE MERGED
2004/07/23 13:23:58 oj 1.9.20.4: RESYNC: (1.10-1.11); FILE MERGED
2004/07/06 09:22:19 oj 1.9.20.3: RESYNC: (1.9-1.10); FILE MERGED
2004/06/11 08:44:14 oj 1.9.20.2: file format changes for connection-resource
2004/02/20 11:15:33 oj 1.9.20.1: #i25414# extend form file format for form:datasource
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r-- | xmloff/source/forms/elementexport.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/forms/elementexport.hxx b/xmloff/source/forms/elementexport.hxx index 680222a3c95c..747e54287057 100644 --- a/xmloff/source/forms/elementexport.hxx +++ b/xmloff/source/forms/elementexport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: elementexport.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2004-07-05 16:07:41 $ + * last change: $Author: hr $ $Date: 2004-08-02 14:13:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -337,6 +337,7 @@ namespace xmloff :public OControlElement ,public OElementExport { + sal_Bool m_bCreateConnectionResourceElement; public: /** constructs an object capable of exporting controls */ @@ -350,7 +351,6 @@ namespace xmloff virtual void exportSubTags(); virtual void exportAttributes(); }; - //......................................................................... } // namespace xmloff //......................................................................... |