summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 12:05:49 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 12:05:49 +0000
commit0686ad40a67428fcc94dd0917c97710fe002b227 (patch)
tree369305c29098555558e4f0333cf25916ea658cab /sfx2
parentac28fb39e2e1f0fc5b5b0ab3553bf50fe9ff99a7 (diff)
INTEGRATION: CWS dba30d (1.19.54); FILE MERGED
2008/05/28 21:34:26 fs 1.19.54.1: #ii84016# +userinputinterception: moved the SfxBaseController's implementation for XUserInputInterception into a dedicated class
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/view/makefile.mk b/sfx2/source/view/makefile.mk
index d4d409fa30a6..98d34215e097 100644
--- a/sfx2/source/view/makefile.mk
+++ b/sfx2/source/view/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.19 $
+# $Revision: 1.20 $
#
# This file is part of OpenOffice.org.
#
@@ -61,7 +61,8 @@ SLOFILES = \
$(SLO)$/viewfrm.obj \
$(SLO)$/impframe.obj \
$(SLO)$/topfrm.obj \
- $(SLO)$/sfxbasecontroller.obj
+ $(SLO)$/sfxbasecontroller.obj \
+ $(SLO)$/userinputinterception.obj
# --- Targets -------------------------------------------------------