summaryrefslogtreecommitdiff
path: root/solenv/src
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-02-28 17:29:55 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-02-28 17:31:12 +0100
commit6b7595c57228e86447dbd638a95bc35b55e67180 (patch)
tree19f504b5200e8de8c2344cd8d094ed2873ea26cd /solenv/src
parentc13802e009035a22b9d38a045c7feb15b1c659a7 (diff)
rm -r solenv/src
Change-Id: Ie38efcb040ce8f5f02d32bb1375215b816fe46e6
Diffstat (limited to 'solenv/src')
-rw-r--r--solenv/src/component.map23
-rw-r--r--solenv/src/reg-component.map24
-rw-r--r--solenv/src/solaris_noexstk.map21
-rw-r--r--solenv/src/unloadablecomponent.map24
4 files changed, 0 insertions, 92 deletions
diff --git a/solenv/src/component.map b/solenv/src/component.map
deleted file mode 100644
index db108317c924..000000000000
--- a/solenv/src/component.map
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-UDK_3_0_0 {
- global:
- component_getFactory;
- local:
- *;
-};
diff --git a/solenv/src/reg-component.map b/solenv/src/reg-component.map
deleted file mode 100644
index a07196620cfd..000000000000
--- a/solenv/src/reg-component.map
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-UDK_3_0_0 {
- global:
- component_writeInfo;
- component_getFactory;
- local:
- *;
-};
diff --git a/solenv/src/solaris_noexstk.map b/solenv/src/solaris_noexstk.map
deleted file mode 100644
index 27fdb9c53b94..000000000000
--- a/solenv/src/solaris_noexstk.map
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-# mapfile for non-executable stack
-# see @ /usr/lib/ld/map.noexstk
-#
-stack = STACK ?RW;
diff --git a/solenv/src/unloadablecomponent.map b/solenv/src/unloadablecomponent.map
deleted file mode 100644
index 5ea17d0df989..000000000000
--- a/solenv/src/unloadablecomponent.map
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-UDK_3_0_0 {
- global:
- component_getFactory;
- component_canUnload;
- local:
- *;
-};