From 08ecc7591609573694a8cf09a9d8ca6477e20db6 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Sat, 12 Feb 2011 06:32:42 -0800 Subject: Remove some unneeded CDEFS+=-D_TOOLS_STRINGLIST The only source code that referenced _TOOLS_STRINGLIST was sstring.cxx and all it did was define it if it wasn't already defined. --- tools/bootstrp/addexes/makefile.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/bootstrp/addexes') diff --git a/tools/bootstrp/addexes/makefile.mk b/tools/bootstrp/addexes/makefile.mk index 324de9479502..45ba1470a060 100644 --- a/tools/bootstrp/addexes/makefile.mk +++ b/tools/bootstrp/addexes/makefile.mk @@ -1,7 +1,7 @@ #************************************************************************* # # 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 @@ -35,8 +35,6 @@ TARGETTYPE=CUI .INCLUDE : settings.mk -CDEFS+=-D_TOOLS_STRINGLIST - # --- Files -------------------------------------------------------- APP1TARGET= txtrepl -- cgit