summaryrefslogtreecommitdiff
path: root/sd/util
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-31 00:29:04 +0100
committerMathias Bauer <mba@openoffice.org>2009-10-31 00:29:04 +0100
commit43cef38dfeea51d2058dcc5e18cfab8c05329c9d (patch)
tree8afd4795d154e021b56ec96ca8a373b977479ac7 /sd/util
parent2598fbf8a9fe2c3d9825842c9369d836dd7f77e7 (diff)
#i106421#: move msfilter to filter
Diffstat (limited to 'sd/util')
-rw-r--r--sd/util/makefile.mk2
-rw-r--r--sd/util/sdfilt.map2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk
index e530511ee565..6b1e6ebf1676 100644
--- a/sd/util/makefile.mk
+++ b/sd/util/makefile.mk
@@ -250,7 +250,7 @@ DEF5NAME=$(SHL5TARGET)
SHL5STDLIBS = $(ISDLIB) \
$(SVXCORELIB) \
- $(SVXMSFILTERLIB) \
+ $(MSFILTERLIB) \
$(SFX2LIB) \
$(SVTOOLLIB) \
$(SOTLIB) \
diff --git a/sd/util/sdfilt.map b/sd/util/sdfilt.map
index ac6b782f3145..62213393408d 100644
--- a/sd/util/sdfilt.map
+++ b/sd/util/sdfilt.map
@@ -2,7 +2,7 @@ PPTEXPORTER_1_0 {
global:
ExportPPT;
ImportPPT;
-
+ SaveVBA;
local:
*;
};