summaryrefslogtreecommitdiff
path: root/configmgr/source/localizedpropertynode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/localizedpropertynode.hxx')
-rw-r--r--configmgr/source/localizedpropertynode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/localizedpropertynode.hxx b/configmgr/source/localizedpropertynode.hxx
index 538e0c0ab69d..7c6da7b69059 100644
--- a/configmgr/source/localizedpropertynode.hxx
+++ b/configmgr/source/localizedpropertynode.hxx
@@ -39,9 +39,9 @@ public:
virtual NodeMap & getMembers() SAL_OVERRIDE;
- Type getStaticType() const;
+ Type getStaticType() const { return staticType_;}
- bool isNillable() const;
+ bool isNillable() const { return nillable_;}
private:
LocalizedPropertyNode(LocalizedPropertyNode const & other);