diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:27:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:27:51 +0000 |
commit | e9ae443653c0f55b64835713968cd6de789c5d2c (patch) | |
tree | 441af0ada3b8db108ceeddbbf0021a214e64dd97 /unotools | |
parent | ef85edaa24e4497f2d309f7cd48f1bdda21496ea (diff) |
INTEGRATION: CWS fwk77 (1.13.58); FILE MERGED
2007/11/30 09:24:42 mav 1.13.58.1: #i83819# set the current Generator only after Save or SaveAs
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/source/config/makefile.mk b/unotools/source/config/makefile.mk index 69db8fc6804e..4e56aaa114bb 100644 --- a/unotools/source/config/makefile.mk +++ b/unotools/source/config/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2006-05-24 14:01:39 $ +# last change: $Author: obo $ $Date: 2008-01-04 16:27:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,6 +54,7 @@ SLOFILES=\ $(SLO)$/configitem.obj \ $(SLO)$/configmgr.obj \ $(SLO)$/configpathes.obj \ + $(SLO)$/docinfohelper.obj \ $(SLO)$/bootstrap.obj # --- Targets ---------------------------------- |