diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 20:32:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 20:32:57 +0000 |
commit | d4bd4a882067da9ca7a0d340b2efa2658726da09 (patch) | |
tree | 5aa9cba37bc626c7aa368f9378a9d0969d005b75 /sfx2/util | |
parent | 9d64cff39fc151cebb67bf72523d43fd4c907b79 (diff) |
INTEGRATION: CWS hedaburemove01 (1.45.50); FILE MERGED
2007/04/02 11:17:58 vg 1.45.50.2: RESYNC: (1.45-1.46); FILE MERGED
2007/02/09 16:15:01 vg 1.45.50.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 4f6301023286..bb62010f1cf6 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.46 $ +# $Revision: 1.47 $ # -# last change: $Author: vg $ $Date: 2007-03-26 15:04:27 $ +# last change: $Author: vg $ $Date: 2007-04-11 21:32:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ LIB1FILES= $(SLB)$/appl.lib \ $(SLB)$/config.lib HELPIDFILES=\ - ..\inc\sfxsids.hrc \ + ..\inc\sfx2\sfxsids.hrc \ ..\source\inc\helpid.hrc .IF "$(GUI)"!="UNX" |