summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2017-03-07 17:37:20 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-03-07 17:37:20 +0100
commit3435bc4dce6a20be4efebd065cdf8840a7a24cd5 (patch)
tree5db87866a76600f7e5d6358f07fd76fa946df0f5 /configmgr
parent4b7905af96372888fec2e58107d7938c5748d210 (diff)
Revert "tdf#106283: Registry settings are not read properly on Windows"
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/xcuparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/xcuparser.cxx b/configmgr/source/xcuparser.cxx
index e999cf1e28b0..34e0eb5973c8 100644
--- a/configmgr/source/xcuparser.cxx
+++ b/configmgr/source/xcuparser.cxx
@@ -636,7 +636,7 @@ void XcuParser::handleUnknownGroupProp(
valueParser_.type_ = type;
rtl::Reference< Node > prop(
new PropertyNode(
- valueParser_.getLayer(), type, true, css::uno::Any(),
+ valueParser_.getLayer(), TYPE_ANY, true, css::uno::Any(),
true));
if (finalized) {
prop->setFinalized(valueParser_.getLayer());