[Libreoffice-commits] .: cppuhelper/test

David Tardon dtardon at kemper.freedesktop.org
Wed Nov 24 05:20:19 PST 2010


 cppuhelper/test/cfg_data/template/uno/components.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4eb2309caa11368dbe8521e97ea551fbc13d57c
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Nov 24 14:20:12 2010 +0100

    fix invalid XML

diff --git a/cppuhelper/test/cfg_data/template/uno/components.xml b/cppuhelper/test/cfg_data/template/uno/components.xml
index 6ff26a5..5ab04d0 100644
--- a/cppuhelper/test/cfg_data/template/uno/components.xml
+++ b/cppuhelper/test/cfg_data/template/uno/components.xml
@@ -5,7 +5,7 @@
             xmlns:cfg="http://openoffice.org/2000/registry/instance">
 
 <service>
- <available-implementations cfg:type="string" cfg:derivedBy=="list"/>
+ <available-implementations cfg:type="string" cfg:derivedBy="list"/>
  <context-properties cfg:type="set" cfg:element-type="cfg:any"/>
 </service>
 


More information about the Libreoffice-commits mailing list