diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 12:53:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 12:53:23 +0000 |
commit | 86457f846f5134d313062bc95666216063bb7fe8 (patch) | |
tree | 222adb764e06a2e5444ad57ae458c975915a5c73 /svx/source/dialog/makefile.mk | |
parent | f5a1e9230ec05c631f44f4140c61a5db8d98e98f (diff) |
INTEGRATION: CWS cellborders (1.22.14); FILE MERGED
2004/07/09 12:37:11 fme 1.22.14.4: RESYNC: (1.27-1.31); FILE MERGED
2004/06/10 20:41:04 fme 1.22.14.3: RESYNC: (1.26-1.27); FILE MERGED
2004/05/30 02:06:07 fme 1.22.14.2: RESYNC: (1.22-1.26); FILE MERGED
2004/05/27 14:38:19 fme 1.22.14.1: #i29552# Collapsing table borders
Diffstat (limited to 'svx/source/dialog/makefile.mk')
-rw-r--r-- | svx/source/dialog/makefile.mk | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/svx/source/dialog/makefile.mk b/svx/source/dialog/makefile.mk index d17a09c68741..5954cfd0d097 100644 --- a/svx/source/dialog/makefile.mk +++ b/svx/source/dialog/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.32 $ +# $Revision: 1.33 $ # -# last change: $Author: obo $ $Date: 2004-07-06 16:37:48 $ +# last change: $Author: rt $ $Date: 2004-07-12 13:53:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -323,6 +323,7 @@ SLOFILES=\ $(SLO)$/optinet2.obj \ $(SLO)$/optctl.obj \ $(SLO)$/svxgrahicitem.obj \ + $(SLO)$/framelink.obj \ $(SLO)$/swframeposstrings.obj\ $(SLO)$/swframeexample.obj \ @@ -390,11 +391,12 @@ LIB1OBJFILES= \ $(SLO)$/grfflt.obj \ $(SLO)$/frmdirlbox.obj \ $(SLO)$/commonlingui.obj \ - $(SLO)$/dialmgr.obj \ + $(SLO)$/dialmgr.obj \ + $(SLO)$/svxbmpnumvalueset.obj \ + $(SLO)$/svxgrahicitem.obj \ + $(SLO)$/framelink.obj\ $(SLO)$/swframeexample.obj \ $(SLO)$/swframeposstrings.obj \ - $(SLO)$/svxbmpnumvalueset.obj \ - $(SLO)$/svxgrahicitem.obj \ $(SLO)$/eventdlg.obj \ $(SLO)$/macropg.obj \ $(SLO)$/cfg.obj |