summaryrefslogtreecommitdiff
path: root/xmloff/Library_xo.mk
diff options
context:
space:
mode:
authorNigel Hawkins <n.hawkins@gmx.com>2011-08-10 15:14:10 +0100
committerNigel Hawkins <n.hawkins@gmx.com>2011-08-11 22:18:38 +0100
commit40283f019e15e7e2fe2082653344067dce037892 (patch)
tree22384d89c89a102505c427d17c4f3641dc2383e6 /xmloff/Library_xo.mk
parentf26117a5f4c78d9230b115ab88ed53b8ad45ccd5 (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.mk4
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 \