diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:41:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:41:11 +0000 |
commit | e9e331a54ea6ba5dfb0ab11eb5bc2e04ce81308c (patch) | |
tree | 5ab6bc1912f88843508346f67f0490c1efff8875 /oox/source/dump | |
parent | 2feba7476fbc280adf88d541e43a3559d3567dc3 (diff) |
INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED
2008/01/30 09:40:23 dr 1.2.4.1: add XML pretty printer for OOXML dumpers, add PPTX dumper
Diffstat (limited to 'oox/source/dump')
-rw-r--r-- | oox/source/dump/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oox/source/dump/makefile.mk b/oox/source/dump/makefile.mk index c960b2099838..bff1ab1be04b 100644 --- a/oox/source/dump/makefile.mk +++ b/oox/source/dump/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2008-01-17 08:05:58 $ +# last change: $Author: kz $ $Date: 2008-03-05 18:41:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,6 +53,7 @@ SLOFILES = \ $(SLO)$/dffdumper.obj \ $(SLO)$/dumperbase.obj \ $(SLO)$/olestoragedumper.obj \ + $(SLO)$/pptxdumper.obj \ $(SLO)$/xlsbdumper.obj # --- Targets ------------------------------------------------------- |