diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-16 10:09:51 +0200 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-16 10:09:51 +0200 |
commit | cfc78d6b121d82998f4262cbb09ececc25d021d1 (patch) | |
tree | e97deb6df50066439ee03d52e86831b123466397 /xmloff/source | |
parent | d969c11d5a005e1bd87f323d8ffbeae2ca125f80 (diff) | |
parent | cd6cdc2be3b081a80c8500a3b71a1ae12dd6bc9a (diff) |
CWS-TOOLING: integrate CWS sb118
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/transform/makefile.mk | 2 | ||||
-rw-r--r-- | xmloff/source/transform/xof.map | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/xmloff/source/transform/makefile.mk b/xmloff/source/transform/makefile.mk index 473cec556212..bba8deb6db2b 100644 --- a/xmloff/source/transform/makefile.mk +++ b/xmloff/source/transform/makefile.mk @@ -86,7 +86,7 @@ SHL1STDLIBS = \ .ELSE SHL1STDLIBS += ixo.lib .ENDIF -SHL1VERSIONMAP = xof.map +SHL1VERSIONMAP = $(SOLARENV)/src/component.map SHL1IMPLIB = i$(SHL1TARGET) DEF1NAME = $(SHL1TARGET) diff --git a/xmloff/source/transform/xof.map b/xmloff/source/transform/xof.map deleted file mode 100644 index f4ed78b9e970..000000000000 --- a/xmloff/source/transform/xof.map +++ /dev/null @@ -1,8 +0,0 @@ -UDK_3_0_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; |