diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:23:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 12:23:22 +0000 |
commit | ce2226b1905bf5b8b7a950aac1e567bcb257327e (patch) | |
tree | a508cda3d68fcee50285d09bba47b23c50f0f0bd /svx | |
parent | 8414a8d4cde554aee91049310dd7aada2d527bbb (diff) |
INTEGRATION: CWS sb59 (1.4.488); FILE MERGED
2006/08/03 13:52:00 cl 1.4.488.1: removed compiler warnings
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/toolbars/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/toolbars/makefile.mk b/svx/source/toolbars/makefile.mk index 5e0796cf0eec..030c5d2d97f6 100644 --- a/svx/source/toolbars/makefile.mk +++ b/svx/source/toolbars/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-09 00:55:12 $ +# last change: $Author: obo $ $Date: 2006-10-12 13:23:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,6 +41,7 @@ PROJECTPCHSOURCE=$(PRJ)$/util$/svxpch PRJNAME=svx TARGET=toolbars VERSION=$(UPD) +ENABLE_EXCEPTIONS=TRUE; # --- Settings ----------------------------------------------------- |