summaryrefslogtreecommitdiff
path: root/svx/source/svrtf
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 13:36:22 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 13:36:22 +0000
commit2afc41e42839e3dcf09a3f9321b4de7eb8df4419 (patch)
tree7d29b685f080bdbc4ba4f81fb5422abf8f054c1e /svx/source/svrtf
parent171201bc46a48d371b4f85c55aa1d46e73a6a6bb (diff)
INTEGRATION: CWS custommeta (1.3.1134); FILE MERGED
2008/01/16 17:50:14 mst 1.3.1134.1: interface change: SvxRTFParser - svx/inc/svxrtf.hxx, svx/source/svrtf/svxrtf.cxx, svx/source/editeng/eertfpar.cxx: + SvxRTFParser::SvxRTFParser takes a XDocumentProperties parameter instead of SfxDocumentInfo + remove method SvxRTFParser::GetDocInfo - svx/source/svrtf/makefile.mk: + enable exceptions for svxrtf.cxx
Diffstat (limited to 'svx/source/svrtf')
-rw-r--r--svx/source/svrtf/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/svx/source/svrtf/makefile.mk b/svx/source/svrtf/makefile.mk
index 472e29896c36..d9c00da68c48 100644
--- a/svx/source/svrtf/makefile.mk
+++ b/svx/source/svrtf/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 00:43:15 $
+# last change: $Author: obo $ $Date: 2008-02-26 14:36:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -49,9 +49,12 @@ AUTOSEG=true
# --- Files --------------------------------------------------------
+EXCEPTIONSFILES= \
+ $(SLO)$/svxrtf.obj
+
SLOFILES = \
$(SLO)$/rtfgrf.obj \
- $(SLO)$/rtfitem.obj \
+ $(SLO)$/rtfitem.obj \
$(SLO)$/svxrtf.obj
# ==========================================================================