diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-06-19 16:20:11 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-06-19 16:20:11 +0000 |
commit | a158aa781cb3e1d0906675ccc9caadc32f8d85b0 (patch) | |
tree | c210a121d3559f7a74d733e64577261be398569b /svx/source/items/makefile.mk | |
parent | ee759c354f4fc0ced014636d87e9498321f8bcdf (diff) |
#100121#: use TypeConverter for simplification
Diffstat (limited to 'svx/source/items/makefile.mk')
-rw-r--r-- | svx/source/items/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/items/makefile.mk b/svx/source/items/makefile.mk index 99f6241b6480..59f1b4435839 100644 --- a/svx/source/items/makefile.mk +++ b/svx/source/items/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: cl $ $Date: 2002-04-25 09:41:55 $ +# last change: $Author: mba $ $Date: 2002-06-19 17:16:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -115,6 +115,7 @@ SLOFILES= \ EXCEPTIONSFILES= \ $(SLO)$/paraitem.obj \ + $(SLO)$/frmitems.obj \ $(SLO)$/numitem.obj\ $(SLO)$/xmlcnitm.obj |