diff options
author | Ocke Janssen <oj@openoffice.org> | 2010-03-17 12:54:06 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2010-03-17 12:54:06 +0000 |
commit | bb7e46c31953627200b72dba0b49c977e80dbebd (patch) | |
tree | 282dd864eb9a02d92263653c72055ccec41a28bd /connectivity | |
parent | 6c8f48f2d13e98ca2f844c21e31c5717a3a60c6e (diff) |
add SAL_DLLPUBLIC_EXPORT
Diffstat (limited to 'connectivity')
-rwxr-xr-x | connectivity/source/drivers/macab/macab.map | 8 | ||||
-rwxr-xr-x | connectivity/source/drivers/macab/macabdrv.map | 6 |
2 files changed, 0 insertions, 14 deletions
diff --git a/connectivity/source/drivers/macab/macab.map b/connectivity/source/drivers/macab/macab.map deleted file mode 100755 index fe2d1ac90534..000000000000 --- a/connectivity/source/drivers/macab/macab.map +++ /dev/null @@ -1,8 +0,0 @@ -MACAB_1_0 { - global: - component_getImplementationEnvironment; - component_writeInfo; - component_getFactory; - local: - *; -}; diff --git a/connectivity/source/drivers/macab/macabdrv.map b/connectivity/source/drivers/macab/macabdrv.map deleted file mode 100755 index d953690f6ba3..000000000000 --- a/connectivity/source/drivers/macab/macabdrv.map +++ /dev/null @@ -1,6 +0,0 @@ -MACAB_1_0 { - global: - createMacabConnection; - local: - *; -}; |