diff options
author | Joachim Lingner <jl@openoffice.org> | 2002-07-18 13:26:26 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2002-07-18 13:26:26 +0000 |
commit | b27a928c3ab8e32656a32b72a6d667d007dcb283 (patch) | |
tree | 0aabfcc64147f2a300db3af3af5a7f517eca918e | |
parent | 75721fe0f843e48ab7d713060056ace8b86095a2 (diff) |
#101225# some interfaces have been moved to udkapi
-rw-r--r-- | offapi/com/sun/star/task/makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/task/makefile.mk b/offapi/com/sun/star/task/makefile.mk index f21d8f75a9cb..0cc128dae12e 100644 --- a/offapi/com/sun/star/task/makefile.mk +++ b/offapi/com/sun/star/task/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: as $ $Date: 2001-12-05 13:18:25 $ +# last change: $Author: jl $ $Date: 2002-07-18 14:26:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,21 +83,21 @@ IDLFILES=\ UrlRecord.idl\ UserRecord.idl\ XAsyncJob.idl\ - XInteractionAbort.idl\ XInteractionApprove.idl\ - XInteractionContinuation.idl\ XInteractionDisapprove.idl\ - XInteractionHandler.idl\ - XInteractionRequest.idl\ - XInteractionRetry.idl\ XJob.idl\ XJobExecutor.idl\ XJobListener.idl\ XPasswordContainer.idl\ XStatusIndicator.idl\ XStatusIndicatorFactory.idl\ - XStatusIndicatorSupplier.idl\ + XStatusIndicatorSupplier.idl +# XInteractionRequest.idl\ +# XInteractionRetry.idl\ +# XInteractionHandler.idl\ +# XInteractionContinuation.idl\ +# XInteractionAbort.idl\ # FinishTaskEvent.idl \ # ResourceAccess.idl \ # ResourceLockException.idl \ |