diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-01-08 09:39:22 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-01-08 09:39:22 +0100 |
commit | 9d43ce3490eb06668cd7fa6e7d29b7a7ced18957 (patch) | |
tree | c956e7f679e7e1ab1462dfbf33f1242ce725ce09 /sw | |
parent | d1233ab8290a14cea18cf78f6712767a02291456 (diff) |
autorecovery: need to compile some files (which indirectly include sfxbasemodel.hxx) with exception support
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/makefile.mk | 1 | ||||
-rw-r--r-- | sw/source/ui/shells/makefile.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/app/makefile.mk b/sw/source/ui/app/makefile.mk index d3a4cd242d30..80af904aa731 100644 --- a/sw/source/ui/app/makefile.mk +++ b/sw/source/ui/app/makefile.mk @@ -73,6 +73,7 @@ SLOFILES = \ EXCEPTIONSFILES= \ $(SLO)$/docsh.obj \ $(SLO)$/docst.obj \ + $(SLO)$/docshini.obj \ $(SLO)$/swmodule.obj \ $(SLO)$/swmodul1.obj \ $(SLO)$/apphdl.obj \ diff --git a/sw/source/ui/shells/makefile.mk b/sw/source/ui/shells/makefile.mk index 2e4a96c990bf..a3317235b746 100644 --- a/sw/source/ui/shells/makefile.mk +++ b/sw/source/ui/shells/makefile.mk @@ -77,6 +77,7 @@ SLOFILES = \ $(SLO)$/txtnum.obj EXCEPTIONSFILES = \ + $(SLO)$/basesh.obj \ $(SLO)$/annotsh.obj \ $(SLO)$/drwtxtsh.obj \ $(SLO)$/textsh.obj \ |