summaryrefslogtreecommitdiff
path: root/solenv/src/component.map
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-02-28 18:17:57 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-02-28 18:19:52 +0100
commit4b750d5052b8e473f2ec4db48724f02deb497b78 (patch)
treed4e47b2b3eb142177cf04ac719318199163a6c45 /solenv/src/component.map
parenta2db9096e2674bfb1cb125bf6036c990f35579e7 (diff)
Revert "rm -r solenv/src"
This reverts commit 6b7595c57228e86447dbd638a95bc35b55e67180. solenv/src/component.map is actually used in odk/CustomTarget_settings.mk Change-Id: I01dba8e7e37cc9639ae5ea6f9ee7a7bb8fc6c496
Diffstat (limited to 'solenv/src/component.map')
-rw-r--r--solenv/src/component.map23
1 files changed, 23 insertions, 0 deletions
diff --git a/solenv/src/component.map b/solenv/src/component.map
new file mode 100644
index 000000000000..db108317c924
--- /dev/null
+++ b/solenv/src/component.map
@@ -0,0 +1,23 @@
+#
+# 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:
+ *;
+};