summaryrefslogtreecommitdiffstats
path: root/sal/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-20 15:23:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-20 15:55:44 +0200
commit1ac4c2cf795e5bc2883ae0a76955e981fb1edee2 (patch)
tree02ed493577de25a2a6c6aba6dd9677a7776d2a41 /sal/util
parentfdo#38244 comment range odf import/export testcase (diff)
downloadcore-1ac4c2cf795e5bc2883ae0a76955e981fb1edee2.tar.gz
core-1ac4c2cf795e5bc2883ae0a76955e981fb1edee2.zip
saltextenc.map is unncessary
...as sal_textenc lib is not part of stable URE interface. Change-Id: I5aeacd7668cca36f900aede4012d508217f3ab46
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/sal_textenc/saltextenc.map40
1 files changed, 0 insertions, 40 deletions
diff --git a/sal/util/sal_textenc/saltextenc.map b/sal/util/sal_textenc/saltextenc.map
deleted file mode 100644
index 8e38ef0ccc42..000000000000
--- a/sal/util/sal_textenc/saltextenc.map
+++ /dev/null
@@ -1,40 +0,0 @@
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2011 Red Hat, Inc., Stephan Bergmann <sbergman@redhat.com>
-# (initial developer)
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-UDK_3_0_0 {
- global:
- _ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions
- sal_getFullTextEncodingData;
- local:
- *;
-};
-
-# Unique libstdc++ symbols:
-GLIBCXX_3.4 {
- global:
- _ZGVNSt7num_put*; _ZNSt7num_put*;
- _ZNSs4_Rep20_S_empty_rep_storageE;
-};