diff options
author | Dirk Grobler <dg@openoffice.org> | 2000-11-30 07:40:48 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2000-11-30 07:40:48 +0000 |
commit | c3c3bafd378ee536b422e40325dc751960464a29 (patch) | |
tree | cb03b5c5e7b8d4045625934a5b0183b02a88fd65 /configmgr/source/xml/makefile.mk | |
parent | 22323cb24d7b94ec18e351f0cc8f782bc1c84956 (diff) |
#79032# changes for localisation
Diffstat (limited to 'configmgr/source/xml/makefile.mk')
-rw-r--r-- | configmgr/source/xml/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/xml/makefile.mk b/configmgr/source/xml/makefile.mk index f21b07bbb44d..6b70096a959e 100644 --- a/configmgr/source/xml/makefile.mk +++ b/configmgr/source/xml/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: lla $ $Date: 2000-11-20 10:08:34 $ +# last change: $Author: dg $ $Date: 2000-11-30 08:40:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,6 +75,8 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES=\ + $(SLO)$/dataconverter.obj \ + $(SLO)$/valuehandler.obj \ $(SLO)$/typeconverter.obj \ $(SLO)$/xmltreebuilder.obj \ $(SLO)$/xmlformater.obj \ @@ -84,8 +86,6 @@ SLOFILES=\ $(SLO)$/dataexport.obj \ $(SLO)$/dataimport.obj \ $(SLO)$/updatedom.obj \ - $(SLO)$/dataconverter.obj \ - $(SLO)$/valuehandler.obj \ $(SLO)$/updatehandler.obj \ $(SLO)$/updatetree.obj \ |