From 30ad5e9d87adec68971464d49c733e29fc643847 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Sep 2011 14:41:08 +0200 Subject: sb140: #i117694# some CppUnit related cleanup --- stoc/test/uriproc/makefile.mk | 3 ++- stoc/test/uriproc/test_uriproc.cxx | 3 ++- stoc/test/uriproc/version.map | 34 ---------------------------------- 3 files changed, 4 insertions(+), 36 deletions(-) delete mode 100644 stoc/test/uriproc/version.map (limited to 'stoc/test') 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 -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -UDK_3_0_0 { - global: - cppunitTestPlugIn; - - local: - *; -}; -- cgit