You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2014/03/10 13:59:22 UTC

svn commit: r1575930 - in /openoffice/trunk/main/sc: prj/ source/core/data/ source/core/tool/ source/filter/dif/ source/filter/excel/ source/filter/ftools/ source/filter/html/ source/filter/lotus/ source/filter/qpro/ source/filter/rtf/ source/filter/st...

Author: af
Date: Mon Mar 10 12:59:22 2014
New Revision: 1575930

URL: http://svn.apache.org/r1575930
Log:
i124361: Enable exception support for all sc source files.

Modified:
    openoffice/trunk/main/sc/prj/build.lst
    openoffice/trunk/main/sc/source/core/data/makefile.mk
    openoffice/trunk/main/sc/source/core/tool/makefile.mk
    openoffice/trunk/main/sc/source/filter/dif/makefile.mk
    openoffice/trunk/main/sc/source/filter/excel/makefile.mk
    openoffice/trunk/main/sc/source/filter/ftools/makefile.mk
    openoffice/trunk/main/sc/source/filter/html/makefile.mk
    openoffice/trunk/main/sc/source/filter/lotus/makefile.mk
    openoffice/trunk/main/sc/source/filter/qpro/makefile.mk
    openoffice/trunk/main/sc/source/filter/rtf/makefile.mk
    openoffice/trunk/main/sc/source/filter/starcalc/makefile.mk
    openoffice/trunk/main/sc/source/filter/xcl97/makefile.mk
    openoffice/trunk/main/sc/source/ui/Accessibility/makefile.mk
    openoffice/trunk/main/sc/source/ui/app/makefile.mk
    openoffice/trunk/main/sc/source/ui/attrdlg/makefile.mk
    openoffice/trunk/main/sc/source/ui/cctrl/makefile.mk
    openoffice/trunk/main/sc/source/ui/dbgui/makefile.mk
    openoffice/trunk/main/sc/source/ui/docshell/makefile.mk
    openoffice/trunk/main/sc/source/ui/drawfunc/makefile.mk
    openoffice/trunk/main/sc/source/ui/formdlg/makefile.mk
    openoffice/trunk/main/sc/source/ui/miscdlgs/makefile.mk
    openoffice/trunk/main/sc/source/ui/namedlg/makefile.mk
    openoffice/trunk/main/sc/source/ui/navipi/makefile.mk
    openoffice/trunk/main/sc/source/ui/optdlg/makefile.mk
    openoffice/trunk/main/sc/source/ui/pagedlg/makefile.mk
    openoffice/trunk/main/sc/source/ui/styleui/makefile.mk
    openoffice/trunk/main/sc/source/ui/undo/makefile.mk
    openoffice/trunk/main/sc/source/ui/view/makefile.mk

Modified: openoffice/trunk/main/sc/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/prj/build.lst?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/prj/build.lst (original)
+++ openoffice/trunk/main/sc/prj/build.lst Mon Mar 10 12:59:22 2014
@@ -6,7 +6,6 @@ sc	sc\res							get	-	all	sc_res NULL
 sc	sc\res\imglst\inputwin					get	-	all	sc_resiw NULL
 sc	sc\res\imglst\navipi					get	-	all	sc_resna NULL
 sc	sc\res\imglst\apptbx					get	-	all	sc_resap NULL
-sc	sc\source\core\inc					get	-	all	sc_coinc NULL
 sc	sc\source\ui\inc					get	-	all	sc_uiinc NULL
 sc	sc\source\filter\inc					get	-	all	sc_fiinc NULL
 sc	sc\addin\inc						get	-	all	sc_adinc NULL

Modified: openoffice/trunk/main/sc/source/core/data/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/core/data/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/core/data/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/core/data/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ PROJECTPCH=core_pch
 PROJECTPCHSOURCE=..\pch\core_pch
 
 AUTOSEG=true
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/core/tool/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/core/tool/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/core/tool/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/core/tool/makefile.mk Mon Mar 10 12:59:22 2014
@@ -29,7 +29,7 @@ TARGET=tool
 PROJECTPCH4DLL=TRUE
 PROJECTPCH=core_pch
 PROJECTPCHSOURCE=..\pch\core_pch
-
+ENABLE_EXCEPTIONS=TRUE
 AUTOSEG=true
 
 # --- Settings -----------------------------------------------------

Modified: openoffice/trunk/main/sc/source/filter/dif/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/dif/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/filter/dif/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/filter/dif/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ AUTOSEG=true
 PROJECTPCH4DLL=TRUE
 PROJECTPCH=filt_pch
 PROJECTPCHSOURCE=..\pch\filt_pch
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/filter/excel/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/excel/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/filter/excel/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/filter/excel/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ AUTOSEG=true
 PROJECTPCH4DLL=TRUE
 PROJECTPCH=filt_pch
 PROJECTPCHSOURCE=..\pch\filt_pch
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/filter/ftools/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/ftools/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/filter/ftools/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/filter/ftools/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ AUTOSEG=true
 PROJECTPCH4DLL=TRUE
 PROJECTPCH=filt_pch
 PROJECTPCHSOURCE=..\pch\filt_pch
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/filter/html/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/html/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/filter/html/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/filter/html/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ AUTOSEG=true
 PROJECTPCH4DLL=TRUE
 PROJECTPCH=filt_pch
 PROJECTPCHSOURCE=..\pch\filt_pch
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/filter/lotus/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/lotus/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/filter/lotus/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/filter/lotus/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ PROJECTPCH=filt_pch
 PROJECTPCHSOURCE=..\pch\filt_pch
 
 AUTOSEG=true
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/filter/qpro/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/qpro/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/filter/qpro/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/filter/qpro/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ PROJECTPCH=filt_pch
 PROJECTPCHSOURCE=..\pch\filt_pch
 
 AUTOSEG=true
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/filter/rtf/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/rtf/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/filter/rtf/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/filter/rtf/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ AUTOSEG=true
 PROJECTPCH4DLL=TRUE
 PROJECTPCH=filt_pch
 PROJECTPCHSOURCE=..\pch\filt_pch
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/filter/starcalc/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/starcalc/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/filter/starcalc/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/filter/starcalc/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ PROJECTPCH=filt_pch
 PROJECTPCHSOURCE=..\pch\filt_pch
 
 AUTOSEG=true
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/filter/xcl97/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/filter/xcl97/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/filter/xcl97/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/filter/xcl97/makefile.mk Mon Mar 10 12:59:22 2014
@@ -31,6 +31,7 @@ AUTOSEG=true
 PROJECTPCH4DLL=TRUE
 PROJECTPCH=filt_pch
 PROJECTPCHSOURCE=..\pch\filt_pch
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/Accessibility/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/Accessibility/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/Accessibility/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/Accessibility/makefile.mk Mon Mar 10 12:59:22 2014
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=accessibility
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/app/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/app/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/app/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/app/makefile.mk Mon Mar 10 12:59:22 2014
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=app
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 
@@ -60,9 +61,6 @@ EXCEPTIONSFILES= \
 	$(SLO)$/client.obj \
 	$(SLO)$/inputwin.obj
 
