[Libreoffice-commits] .: sc/qa

Caolán McNamara caolan at kemper.freedesktop.org
Fri Nov 26 06:15:39 PST 2010


 sc/qa/unit/makefile.mk |    1 +
 sc/qa/unit/version.map |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

New commits:
commit 1ad0ba3d8b6b0d2986fbf1fb2152b5f04f49f044
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 26 14:13:25 2010 +0000

    need a version.map on windows apparently

diff --git a/sc/qa/unit/makefile.mk b/sc/qa/unit/makefile.mk
index be78c26..0ee9de7 100644
--- a/sc/qa/unit/makefile.mk
+++ b/sc/qa/unit/makefile.mk
@@ -83,6 +83,7 @@ SHL1STDLIBS=       \
 SHL1IMPLIB = i$(SHL1TARGET)
 SHL1LIBS=$(SLB)$/scalc3.lib $(SLB)$/scalc3c.lib 
 DEF1NAME = $(SHL1TARGET)
+SHL1VERSIONMAP=version.map
 
 .INCLUDE: target.mk
 
diff --git a/sc/qa/unit/version.map b/sc/qa/unit/version.map
new file mode 100644
index 0000000..3308588
--- /dev/null
+++ b/sc/qa/unit/version.map
@@ -0,0 +1,34 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org.  If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+UDK_3_0_0 {
+    global:
+        cppunitTestPlugIn;
+
+    local:
+        *;
+};


More information about the Libreoffice-commits mailing list