diff options
author | Andre Fischer <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM> | 2010-06-02 15:26:12 +0200 |
---|---|---|
committer | Andre Fischer <Andre.W.Fischer <Andre Fischer<Andre.W.Fischer@Sun.COM> | 2010-06-02 15:26:12 +0200 |
commit | 5ad79ff63008de36accc910d474f2e85b4d8d9e1 (patch) | |
tree | e53102eb1d03e0003486e03a83378474d624e808 /sd/util | |
parent | 3660c4324cf2da169d24e8cc1e1662faedee935e (diff) | |
parent | 38c1d35d15a0adc980c2355ff97ce327645cd954 (diff) |
renaissance1: merge with DEV300_m80
Diffstat (limited to 'sd/util')
-rw-r--r-- | sd/util/makefile.mk | 2 | ||||
-rw-r--r-- | sd/util/sd.map | 8 | ||||
-rw-r--r-- | sd/util/sdd.map | 8 | ||||
-rw-r--r-- | sd/util/sdfilt.map | 2 | ||||
-rw-r--r-- | sd/util/sdui.map | 2 |
5 files changed, 3 insertions, 19 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index 715e40e252af..54406135331d 100644 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -157,7 +157,7 @@ LIB6FILES= \ # sdd SHL2TARGET= sdd$(DLLPOSTFIX) SHL2IMPLIB= sddimp -SHL2VERSIONMAP= sdd.map +SHL2VERSIONMAP=$(SOLARENV)/src/component.map SHL2DEF=$(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) diff --git a/sd/util/sd.map b/sd/util/sd.map deleted file mode 100644 index 59e1057c6daa..000000000000 --- a/sd/util/sd.map +++ /dev/null @@ -1,8 +0,0 @@ -SD_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/sd/util/sdd.map b/sd/util/sdd.map deleted file mode 100644 index c7439a13948e..000000000000 --- a/sd/util/sdd.map +++ /dev/null @@ -1,8 +0,0 @@ -SCH_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/sd/util/sdfilt.map b/sd/util/sdfilt.map index 62213393408d..e38cc1e8c597 100644 --- a/sd/util/sdfilt.map +++ b/sd/util/sdfilt.map @@ -1,4 +1,4 @@ -PPTEXPORTER_1_0 { +UDK_3_0_0 { global: ExportPPT; ImportPPT; diff --git a/sd/util/sdui.map b/sd/util/sdui.map index 51f26bb81cfb..ad5e33836c7c 100644 --- a/sd/util/sdui.map +++ b/sd/util/sdui.map @@ -1,4 +1,4 @@ -CUI_1_0 { +UDK_3_0_0 { global: CreateDialogFactory; local: |