summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 14:13:02 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 14:13:02 +0000
commit5a26258bd7d58eddd44b4868b80573e6dc240aef (patch)
tree8b0b5e650c4869cc84ba422bf14264859819d740
parentb4c3596c09d2fdcc3fe31d50878e48df1e6061eb (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
-rw-r--r--sfx2/util/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk
index 9d3e523f02..0ce2cd4c19 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) \