diff options
author | os <os@openoffice.org> | 2010-11-18 08:26:12 +0100 |
---|---|---|
committer | os <os@openoffice.org> | 2010-11-18 08:26:12 +0100 |
commit | c6f4c90e0228a389aa08a3f7c39c965e8ae0fc0f (patch) | |
tree | f585a41f8964fe49e3be10df38e6d023aef6db62 /sw/util | |
parent | 98170a58add19fa056e37ad5f033605f840c1747 (diff) |
#i115608# msword component registration
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 2 | ||||
-rw-r--r-- | sw/util/msword.map | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 5d474b4325a3..98c616b7036d 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -398,5 +398,5 @@ $(MISC)/vbaswobj.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ $(MISC)/msword.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ msword.component $(XSLTPROC) --nonet --stringparam uri \ - '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL5TARGETN:f)' -o $@ \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL4TARGETN:f)' -o $@ \ $(SOLARENV)/bin/createcomponent.xslt msword.component diff --git a/sw/util/msword.map b/sw/util/msword.map index d2a9d9b4f7e1..6a4f01ffa7f7 100644 --- a/sw/util/msword.map +++ b/sw/util/msword.map @@ -7,7 +7,6 @@ UDK_3_0_0 { SaveOrDelMSVBAStorage_ww8; GetSaveWarningOfMSVBAStorage_ww8; component_getImplementationEnvironment; - component_writeInfo; component_getFactory; local: *; |