From 3569c58c0ed9ac69f809d6f47ac4fe2cb8732630 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 23 Oct 2015 15:09:44 +0200 Subject: Remove obsolete version map files Change-Id: Ic179264fe306bb2bca9797f10e26c0224fb1dd00 --- shell/qa/zip/export.map | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 shell/qa/zip/export.map (limited to 'shell/qa') diff --git a/shell/qa/zip/export.map b/shell/qa/zip/export.map deleted file mode 100644 index bfcb0b000f0b..000000000000 --- a/shell/qa/zip/export.map +++ /dev/null @@ -1,27 +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: - cppunitTestPlugIn; - - local: - *; -}; -- cgit