summaryrefslogtreecommitdiff
path: root/forms/source/xforms/model.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/model.hxx')
-rw-r--r--forms/source/xforms/model.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx
index 5559d6a80c76..0d8b962414e5 100644
--- a/forms/source/xforms/model.hxx
+++ b/forms/source/xforms/model.hxx
@@ -144,15 +144,15 @@ public:
// get/set that part of the schema, that we can't interpret as data types
- XDocument_t getForeignSchema() const;
+ XDocument_t getForeignSchema() const { return mxForeignSchema;}
void setForeignSchema( const XDocument_t& );
// get/set the xforms:model/@schema attribute
- OUString getSchemaRef() const;
+ OUString getSchemaRef() const { return msSchemaRef;}
void setSchemaRef( const OUString& );
// get/set namespaces for entire model
- XNameContainer_t getNamespaces() const;
+ XNameContainer_t getNamespaces() const { return mxNamespaces;}
void setNamespaces( const XNameContainer_t& );
// get/set the ExternalData property