diff options
author | avy <avy@openoffice.org> | 2001-02-28 11:00:29 +0000 |
---|---|---|
committer | avy <avy@openoffice.org> | 2001-02-28 11:00:29 +0000 |
commit | 63f88f6c62e9decbd4fd824ad995189387b0be20 (patch) | |
tree | 90ea986abd75aad5e6326534dee9e11120297359 | |
parent | 4ad99671476fad7b96ac624a01a512478addd620 (diff) |
svx_numiten.obj was added to exception library
-rw-r--r-- | svx/source/items/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/items/makefile.mk b/svx/source/items/makefile.mk index 77109d91aa63..0ec0d2824f0b 100644 --- a/svx/source/items/makefile.mk +++ b/svx/source/items/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: cl $ $Date: 2000-12-01 16:31:42 $ +# last change: $Author: avy $ $Date: 2001-02-28 12:00:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -113,7 +113,8 @@ SLOFILES= \ EXCEPTIONSFILES= \ $(SLO)$/paraitem.obj \ $(OBJ)$/sxl_paraitem.obj\ - $(SLO)$/numitem.obj + $(SLO)$/numitem.obj\ + $(OBJ)$/sxl_numitem.obj SVXLIGHTOBJFILES= \ $(OBJ)$/frmitems.obj \ |