diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 15:10:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 15:10:01 +0000 |
commit | b3349c4ad70c1d82b7c0c50bf748c9cf84c94a0b (patch) | |
tree | bb8c0a06ac5d03e7dc2fb65e8c99cad6ce1ea674 /sfx2/sdi | |
parent | c274b6191925d7caa7ee8e54aa320c0dd875dfcc (diff) |
INTEGRATION: CWS sfxcleanup (1.6.158); FILE MERGED
2006/03/02 09:23:44 mba 1.6.158.1: #132394#: remove superfluous code
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/makefile.mk | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sfx2/sdi/makefile.mk b/sfx2/sdi/makefile.mk index 9b6840ee783a..ad4e7c23aad6 100644 --- a/sfx2/sdi/makefile.mk +++ b/sfx2/sdi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-07 17:28:31 $ +# last change: $Author: rt $ $Date: 2006-05-02 16:10:01 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,17 +54,10 @@ SVSDIDEPEND= \ sfx.sdi \ appslots.sdi \ sfxslots.sdi \ - options.sdi \ - progress.sdi \ docslots.sdi \ - ipfslots.sdi \ mdislots.sdi \ viwslots.sdi \ - pinslots.sdi \ - frsslots.sdi \ - object.sdi \ - frmslots.sdi \ - genslots.sdi + frmslots.sdi # --- Targets ------------------------------------------------------- |