summaryrefslogtreecommitdiffstats
path: root/xmloff/prj
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-04-17 20:34:49 +0200
committerMathias Bauer <mba@openoffice.org>2010-04-17 20:34:49 +0200
commit65bff6225b635f2b5fb75b648bf46ea54d2d7843 (patch)
tree01fd07efafdb9cd5eed1da9103725313e0b67e9e /xmloff/prj
parentCWS gnumake2: new gbuild system (diff)
parent#i10000# Fixed missing includes and xProp variable (diff)
downloadcore-65bff6225b635f2b5fb75b648bf46ea54d2d7843.tar.gz
core-65bff6225b635f2b5fb75b648bf46ea54d2d7843.zip
CWS gnumake2: rebase to DEV300_m76; fix build problems
Diffstat (limited to 'xmloff/prj')
-rw-r--r--xmloff/prj/d.lst7
-rw-r--r--xmloff/prj/target_lib_xo.mk1
2 files changed, 8 insertions, 0 deletions
diff --git a/xmloff/prj/d.lst b/xmloff/prj/d.lst
index e39549d4aa04..658ce7454d5b 100644
--- a/xmloff/prj/d.lst
+++ b/xmloff/prj/d.lst
@@ -10,6 +10,9 @@ mkdir: %_DEST%\inc%_EXT%\xmloff
..\dtd\* %_DEST%\bin%_EXT%
+..\inc\xmloff\odffields.hxx %_DEST%\inc%_EXT%\xmloff\odffields.hxx
+..\inc\xmloff\dllapi.h %_DEST%\inc%_EXT%\xmloff\dllapi.h
+..\inc\xmloff\attrlist.hxx %_DEST%\inc%_EXT%\xmloff\attrlist.hxx
..\inc\i18nmap.hxx %_DEST%\inc%_EXT%\xmloff\i18nmap.hxx
..\inc\unoatrcn.hxx %_DEST%\inc%_EXT%\xmloff\unoatrcn.hxx
..\inc\xmlkywd.hxx %_DEST%\inc%_EXT%\xmloff\xmlkywd.hxx
@@ -28,6 +31,10 @@ mkdir: %_DEST%\inc%_EXT%\xmloff
..\inc\HatchStyle.hxx %_DEST%\inc%_EXT%\xmloff\HatchStyle.hxx
..\inc\ImageStyle.hxx %_DEST%\inc%_EXT%\xmloff\ImageStyle.hxx
..\source\text\XMLTextShapeImportHelper.hxx %_DEST%\inc%_EXT%\xmloff\XMLTextShapeImportHelper.hxx
+..\inc\xmloff\SettingsExportHelper.hxx %_DEST%\inc%_EXT%\xmloff\SettingsExportHelper.hxx
+..\inc\xmloff\XMLSettingsExportContext.hxx %_DEST%\inc%_EXT%\xmloff\XMLSettingsExportContext.hxx
+..\inc\xmloff\DocumentSettingsContext.hxx %_DEST%\inc%_EXT%\xmloff\DocumentSettingsContext.hxx
+..\inc\xmloff\XMLGraphicsDefaultStyle.hxx %_DEST%\inc%_EXT%\xmloff\XMLGraphicsDefaultStyle.hxx
..\inc\XMLEmbeddedObjectExportFilter.hxx %_DEST%\inc%_EXT%\xmloff\XMLEmbeddedObjectExportFilter.hxx
..\inc\XMLFilterServiceNames.h %_DEST%\inc%_EXT%\xmloff\XMLFilterServiceNames.h
..\inc\xmlerror.hxx %_DEST%\inc%_EXT%\xmloff\xmlerror.hxx
diff --git a/xmloff/prj/target_lib_xo.mk b/xmloff/prj/target_lib_xo.mk
index fa66d59aa08f..d503388be383 100644
--- a/xmloff/prj/target_lib_xo.mk
+++ b/xmloff/prj/target_lib_xo.mk
@@ -105,6 +105,7 @@ $(eval $(call gb_Library_add_exception_objects,xo,\
xmloff/source/chart/ColorPropertySet \
xmloff/source/chart/transporttypes \
xmloff/source/chart/XMLSymbolImageContext \
+ xmloff/source/chart/SchXMLTextListContext \
xmloff/source/chart/SchXMLTools \
xmloff/source/chart/XMLLabelSeparatorContext \
xmloff/source/chart/XMLChartPropertyContext \