diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 12:58:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 12:58:44 +0000 |
commit | fae34352374d7cd91b40e3b60ecd7341331bb8d9 (patch) | |
tree | 2a7af0048fec8d09b92373933536337b6673d031 /xmloff/util | |
parent | 7db22c85f75ba9dc02b60ef2590442ed4c00b57b (diff) |
INTEGRATION: CWS winordinals (1.28.86); FILE MERGED
2008/03/07 15:16:30 vg 1.28.86.1: #i86800# switch to symbol-exporting scheme
Diffstat (limited to 'xmloff/util')
-rw-r--r-- | xmloff/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk index 1b12b2514fe7..b5aa40aea59a 100644 --- a/xmloff/util/makefile.mk +++ b/xmloff/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.30 $ +# $Revision: 1.31 $ # -# last change: $Author: rt $ $Date: 2008-03-12 11:17:06 $ +# last change: $Author: obo $ $Date: 2008-03-25 13:58:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,7 @@ LIB4OBJFILES=\ SHL1TARGET= xo$(DLLPOSTFIX) SHL1IMPLIB= _ixo -SHL1USE_EXPORTS=ordinal +SHL1USE_EXPORTS=name SHL1STDLIBS= \ $(SVTOOLLIB) \ |