-#LIB3TARGET=$(SLB)$/ysclib.lib
-#LIB3OBJFILES=$(SLO)$/sclib.obj
-
 # --- Targets -------------------------------------------------------
 
 .INCLUDE :  target.mk

Modified: openoffice/trunk/main/sc/source/ui/attrdlg/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/attrdlg/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/attrdlg/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/attrdlg/makefile.mk Mon Mar 10 12:59:22 2014
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
 PRJNAME=sc
 TARGET=attrdlg
 LIBTARGET=no
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 
@@ -50,10 +51,9 @@ SLOFILES =  $(SLO)$/attrdlg.obj	\
 LIB1TARGET = $(SLB)$/$(TARGET).lib
 
 LIB1OBJFILES =  \
-		$(SLO)$/condfrmt.obj	\
-           	$(SLO)$/scabstdlg.obj
+	$(SLO)$/condfrmt.obj	\
+	$(SLO)$/scabstdlg.obj
 
-				
 # --- Tagets -------------------------------------------------------
 
 .INCLUDE :  target.mk

Modified: openoffice/trunk/main/sc/source/ui/cctrl/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/cctrl/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/cctrl/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/cctrl/makefile.mk Mon Mar 10 12:59:22 2014
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
 PRJNAME=sc
 TARGET=cctrl
 LIBTARGET=NO
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/dbgui/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/dbgui/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/dbgui/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/dbgui/makefile.mk Mon Mar 10 12:59:22 2014
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
 PRJNAME=sc
 TARGET=dbgui
 LIBTARGET=no
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/docshell/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/docshell/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/docshell/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/docshell/makefile.mk Mon Mar 10 12:59:22 2014
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
 PRJNAME=sc
 TARGET=docshell
 LIBTARGET=no
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/drawfunc/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/drawfunc/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/drawfunc/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/drawfunc/makefile.mk Mon Mar 10 12:59:22 2014
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=drawfunc
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/formdlg/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/formdlg/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/formdlg/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/formdlg/makefile.mk Mon Mar 10 12:59:22 2014
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=formdlgs
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/miscdlgs/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/miscdlgs/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/miscdlgs/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/miscdlgs/makefile.mk Mon Mar 10 12:59:22 2014
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
 PRJNAME=sc
 TARGET=miscdlgs
 LIBTARGET=no
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/namedlg/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/namedlg/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/namedlg/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/namedlg/makefile.mk Mon Mar 10 12:59:22 2014
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=namedlg
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/navipi/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/navipi/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/navipi/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/navipi/makefile.mk Mon Mar 10 12:59:22 2014
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=navipi
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/optdlg/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/optdlg/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/optdlg/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/optdlg/makefile.mk Mon Mar 10 12:59:22 2014
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=optdlg
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/pagedlg/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/pagedlg/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/pagedlg/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/pagedlg/makefile.mk Mon Mar 10 12:59:22 2014
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
 PRJNAME=sc
 TARGET=pagedlg
 LIBTARGET=no
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 
@@ -43,7 +44,6 @@ CXXFILES = \
         tphf.cxx 	\
         tphfedit.cxx
 
-            
 
 SLOFILES = \
         $(SLO)$/areasdlg.obj	\

Modified: openoffice/trunk/main/sc/source/ui/styleui/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/styleui/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/styleui/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/styleui/makefile.mk Mon Mar 10 12:59:22 2014
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=styleui
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/undo/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/undo/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/undo/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/undo/makefile.mk Mon Mar 10 12:59:22 2014
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=undo
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 

Modified: openoffice/trunk/main/sc/source/ui/view/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/view/makefile.mk?rev=1575930&r1=1575929&r2=1575930&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/view/makefile.mk (original)
+++ openoffice/trunk/main/sc/source/ui/view/makefile.mk Mon Mar 10 12:59:22 2014
@@ -24,6 +24,7 @@ PRJ=..$/..$/..
 
 PRJNAME=sc
 TARGET=view
+ENABLE_EXCEPTIONS=TRUE
 
 # --- Settings -----------------------------------------------------
 
@@ -33,7 +34,6 @@ TARGET=view
 .INCLUDE :  $(PRJ)$/util$/makefile.pmk
 
 # --- Files --------------------------------------------------------
-# drawattr.cxx fuer IDL (enums), sollte in den Svx gehen??
 
 
 SLOFILES =  \