[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - configmgr/source
Tamás Zolnai
tamas.zolnai at collabora.com
Tue Mar 7 16:35:23 UTC 2017
configmgr/source/xcuparser.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 21ee763d2ae8c71f563b9601173148292570da29
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Tue Mar 7 17:34:42 2017 +0100
Revert "tdf#106283: Registry settings are not read properly on Windows"
This reverts commit ed930e8eabe20c3656720a3d7578fbb533296287.
diff --git a/configmgr/source/xcuparser.cxx b/configmgr/source/xcuparser.cxx
index aac4f53..a89ab66 100644
--- a/configmgr/source/xcuparser.cxx
+++ b/configmgr/source/xcuparser.cxx
@@ -637,7 +637,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