[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - configmgr/source
Tamás Zolnai
tamas.zolnai at collabora.com
Tue Mar 7 16:38:02 UTC 2017
configmgr/source/xcuparser.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3435bc4dce6a20be4efebd065cdf8840a7a24cd5
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Tue Mar 7 17:37:20 2017 +0100
Revert "tdf#106283: Registry settings are not read properly on Windows"
This reverts commit c44d7bbcb6c7048dec93e9784e1e8fc9d20db382.
diff --git a/configmgr/source/xcuparser.cxx b/configmgr/source/xcuparser.cxx
index e999cf1..34e0eb5 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());
More information about the Libreoffice-commits
mailing list