summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 15:23:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 15:23:23 +0000
commit7078f5a46fe3c39eedb0bc7ac8fb295d2602562f (patch)
treeed5c86b2556459098ba205b2546eded86817e049
parentfe7255348edcbe4c41987f645fc8226b6cfba725 (diff)
INTEGRATION: CWS sdk04 (1.58.12); FILE MERGED
2003/06/25 07:42:11 jsc 1.58.12.2: RESYNC: (1.58-1.60); FILE MERGED 2003/06/20 11:46:09 jb 1.58.12.1: #110316# An interface of SimpleSetUpdate was missing an 'optional' flag. This contradicted both existing implementations and documentation
-rw-r--r--offapi/util/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk
index 518105307929..12b7e249c5df 100644
--- a/offapi/util/makefile.mk
+++ b/offapi/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.61 $
+# $Revision: 1.62 $
#
-# last change: $Author: vg $ $Date: 2003-06-27 09:07:21 $
+# last change: $Author: hr $ $Date: 2003-06-30 16:23:23 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -178,6 +178,7 @@ $(REGISTRYCHECKFLAG) : $(UCR)$/types.db $(OUT)$/ucrdoc$/types_doc.db
-x /UCR/com/sun/star/awt/UnoControlDialogModel -x /UCR/com/sun/star/awt/UnoControlEdit \
-x /UCR/com/sun/star/awt/UnoControlFormattedFieldModel -x /UCR/com/sun/star/awt/UnoControlListBox \
-x /UCR/com/sun/star/awt/UnoControlNumericFieldModel -x /UCR/com/sun/star/awt/UnoControlPatternFieldModel \
+ -x /UCR/com/sun/star/configuration/SimpleSetUpdate \
&& echo > $(REGISTRYCHECKFLAG)
.ENDIF