summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 18:54:44 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 18:54:44 +0000
commit3d7d7b0d25672f7d2303cdbaa6bda37160f9cffe (patch)
tree8d38fb91606370107b4844c233b330f253c42739 /sfx2
parent29da4dc36bad6f825ebfe25622fa963feaaab80a (diff)
INTEGRATION: CWS odbmacros2 (1.29.2); FILE MERGED
2008/03/04 12:11:47 fs 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED 2008/01/02 20:46:28 fs 1.29.2.2: #i49133# +docstoragemodifylistener, -stormodifylistener (class is now exported from sfx2) 2007/12/11 22:43:37 fs 1.29.2.1: #i49133# +sfxmodelfactory
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/doc/makefile.mk b/sfx2/source/doc/makefile.mk
index 49933b4e2fa4..a1c1b18727e9 100644
--- a/sfx2/source/doc/makefile.mk
+++ b/sfx2/source/doc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.30 $
+# $Revision: 1.31 $
#
-# last change: $Author: obo $ $Date: 2008-02-26 15:08:50 $
+# last change: $Author: kz $ $Date: 2008-03-06 19:54:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -56,7 +56,6 @@ SLOFILES = \
$(SLO)$/oleprops.obj \
$(SLO)$/iframe.obj \
$(SLO)$/applet.obj \
- $(SLO)$/commitlistener.obj \
$(SLO)$/plugin.obj \
$(SLO)$/docfile.obj \
$(SLO)$/objuno.obj \
@@ -78,7 +77,6 @@ SLOFILES = \
$(SLO)$/new.obj \
$(SLO)$/doctdlg.obj \
$(SLO)$/sfxbasemodel.obj \
- $(SLO)$/stormodifylistener.obj \
$(SLO)$/guisaveas.obj\
$(SLO)$/objembed.obj\
$(SLO)$/graphhelp.obj \
@@ -86,7 +84,9 @@ SLOFILES = \
$(SLO)$/opostponedtruncationstream.obj \
$(SLO)$/docinsert.obj \
$(SLO)$/docmacromode.obj \
- $(SLO)$/SfxDocumentMetaData.obj
+ $(SLO)$/SfxDocumentMetaData.obj \
+ $(SLO)$/sfxmodelfactory.obj \
+ $(SLO)$/docstoragemodifylistener.obj
# --- Tagets -------------------------------------------------------