diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-06 13:54:46 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-06 13:54:46 +0100 |
commit | 8765a3bf9f2926a50d0f644e4263782269abe023 (patch) | |
tree | 8e60b15405ae4bcbefa209b51d5432b3626392cc | |
parent | 73f1c832825e5083987f87d7cda71b594bffb2c4 (diff) |
DEV300 masterfix: #i10000#: lineinfo.cxx: enable exceptions (corrected)
Notes
Notes:
split repo tag: libs-gui_ooo/DEV300_m69
-rwxr-xr-x | vcl/source/gdi/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/makefile.mk b/vcl/source/gdi/makefile.mk index 0ec8ca1f280c..eda537bf629a 100755 --- a/vcl/source/gdi/makefile.mk +++ b/vcl/source/gdi/makefile.mk @@ -101,7 +101,6 @@ SLOFILES= $(EXCEPTIONSFILES) \ $(SLO)$/impbmp.obj \ $(SLO)$/imagerepository.obj \ $(SLO)$/impvect.obj \ - $(SLO)$/lineinfo.obj \ $(SLO)$/mapmod.obj \ $(SLO)$/metaact.obj \ $(SLO)$/octree.obj \ |