diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-31 00:29:04 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-31 00:29:04 +0100 |
commit | 82bf5f95929d658b5506f2c17f2082ee0b8c5453 (patch) | |
tree | edbc1fc5b535bca7aec0e4b3d07684aeb857d450 /sw/util | |
parent | da28dfe9e7bafb2e812bfb99cf037a38cdbba8a6 (diff) |
#i106421#: move msfilter to filter
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 2 | ||||
-rw-r--r-- | sw/util/msword.map | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index c7ba97bee626..25c009837d72 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -322,7 +322,7 @@ DEF4NAME=$(SHL4TARGET) SHL4STDLIBS= \ $(ISWLIB) \ $(SVXCORELIB) \ - $(SVXMSFILTERLIB) \ + $(MSFILTERLIB) \ $(SFXLIB) \ $(GOODIESLIB) \ $(BASEGFXLIB) \ diff --git a/sw/util/msword.map b/sw/util/msword.map index 53c3eaf213eb..535aca1a6171 100644 --- a/sw/util/msword.map +++ b/sw/util/msword.map @@ -4,7 +4,8 @@ MSWORD_1_0 { ExportRTF; ImportDOC; ExportDOC; - + SaveOrDelMSVBAStorage; + GetSaveWarningOfMSVBAStorage; local: *; }; |