diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 11:00:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 11:00:31 +0000 |
commit | ba21e202fde419ecc91c40ad02aeba5e3e18f297 (patch) | |
tree | b6d97d8c7488974d5cd7d172011bcaf1ab94e40b /extensions | |
parent | c0cc1392668a6844e4794c98f63c586802520178 (diff) |
INTEGRATION: CWS oihelp (1.18.138); FILE MERGED
2006/11/15 14:31:12 fs 1.18.138.2: #i71485# implement a DefaultHelpProvider
2006/11/14 12:29:35 fs 1.18.138.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/makefile.mk b/extensions/source/propctrlr/makefile.mk index b03634e00bae..55db6bd14950 100644 --- a/extensions/source/propctrlr/makefile.mk +++ b/extensions/source/propctrlr/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: vg $ $Date: 2006-04-07 14:14:58 $ +# last change: $Author: kz $ $Date: 2006-12-13 12:00:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -96,7 +96,9 @@ SLOFILES= $(SLO)$/controlfontdialog.obj \ $(SLO)$/pcrcommon.obj \ $(SLO)$/newdatatype.obj \ $(SLO)$/propeventtranslation.obj \ - $(SLO)$/objectinspectormodel.obj + $(SLO)$/objectinspectormodel.obj \ + $(SLO)$/inspectorhelpwindow.obj \ + $(SLO)$/defaulthelpprovider.obj SRS1NAME=$(TARGET) SRC1FILES= propres.src \ |