diff options
author | sb <sb@openoffice.org> | 2010-01-29 17:01:54 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-29 17:01:54 +0100 |
commit | ec0ee57607a1e8a800bb4809a0be6921df1f2e19 (patch) | |
tree | fb70533bb702938e058ed2a51e6ed386c8d9eb78 /formula | |
parent | e6823163e3aa6117f6ee87954b238be2b0e4fa22 (diff) |
sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
Diffstat (limited to 'formula')
-rw-r--r-- | formula/util/for.map | 8 | ||||
-rw-r--r-- | formula/util/forui.map | 8 | ||||
-rw-r--r-- | formula/util/makefile.mk | 1 |
3 files changed, 0 insertions, 17 deletions
diff --git a/formula/util/for.map b/formula/util/for.map deleted file mode 100644 index b34eff63c44f..000000000000 --- a/formula/util/for.map +++ /dev/null @@ -1,8 +0,0 @@ -UDK_3_0_0 { - global: - component_getFactory; - component_getImplementationEnvironment; - component_writeInfo; - local: - *; -}; diff --git a/formula/util/forui.map b/formula/util/forui.map deleted file mode 100644 index b34eff63c44f..000000000000 --- a/formula/util/forui.map +++ /dev/null @@ -1,8 +0,0 @@ -UDK_3_0_0 { - global: - component_getFactory; - component_getImplementationEnvironment; - component_writeInfo; - local: - *; -}; diff --git a/formula/util/makefile.mk b/formula/util/makefile.mk index 130bf7f9bd2b..16f9439d9410 100644 --- a/formula/util/makefile.mk +++ b/formula/util/makefile.mk @@ -124,7 +124,6 @@ DEFLIB2NAME=$(TARGET2) .ENDIF SHL2USE_EXPORTS=name -# SHL2VERSIONMAP=$(TARGET2).map # --- .res file ---------------------------------------------------------- |