summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2007-04-13 09:43:56 +0000
committerHenning Brinkmann <hbrinkm@openoffice.org>2007-04-13 09:43:56 +0000
commit2a10504370568c695b87b6dee6ab05af7edc90b5 (patch)
tree31aad99f0387550b9f671d29f5ae8d8bdb28fb70
parente0220d9ee05a0e082f997fb74312ac001302a6c2 (diff)
QNameToString went to resourcemodel
-rw-r--r--writerfilter/unocomponent/makefile.mk9
-rw-r--r--writerfilter/util/makefile.mk5
2 files changed, 9 insertions, 5 deletions
diff --git a/writerfilter/unocomponent/makefile.mk b/writerfilter/unocomponent/makefile.mk
index 2be0bb88bd92..fd901a5a8a77 100644
--- a/writerfilter/unocomponent/makefile.mk
+++ b/writerfilter/unocomponent/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: os $ $Date: 2007-04-10 14:21:31 $
+# last change: $Author: hbrinkm $ $Date: 2007-04-13 10:43:14 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,11 +54,13 @@ ODIAPILIB=-lodiapi
RTFTOKLIB=-lrtftok
DOCTOKLIB=-ldoctok
OOXMLLIB=-looxml
+RESOURCEMODELLIB=-lresourcemodel
.ELIF "$(GUI)"=="WNT"
ODIAPILIB=$(LB)$/iodiapi.lib
RTFTOKLIB=$(LB)$/irtftok.lib
DOCTOKLIB=$(LB)$/idoctok.lib
OOXMLLIB=$(LB)$/iooxml.lib
+RESOURCEMODELLIB=$(LB)$/iresourcemodel.lib
.ENDIF
SHL1STDLIBS=$(SALLIB)\
@@ -69,7 +71,8 @@ SHL1STDLIBS=$(SALLIB)\
$(ODIAPILIB) \
$(RTFTOKLIB) \
$(DOCTOKLIB) \
- $(OOXMLLIB)
+ $(OOXMLLIB) \
+ $(RESOURCEMODELLIB)
SHL1LIBS=\
$(SLB)$/debugservices_xxml.lib \
diff --git a/writerfilter/util/makefile.mk b/writerfilter/util/makefile.mk
index d5e886974c34..8326d3924820 100644
--- a/writerfilter/util/makefile.mk
+++ b/writerfilter/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: fridrich_strba $ $Date: 2007-03-08 12:20:22 $
+# last change: $Author: hbrinkm $ $Date: 2007-04-13 10:43:56 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -73,6 +73,7 @@ LIB2FILES= \
$(SLB)$/ooxml.lib \
$(SLB)$/doctok.lib \
$(SLB)$/rtftok.lib \
+ $(SLB)$/resourcemodel.lib \
$(SLB)$/dmapper.lib \
$(SLB)$/filter.lib