diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-02-06 16:25:11 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-02-06 16:25:11 +0000 |
commit | 6adc1fd8ff623908002c6e071ebbc8082bcc9f3d (patch) | |
tree | 133151dc2e56f22e94868a0cba148a812013c302 | |
parent | 5a7b47b858926faae383bd9b8ca410bd6dac1532 (diff) |
INTEGRATION: CWS swqbf51 (1.7.180); FILE MERGED
2006/01/30 11:26:31 tl 1.7.180.1: #125842# moving InsertGraphicDlg to SwView
-rw-r--r-- | sw/source/ui/uiview/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/makefile.mk b/sw/source/ui/uiview/makefile.mk index c9d525214c..ae0db9aece 100644 --- a/sw/source/ui/uiview/makefile.mk +++ b/sw/source/ui/uiview/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-09 11:08:40 $ +# last change: $Author: rt $ $Date: 2006-02-06 17:25:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -78,6 +78,7 @@ EXCEPTIONSFILES= \ $(SLO)$/srcview.obj \ $(SLO)$/swcli.obj \ $(SLO)$/uivwimp.obj \ + $(SLO)$/view2.obj \ $(SLO)$/viewling.obj # --- Tagets ------------------------------------------------------- |