diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:33:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:33:05 +0000 |
commit | 9a9456ff35967b3c0ef5332a73b2225dcc5b9127 (patch) | |
tree | 9c7f0b3d032400c716439f9c9176e5a37f465538 /svtools/source | |
parent | cfb994e96e56b97d8c2feec4c17afc3f639ae99b (diff) |
INTEGRATION: CWS impress108 (1.3.358); FILE MERGED
2006/10/06 07:58:24 cl 1.3.358.1: added exceptions since stl is now used
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/filter.vcl/wmf/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/filter.vcl/wmf/makefile.mk b/svtools/source/filter.vcl/wmf/makefile.mk index 23ac417b16b3..a86080e1127a 100644 --- a/svtools/source/filter.vcl/wmf/makefile.mk +++ b/svtools/source/filter.vcl/wmf/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:45:59 $ +# last change: $Author: hr $ $Date: 2006-10-24 13:33:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,7 @@ PRJ=..$/..$/.. PRJNAME=svtools TARGET=wmf +ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- |