diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-10 16:17:25 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-10 21:32:31 +0200 |
commit | 79fb6e785e4911c7d3660592321824539f5f5628 (patch) | |
tree | e453afde379883bac9b1269d0518d0994bf9a8c1 /bridges | |
parent | 0ed6aa49a88844c3da82c9d0f5b757108f3b090d (diff) |
bridges: remove unused .map file
Change-Id: Id6e11cef2bdffd6726ac00f9a30e84cf44efe71e
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/bridge_exports.map | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/bridges/source/bridge_exports.map b/bridges/source/bridge_exports.map deleted file mode 100644 index becb6d4a86e3..000000000000 --- a/bridges/source/bridge_exports.map +++ /dev/null @@ -1,26 +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_canUnload; - uno_initEnvironment; - uno_ext_getMapping; - local: - *; -}; |