diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 13:07:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 13:07:50 +0000 |
commit | 82bef7d4d30d9aefd8ab25845967542f42229b2d (patch) | |
tree | 38b787f930badece982387218d126f0b26a405e1 /svx/source/items | |
parent | 50a73f5963c4d0ca34629f36cc04e8b45f61bd62 (diff) |
INTEGRATION: CWS sj05 (1.11.22); FILE MERGED
2004/03/15 14:27:31 sj 1.11.22.4: RESYNC: (1.12-1.13); FILE MERGED
2004/02/13 19:19:25 sj 1.11.22.3: RESYNC: (1.11-1.12); FILE MERGED
2004/02/05 17:22:23 sj 1.11.22.2: name changes
2003/09/12 16:59:00 sj 1.11.22.1: added autoshape functionality
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/makefile.mk b/svx/source/items/makefile.mk index 5a36fde5fab0..ba5fb799d2ca 100644 --- a/svx/source/items/makefile.mk +++ b/svx/source/items/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: kz $ $Date: 2004-02-26 15:54:29 $ +# last change: $Author: rt $ $Date: 2004-04-02 14:07:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -110,9 +110,9 @@ SLOFILES= \ $(SLO)$/clipfmtitem.obj \ $(SLO)$/svxempty.obj \ $(SLO)$/xmlcnitm.obj \ + $(SLO)$/customshapeitem.obj \ $(SLO)$/charhiddenitem.obj - EXCEPTIONSFILES= \ $(SLO)$/paraitem.obj \ $(SLO)$/frmitems.obj \ |