Kaydet (Commit) e75a7b18 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS insight01 (1.9.8); FILE MERGED

2004/07/23 13:24:19 oj 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED
2004/02/20 11:15:31 oj 1.9.8.1: #i25414# extend form file format for form:datasource
üst 9ffe16d9
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: formattributes.hxx,v $ * $RCSfile: formattributes.hxx,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: obo $ $Date: 2004-07-05 16:08:51 $ * last change: $Author: hr $ $Date: 2004-08-02 14:14:49 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -145,6 +145,7 @@ namespace xmloff ...@@ -145,6 +145,7 @@ namespace xmloff
faCommandType, faCommandType,
faEscapeProcessing, faEscapeProcessing,
faDatasource, faDatasource,
faConnectionResource,
faDetailFiels, faDetailFiels,
faFilter, faFilter,
faIgnoreResult, faIgnoreResult,
...@@ -191,14 +192,7 @@ namespace xmloff ...@@ -191,14 +192,7 @@ namespace xmloff
*/ */
class OAttributeMetaData class OAttributeMetaData
{ {
protected: public:
/** ctor.
<p>This default constructor is protected, 'cause this class is not intended to be instantiated
directly. Instead, the derived classes should be used.</p>
*/
OAttributeMetaData() { }
protected:
/** calculates the xml attribute representation of a common control attribute. /** calculates the xml attribute representation of a common control attribute.
@param _nId @param _nId
the id of the attribute. Has to be one of the CCA_* constants. the id of the attribute. Has to be one of the CCA_* constants.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment