summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-01-05 19:53:12 +0100
committerJens-Heiner Rechtien <hr@openoffice.org>2010-01-05 19:53:12 +0100
commit73f1c832825e5083987f87d7cda71b594bffb2c4 (patch)
tree57d0d04c24923827963f6e7c820a65d87157d32b
parent8b1f9a307f181da576fbd9417ab3a4010a4534f5 (diff)
DEV300 masterfix: #i10000#: lineinfo.cxx: enable exceptions
-rwxr-xr-xvcl/source/gdi/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/gdi/makefile.mk b/vcl/source/gdi/makefile.mk
index e253f83b25ab..0ec8ca1f280c 100755
--- a/vcl/source/gdi/makefile.mk
+++ b/vcl/source/gdi/makefile.mk
@@ -57,7 +57,7 @@ EXCEPTIONSFILES= $(SLO)$/salmisc.obj \
$(SLO)$/gfxlink.obj \
$(SLO)$/print.obj \
$(SLO)$/print2.obj \
- $(SLO)$/configsettings.obj \
+ $(SLO)$/configsettings.obj \
$(SLO)$/sallayout.obj \
$(SLO)$/image.obj \
$(SLO)$/impimage.obj \
@@ -75,7 +75,8 @@ EXCEPTIONSFILES= $(SLO)$/salmisc.obj \
$(SLO)$/impprn.obj \
$(SLO)$/gdimtf.obj \
$(SLO)$/graphictools.obj \
- $(SLO)$/textlayout.obj
+ $(SLO)$/textlayout.obj \
+ $(SLO)$/lineinfo.obj
SLOFILES= $(EXCEPTIONSFILES) \
$(SLO)$/animate.obj \