diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:59:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:59:42 +0000 |
commit | 05de7a916ba7f93cc3330718a7e1fc930dfb1319 (patch) | |
tree | 7bf4ccf422488b13403516799cbb0750a2e80f31 /sfx2/source/statbar | |
parent | 4e6e9a9d72716a5fd90c9b6c18df106373dcd532 (diff) |
INTEGRATION: CWS sb25 (1.5.192); FILE MERGED
2004/11/12 17:03:47 sb 1.5.192.1: #i37077# Reduce number of exported symbols of sfx dynamic library.
Diffstat (limited to 'sfx2/source/statbar')
-rw-r--r-- | sfx2/source/statbar/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/statbar/makefile.mk b/sfx2/source/statbar/makefile.mk index 845bb7e06acc..7d327abd3b4e 100644 --- a/sfx2/source/statbar/makefile.mk +++ b/sfx2/source/statbar/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kz $ $Date: 2004-05-20 21:25:10 $ +# last change: $Author: rt $ $Date: 2005-01-11 14:59:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,11 +65,11 @@ PRJ=..$/.. PRJNAME=sfx2 TARGET=statbar ENABLE_EXCEPTIONS=TRUE -.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files -------------------------------------------------------- |