summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-01-07 21:47:03 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-01-07 21:47:03 +0100
commitb524974211771183870534e03302d9e4be9f813d (patch)
tree1a827dcc325958c22760183be86ed1ad934122e0 /basctl
parent77bc1109eee784c6338145506bdf7455c4385e9d (diff)
autorecovery: basdoc.cxx needs exceptions by now (well, really, it always needed them, but now the compiler complains)
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/makefile.mk b/basctl/source/basicide/makefile.mk
index 8766473d8157..0487da0ea2c3 100644
--- a/basctl/source/basicide/makefile.mk
+++ b/basctl/source/basicide/makefile.mk
@@ -69,6 +69,7 @@ EXCEPTIONSFILES=$(SLO)$/scriptdocument.obj \
$(SLO)$/moduldl2.obj \
$(SLO)$/unomodel.obj \
$(SLO)$/register.obj \
+ $(SLO)$/basdoc.obj \
$(SLO)$/tbxctl.obj \
$(SLO)$/basidectrlr.obj \
$(SLO)$/localizationmgr.obj \
@@ -77,7 +78,6 @@ EXCEPTIONSFILES=$(SLO)$/scriptdocument.obj \
$(SLO)$/documentenumeration.obj
SLOFILES = $(EXCEPTIONSFILES) \
- $(SLO)$/basdoc.obj \
$(SLO)$/basicbox.obj \
$(SLO)$/baside2b.obj \
$(SLO)$/brkdlg.obj \