diff options
author | David Tardon <dtardon@redhat.com> | 2010-11-24 14:20:12 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-24 14:20:12 +0100 |
commit | 9f9e65ec9c85634b8d99546e4ba673029bde4be0 (patch) | |
tree | 8a69eadbac6e758dd314086022858619fd2917f6 /cppuhelper/test | |
parent | 8f75224369d1a741ef88bba66b520376ee4f83f9 (diff) |
fix invalid XML
Diffstat (limited to 'cppuhelper/test')
-rw-r--r-- | cppuhelper/test/cfg_data/template/uno/components.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/cfg_data/template/uno/components.xml b/cppuhelper/test/cfg_data/template/uno/components.xml index 6ff26a5b9cec..5ab04d030fb3 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> |