summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-12 14:41:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-12 22:47:48 +0200
commit30ad5e9d87adec68971464d49c733e29fc643847 (patch)
treef181812ee1946eb2c5e755569fa6c2a333716357 /stoc
parent2b39501b8ec6affb8afa9c6b93dff434b075e211 (diff)
sb140: #i117694# some CppUnit related cleanup
Diffstat (limited to 'stoc')
-rw-r--r--stoc/test/uriproc/makefile.mk3
-rw-r--r--stoc/test/uriproc/test_uriproc.cxx3
-rw-r--r--stoc/test/uriproc/version.map34
3 files changed, 4 insertions, 36 deletions
diff --git a/stoc/test/uriproc/makefile.mk b/stoc/test/uriproc/makefile.mk
index 05ffd5fdd210..68ebd3d67fa2 100644
--- a/stoc/test/uriproc/makefile.mk
+++ b/stoc/test/uriproc/makefile.mk
@@ -34,6 +34,7 @@ PRJNAME := stoc
TARGET := test_uriproc
ENABLE_EXCEPTIONS := TRUE
+VISIBILITY_HIDDEN := TRUE
my_components = stocservices
@@ -45,7 +46,7 @@ DLLPRE = # no leading "lib" on .so files
SHL1TARGET = $(TARGET)
SHL1OBJS = $(SLO)/test_uriproc.obj
SHL1STDLIBS = $(CPPULIB) $(CPPUHELPERLIB) $(CPPUNITLIB) $(SALLIB)
-SHL1VERSIONMAP = version.map
+SHL1USE_EXPORTS = name
SHL1RPATH = NONE
SHL1IMPLIB = i$(SHL1TARGET)
DEF1NAME = $(SHL1TARGET)
diff --git a/stoc/test/uriproc/test_uriproc.cxx b/stoc/test/uriproc/test_uriproc.cxx
index 34ac40b504de..4859c87e6b09 100644
--- a/stoc/test/uriproc/test_uriproc.cxx
+++ b/stoc/test/uriproc/test_uriproc.cxx
@@ -26,8 +26,9 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_stoc.hxx"
+#include "sal/config.h"
+#include "sal/precppunit.hxx"
#include "com/sun/star/lang/XComponent.hpp"
#include "com/sun/star/lang/XMultiComponentFactory.hpp"
diff --git a/stoc/test/uriproc/version.map b/stoc/test/uriproc/version.map
deleted file mode 100644
index 3308588ef6f8..000000000000
--- a/stoc/test/uriproc/version.map
+++ /dev/null
@@ -1,34 +0,0 @@
-#*************************************************************************
-#
-# 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:
- *;
-};