From 9c85c581de514ab33dcfd21e48a6119a56fabfe2 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 12 Mar 2009 17:29:25 +0000 Subject: [PATCH] CWS-TOOLING: integrate CWS newbaselineunxlngi 2009-02-06 09:05:24 +0100 oj r267441 : move dll.h into the first line 2009-02-05 12:03:43 +0100 oj r267414 : remove inlines 2009-02-05 12:03:12 +0100 oj r267413 : remove inlines 2009-02-05 08:11:58 +0100 oj r267407 : remove dll.pmk 2009-02-05 07:44:34 +0100 oj r267403 : remove dll.pmk 2009-02-02 17:20:34 +0100 vg r267279 : rebased to m41 2009-02-02 12:35:08 +0100 oj r267259 : #i98651# include dll.pmk 2009-01-30 16:03:30 +0100 releng r267208 : #i98603# get rid of warnings 2009-01-29 15:05:55 +0100 releng r267146 : #i98603# revert changes 2009-01-29 15:00:24 +0100 releng r267143 : #i98603# get rid of warnings 2009-01-29 13:02:26 +0100 releng r267119 : #i10000# added missing dependency 2008-12-24 15:49:02 +0100 releng r265797 : #158998# fixes for the new unxlngi baseline --- sc/source/filter/excel/makefile.mk | 2 ++ sc/source/filter/html/makefile.mk | 2 ++ sc/source/filter/lotus/makefile.mk | 2 ++ sc/source/filter/rtf/makefile.mk | 2 ++ sc/source/filter/starcalc/makefile.mk | 2 ++ sc/source/filter/xcl97/makefile.mk | 2 ++ 6 files changed, 12 insertions(+) diff --git a/sc/source/filter/excel/makefile.mk b/sc/source/filter/excel/makefile.mk index 8fc7e696a38e..785ad197a168 100644 --- a/sc/source/filter/excel/makefile.mk +++ b/sc/source/filter/excel/makefile.mk @@ -40,6 +40,8 @@ PROJECTPCH4DLL=TRUE PROJECTPCH=filt_pch PROJECTPCHSOURCE=..\pch\filt_pch +VISIBILITY_HIDDEN=TRUE + # --- Settings ----------------------------------------------------- .INCLUDE : scpre.mk diff --git a/sc/source/filter/html/makefile.mk b/sc/source/filter/html/makefile.mk index 6bdb674a5226..3f2338da4a1c 100644 --- a/sc/source/filter/html/makefile.mk +++ b/sc/source/filter/html/makefile.mk @@ -40,6 +40,8 @@ PROJECTPCH4DLL=TRUE PROJECTPCH=filt_pch PROJECTPCHSOURCE=..\pch\filt_pch +VISIBILITY_HIDDEN=TRUE + # --- Settings ----------------------------------------------------- .INCLUDE : scpre.mk diff --git a/sc/source/filter/lotus/makefile.mk b/sc/source/filter/lotus/makefile.mk index d16c4f2aca32..3ad32c8bc295 100644 --- a/sc/source/filter/lotus/makefile.mk +++ b/sc/source/filter/lotus/makefile.mk @@ -40,6 +40,8 @@ PROJECTPCHSOURCE=..\pch\filt_pch AUTOSEG=true +VISIBILITY_HIDDEN=TRUE + # --- Settings ----------------------------------------------------- .INCLUDE : scpre.mk diff --git a/sc/source/filter/rtf/makefile.mk b/sc/source/filter/rtf/makefile.mk index 6bacb3333b94..5240252abe85 100644 --- a/sc/source/filter/rtf/makefile.mk +++ b/sc/source/filter/rtf/makefile.mk @@ -40,6 +40,8 @@ PROJECTPCH4DLL=TRUE PROJECTPCH=filt_pch PROJECTPCHSOURCE=..\pch\filt_pch +VISIBILITY_HIDDEN=TRUE + # --- Settings ----------------------------------------------------- .INCLUDE : scpre.mk diff --git a/sc/source/filter/starcalc/makefile.mk b/sc/source/filter/starcalc/makefile.mk index 526476e3c445..529d3772562a 100644 --- a/sc/source/filter/starcalc/makefile.mk +++ b/sc/source/filter/starcalc/makefile.mk @@ -40,6 +40,8 @@ PROJECTPCHSOURCE=..\pch\filt_pch AUTOSEG=true +VISIBILITY_HIDDEN=TRUE + # --- Settings ----------------------------------------------------- .INCLUDE : scpre.mk diff --git a/sc/source/filter/xcl97/makefile.mk b/sc/source/filter/xcl97/makefile.mk index 42cb08cc37a1..c40209d40819 100644 --- a/sc/source/filter/xcl97/makefile.mk +++ b/sc/source/filter/xcl97/makefile.mk @@ -40,6 +40,8 @@ PROJECTPCH4DLL=TRUE PROJECTPCH=filt_pch PROJECTPCHSOURCE=..\pch\filt_pch +VISIBILITY_HIDDEN=TRUE + # --- Settings ----------------------------------------------------- .INCLUDE : scpre.mk