diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 14:00:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 14:00:28 +0000 |
commit | 375f8f607344b21d26c28ae57e8f47e1e7f1a6db (patch) | |
tree | 8b5e3d7274c1443402ee39a06419f292133f1722 | |
parent | de59d0ab808647e8c8cf08d1819abd1604296a86 (diff) |
INTEGRATION: CWS shiftf5 (1.20.130); FILE MERGED
2005/08/22 12:40:33 af 1.20.130.1: #i50901# Enabled exception handling for ViewShellBase.cxx
-rw-r--r-- | sd/source/ui/view/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/view/makefile.mk b/sd/source/ui/view/makefile.mk index 9ed9aff35983..424f5a7ffdf5 100644 --- a/sd/source/ui/view/makefile.mk +++ b/sd/source/ui/view/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: rt $ $Date: 2005-09-09 07:14:40 $ +# last change: $Author: hr $ $Date: 2005-09-23 15:00:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -62,8 +62,9 @@ EXCEPTIONSFILES= \ $(SLO)$/sdview4.obj \ $(SLO)$/slidvish.obj \ $(SLO)$/viewshe2.obj \ - $(SLO)$/ObjectBarManager.obj \ - $(SLO)$/UpdateLockManager.obj + $(SLO)$/ObjectBarManager.obj \ + $(SLO)$/UpdateLockManager.obj \ + $(SLO)$/ViewShellBase.obj EXCEPTIONSNOOPTFILES=\ $(SLO)$/drviews5.obj\ |