diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2011-08-10 15:14:10 +0100 |
---|---|---|
committer | Nigel Hawkins <n.hawkins@gmx.com> | 2011-08-11 22:18:38 +0100 |
commit | 40283f019e15e7e2fe2082653344067dce037892 (patch) | |
tree | 22384d89c89a102505c427d17c4f3641dc2383e6 /xmloff/Library_xo.mk | |
parent | f26117a5f4c78d9230b115ab88ed53b8ad45ccd5 (diff) |
Replace SvArray stuff with vector in xmloff/xmlcnimp.hxx and refactor
LGPLv3+/MPL1.1
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r-- | xmloff/Library_xo.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index 9f1cc21d2e6e..b8fec460bb8b 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -100,6 +100,8 @@ $(eval $(call gb_Library_add_exception_objects,xo,\ xmloff/source/core/RDFaExportHelper \ xmloff/source/core/RDFaImportHelper \ xmloff/source/core/SettingsExportHelper \ + xmloff/source/core/SvXMLAttr \ + xmloff/source/core/SvXMLAttrCollection \ xmloff/source/core/XMLBase64Export \ xmloff/source/core/XMLBase64ImportContext \ xmloff/source/core/XMLBasicExportFilter \ @@ -111,7 +113,7 @@ $(eval $(call gb_Library_add_exception_objects,xo,\ xmloff/source/core/nmspmap \ xmloff/source/core/unoatrcn \ xmloff/source/core/unointerfacetouniqueidentifiermapper \ - xmloff/source/core/xmlcnitm \ + xmloff/source/core/xmlcnimp \ xmloff/source/core/xmlehelp \ xmloff/source/core/xmlerror \ xmloff/source/core/xmlexp \ |