diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 14:37:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 14:37:50 +0000 |
commit | 362e0ff2e0ebf4fc0fd2cce1689dccf7cf66b357 (patch) | |
tree | bdfa893f668f305af4efda5669eac05fb093cc2e /sfx2 | |
parent | a1c508d0b624b0c9769c2cd40b006f2cbaf1bfcb (diff) |
INTEGRATION: CWS tdoc3 (1.15.70); FILE MERGED
2004/11/02 15:59:55 mav 1.15.70.1: #i36428# let the model be modified if it's storage is modified
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/doc/makefile.mk b/sfx2/source/doc/makefile.mk index 6195fdbd09d9..30a65d978138 100644 --- a/sfx2/source/doc/makefile.mk +++ b/sfx2/source/doc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: kz $ $Date: 2004-10-04 20:55:11 $ +# last change: $Author: rt $ $Date: 2004-11-09 15:37:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,6 +101,7 @@ SLOFILES = \ $(SLO)$/doctdlg.obj \ $(SLO)$/sfxbasemodel.obj \ $(SLO)$/commitlistener.obj \ + $(SLO)$/stormodifylistener.obj \ $(SLO)$/xmlversion.obj \ $(SLO)$/guisaveas.obj\ $(SLO)$/objembed.obj\ |