diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-13 08:45:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-13 08:45:08 +0000 |
commit | 860ebfa27be030535d8b7e20d40048e3f765b7ec (patch) | |
tree | 98af42abfc0b87f0cd5a6a46c9fac4d827666f8b /svtools/source/uno | |
parent | ac61465dc273d43632519e267ed2ced6d0ba5018 (diff) |
INTEGRATION: CWS fwk48 (1.18.338); FILE MERGED
2006/10/04 14:48:00 cd 1.18.338.1: #i69317# Added new helper class for context menus
Diffstat (limited to 'svtools/source/uno')
-rw-r--r-- | svtools/source/uno/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/svtools/source/uno/makefile.mk b/svtools/source/uno/makefile.mk index 94691924d58b..a654006023fc 100644 --- a/svtools/source/uno/makefile.mk +++ b/svtools/source/uno/makefile.mk @@ -1,12 +1,12 @@ -#************************************************************************* + # # OpenOffice.org - a multi-platform office productivity suite # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: rt $ $Date: 2005-09-08 16:54:37 $ +# last change: $Author: obo $ $Date: 2006-10-13 09:45:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,8 @@ SLOFILES= \ $(SLO)$/statusbarcontroller.obj \ $(SLO)$/genericunodialog.obj \ $(SLO)$/generictoolboxcontroller.obj \ - $(SLO)$/registerservices.obj + $(SLO)$/registerservices.obj \ + $(SLO)$/contextmenuhelper.obj # --- Targets ------------------------------------------------------ |