diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-02-02 09:46:49 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-02-02 09:46:49 +0100 |
commit | 7f47c23047b32e8109fb679be0aab8e365044b1d (patch) | |
tree | 7a5121ffdd3d906c5e7438f6bd87544c3759ff24 /sw/util | |
parent | 5fc2b31a91680c7e4548ff9ffcf2638a48639bea (diff) |
errorneously added file removed
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | sw/util/msword.map | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 55aaf0f9358c..d6ab00d842dd 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -319,6 +319,8 @@ DEF4NAME=$(SHL4TARGET) SHL4STDLIBS= \ $(ISWLIB) \ + $(OOXLIB) \ + $(SAXLIB) \ $(SVXCORELIB) \ $(EDITENGLIB) \ $(MSFILTERLIB) \ diff --git a/sw/util/msword.map b/sw/util/msword.map index db60fc5ce8c8..5ea6fde2f323 100755..100644 --- a/sw/util/msword.map +++ b/sw/util/msword.map @@ -4,8 +4,11 @@ MSWORD_1_0 { ExportRTF; ImportDOC; ExportDOC; - SaveOrDelMSVBAStorage_ww8; - GetSaveWarningOfMSVBAStorage_ww8; + component_getImplementationEnvironment; + component_writeInfo; + component_getFactory; + SaveOrDelMSVBAStorage_ww8; + GetSaveWarningOfMSVBAStorage_ww8; local: *; }; |