diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-05 19:53:12 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-05 19:53:12 +0100 |
commit | 73f1c832825e5083987f87d7cda71b594bffb2c4 (patch) | |
tree | 57d0d04c24923827963f6e7c820a65d87157d32b /vcl | |
parent | 8b1f9a307f181da576fbd9417ab3a4010a4534f5 (diff) |
DEV300 masterfix: #i10000#: lineinfo.cxx: enable exceptions
Diffstat (limited to 'vcl')
-rwxr-xr-x | vcl/source/gdi/makefile.mk | 5 |
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 \ |