diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:13:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:13:02 +0000 |
commit | e851c0a855d2b182cfb3f43be916a168bf7309d8 (patch) | |
tree | 922d3d81709940fdd68d12d1b3e75ceec8ee7aa6 /sfx2/util | |
parent | 9e8d5cfbb65e2cd88d24cc027748c63bb4306888 (diff) |
INTEGRATION: CWS custommeta (1.49.26); FILE MERGED
2008/02/04 17:36:44 mst 1.49.26.1: fix issue #i82777#
- source/doc/REMOVEME.cxx:
+ remove, finally!
- sfx2/source/doc/SfxDocumentMetaData.cxx:
+ use sax/converter.hxx (finally arrived on master)
- sfx2/util/makefile.mk:
+ link libsfx2 against libsax
- sfx2/prj/build.lst:
+ add sax to build dependencies
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 9d3e523f0283..0ce2cd4c19c0 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.50 $ +# $Revision: 1.51 $ # -# last change: $Author: obo $ $Date: 2008-02-25 17:28:51 $ +# last change: $Author: obo $ $Date: 2008-02-26 15:13:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -90,6 +90,7 @@ SHL1STDLIBS+=\ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ $(I18NISOLANGLIB) \ + $(SAXLIB) \ $(SYSSHELLLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ |