diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-12 08:29:31 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-12 08:29:31 +0100 |
commit | c1b2cc6e5fe4b8b5e3433c9ebf9fc81e2a785e7c (patch) | |
tree | 9cbe25656f422593c0a6b55eab5a4467cf01add7 /editeng/source/items/makefile.mk | |
parent | 0621be8155b0e698cdbb3c257301486d2bdb6d4f (diff) |
#i107450#: code from svx/source/options moved to other libs
Diffstat (limited to 'editeng/source/items/makefile.mk')
-rw-r--r-- | editeng/source/items/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editeng/source/items/makefile.mk b/editeng/source/items/makefile.mk index 3b7412f213ae..512db7cc34bd 100644 --- a/editeng/source/items/makefile.mk +++ b/editeng/source/items/makefile.mk @@ -52,7 +52,8 @@ SRC1FILES = \ svxitems.src SLOFILES= \ - $(SLO)$/svdfield.obj \ + $(SLO)$/optitems.obj \ + $(SLO)$/svdfield.obj \ $(SLO)$/writingmodeitem.obj \ $(SLO)$/frmitems.obj \ $(SLO)$/paraitem.obj \ |