diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 12:05:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 12:05:49 +0000 |
commit | 0686ad40a67428fcc94dd0917c97710fe002b227 (patch) | |
tree | 369305c29098555558e4f0333cf25916ea658cab /sfx2 | |
parent | ac28fb39e2e1f0fc5b5b0ab3553bf50fe9ff99a7 (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.mk | 5 |
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 ------------------------------------------------------- |