[Libreoffice-commits] core.git: configmgr/source
Andras Timar
andras.timar at collabora.com
Tue Oct 31 22:40:36 UTC 2017
configmgr/source/winreg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e90329ff3896cf33528b47830f49fcd05590bd6a
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Oct 31 23:40:06 2017 +0100
typo: xs::boolean -> xs:boolean
Change-Id: I4a7df6bf56a5b8367d3717fc4e48b535e829e96f
diff --git a/configmgr/source/winreg.cxx b/configmgr/source/winreg.cxx
index 995202806931..773775dfde92 100644
--- a/configmgr/source/winreg.cxx
+++ b/configmgr/source/winreg.cxx
@@ -77,7 +77,7 @@ namespace {
// "Type"="xs:boolean"
// becomes the following in configuration:
// <item oor:path="/org.openoffice.Office.Jobs/Jobs/org.openoffice.Office.Jobs:Job['UpdateCheck']/Arguments">
-// <prop oor:name="AutoCheckEnabled" oor:type="xs::boolean" oor:finalized="true">
+// <prop oor:name="AutoCheckEnabled" oor:type="xs:boolean" oor:finalized="true">
// <value>false</value>
// </prop>
// </item>
More information about the Libreoffice-commits
mailing list