summaryrefslogtreecommitdiff
path: root/configmgr/source/propertynode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/propertynode.cxx')
-rw-r--r--configmgr/source/propertynode.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/configmgr/source/propertynode.cxx b/configmgr/source/propertynode.cxx
index bec6918dda9d..456091359ebf 100644
--- a/configmgr/source/propertynode.cxx
+++ b/configmgr/source/propertynode.cxx
@@ -46,13 +46,7 @@ rtl::Reference< Node > PropertyNode::clone(bool) const {
return new PropertyNode(*this);
}
-Type PropertyNode::getStaticType() const {
- return staticType_;
-}
-bool PropertyNode::isNillable() const {
- return nillable_;
-}
css::uno::Any PropertyNode::getValue(Components & components) {
if (!externalDescriptor_.isEmpty()) {
@@ -81,9 +75,6 @@ void PropertyNode::setExternal(int layer, OUString const & descriptor) {
externalDescriptor_ = descriptor;
}
-bool PropertyNode::isExtension() const {
- return extension_;
-}
PropertyNode::PropertyNode(PropertyNode const & other):
Node(other), staticType_(other.staticType_), nillable_(other.nillable_),