diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-05-11 09:04:33 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-05-11 09:04:33 +0200 |
commit | 8fe1b22df970e2049d8143bf64a23b0ea4b6ad53 (patch) | |
tree | 29c908ea6f9f816671f0b7627d5a4980b2e9844c /i18npool/util | |
parent | 45bf9199f52c19f3302c25b799133027b4addcd1 (diff) | |
parent | 54841bec35525663331fcc8081c316d264332277 (diff) |
unoawt: merge after pulling from CWS slidecopy
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 5bf520eaad4d..d9b87d19e6ca 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) |