diff options
author | obo <obo@openoffice.org> | 2010-08-27 13:02:34 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-08-27 13:02:34 +0200 |
commit | 17b62cb5acad25dc82a95a40d545e6af6a185f55 (patch) | |
tree | c8c2ef9fabfd0f8573a89a382b74d0803c3afd88 | |
parent | a3019ec68acb22c8f590ee104fd6e7aad20c4778 (diff) |
masterfix OOO330: #i10000# new exception file unovwr.cxxooo/OOO330_m6
-rw-r--r-- | sw/source/core/undo/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/undo/makefile.mk b/sw/source/core/undo/makefile.mk index d6e6766a0f..c381761adb 100644 --- a/sw/source/core/undo/makefile.mk +++ b/sw/source/core/undo/makefile.mk @@ -49,6 +49,7 @@ EXCEPTIONSFILES = \ $(SLO)$/unattr.obj \ $(SLO)$/undobj.obj \ $(SLO)$/undraw.obj \ + $(SLO)$/unovwr.obj \ $(SLO)$/untbl.obj SLOFILES = \ |