diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-09 14:50:43 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-09 14:50:43 +0200 |
commit | 4e653694b634c30f052ba3288f71e6905377b9c6 (patch) | |
tree | 26a5f1f33235d10b4a6cd42b488c9ef4cfb93eb0 /i18npool/util | |
parent | d72138f1408df33e07f6b33fd23bdfb101229a41 (diff) | |
parent | a51dc52262038e9c72eea188cfe9a6812bbc2f8d (diff) |
cws tl74: merge with DEV300_m81
Diffstat (limited to 'i18npool/util')
-rw-r--r-- | i18npool/util/i18npool.map | 10 | ||||
-rw-r--r-- | i18npool/util/makefile.mk | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/i18npool/util/i18npool.map b/i18npool/util/i18npool.map deleted file mode 100644 index 02fe32ac5839..000000000000 --- a/i18npool/util/i18npool.map +++ /dev/null @@ -1,10 +0,0 @@ -UDK_3_0_0 { -global: - GetVersionInfo; - component_getImplementationEnvironment; - component_getFactory; - component_writeInfo; - -local: - *; -}; diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk index 4cd5eb4e1242..57f802be62fe 100644 --- a/i18npool/util/makefile.mk +++ b/i18npool/util/makefile.mk @@ -60,7 +60,7 @@ SHL1IMPLIB= i$(SHL1TARGET) SHL1DEPN= makefile.mk \ $(SLB)/i18nisolang$(ISOLANG_MAJOR)$(COMID).lib -SHL1VERSIONMAP=$(PRJNAME).map +SHL1VERSIONMAP=$(SOLARENV)/src/component.map SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME=$(SHL1TARGET) |