diff options
Diffstat (limited to 'configmgr/source/localizedvaluenode.cxx')
-rw-r--r-- | configmgr/source/localizedvaluenode.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configmgr/source/localizedvaluenode.cxx b/configmgr/source/localizedvaluenode.cxx index f27f3a51ae6e..27b977d2d824 100644 --- a/configmgr/source/localizedvaluenode.cxx +++ b/configmgr/source/localizedvaluenode.cxx @@ -41,9 +41,6 @@ OUString LocalizedValueNode::getTemplateName() const { return OUString("*"); } -css::uno::Any LocalizedValueNode::getValue() const { - return value_; -} void LocalizedValueNode::setValue(int layer, css::uno::Any const & value) { setLayer(layer); |