diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-11-08 13:47:01 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-11-08 13:47:01 +0100 |
commit | 6cafb68322fa85a54a6fa1ca47239af459f519ce (patch) | |
tree | 41d02f348e9dd2c6791347563d7f5b9205a3b458 /oox/source/shape/makefile.mk | |
parent | 0b66e33ee50cd1c77bd9b1073ab298bac03bcfb7 (diff) |
dr77: optimizations in generation of XML tokens, XML namespaces, property names; code cleanup
Diffstat (limited to 'oox/source/shape/makefile.mk')
-rw-r--r-- | oox/source/shape/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/shape/makefile.mk b/oox/source/shape/makefile.mk index f5a3af5542c0..c6534b3a8a6f 100644 --- a/oox/source/shape/makefile.mk +++ b/oox/source/shape/makefile.mk @@ -42,8 +42,7 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES = \ $(SLO)$/ShapeContextHandler.obj \ - $(SLO)$/ShapeFilterBase.obj \ - $(SLO)$/FastTokenHandlerService.obj + $(SLO)$/ShapeFilterBase.obj # --- Targets ------------------------------------------------------- |