diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-29 15:22:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-29 15:22:16 +0000 |
commit | 06f431bb42aed4f8c7313b98b35141fdb8543753 (patch) | |
tree | 475c8fa2c7443109b63d30e85ab840e8c581d2d3 /svx/source/dialog/makefile.mk | |
parent | 3f0eb53a97549086178b81a5cead69dce6617266 (diff) |
INTEGRATION: CWS os12 (1.20.68); FILE MERGED
2004/04/07 15:36:53 os 1.20.68.3: RESYNC: (1.20-1.21); FILE MERGED
2004/02/26 15:48:35 os 1.20.68.2: #103299# help tips added to readonly-images (locks)
2004/02/23 14:57:50 os 1.20.68.1: #103299# read only configuration
Diffstat (limited to 'svx/source/dialog/makefile.mk')
-rw-r--r-- | svx/source/dialog/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/makefile.mk b/svx/source/dialog/makefile.mk index 84be21709624..f6e3a0afa37d 100644 --- a/svx/source/dialog/makefile.mk +++ b/svx/source/dialog/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: obo $ $Date: 2004-04-27 15:47:26 $ +# last change: $Author: obo $ $Date: 2004-04-29 16:22:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -132,6 +132,7 @@ SRC1FILES = \ hangulhanjadlg.src \ commonlingui.src \ fontsubs.src \ + readonlyimage.src \ opthtml.src \ optgdlg.src \ optmemory.src \ @@ -308,7 +309,6 @@ SLOFILES=\ $(SLO)$/optjsearch.obj \ $(SLO)$/optgenrl.obj \ $(SLO)$/optinet2.obj \ - $(SLO)$/optextbr.obj \ $(SLO)$/optctl.obj \ $(SLO)$/svxgrahicitem.obj @@ -432,14 +432,14 @@ LIB2OBJFILES= \ $(SLO)$/cuihyperdlg.obj \ $(SLO)$/cuifmsearch.obj \ $(SLO)$/cuigrfflt.obj \ - $(SLO)$/optaccessibility.obj \ + $(SLO)$/readonlyimage.obj \ + $(SLO)$/optaccessibility.obj \ $(SLO)$/optsave.obj \ $(SLO)$/optasian.obj \ $(SLO)$/optpath.obj \ $(SLO)$/optcolor.obj \ $(SLO)$/optjsearch.obj \ $(SLO)$/optinet2.obj \ - $(SLO)$/optextbr.obj \ $(SLO)$/optctl.obj \ $(SLO)$/optgenrl.obj \ $(SLO)$/connect.obj \ |