From 94cb31cc79ed01c0f28b9c94fb66a429021001f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Barfurth?= Date: Fri, 2 Feb 2001 14:34:07 +0000 Subject: [PATCH] Added missing 's' to XMultiPropertyStates --- offapi/com/sun/star/configuration/GroupAccess.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/offapi/com/sun/star/configuration/GroupAccess.idl b/offapi/com/sun/star/configuration/GroupAccess.idl index c3431ad010b5..d49701f83ea7 100644 --- a/offapi/com/sun/star/configuration/GroupAccess.idl +++ b/offapi/com/sun/star/configuration/GroupAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: GroupAccess.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jb $ $Date: 2001-02-01 14:31:41 $ + * last change: $Author: jb $ $Date: 2001-02-02 15:34:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ #endif #ifndef __com_sun_star_beans_XMultiPropertyState_idl__ -#include +#include #endif //============================================================================= @@ -185,7 +185,7 @@ service GroupAccess attempts to change property states will fail.

*/ - [optional] interface com::sun::star::beans::XMultiPropertyState; + [optional] interface com::sun::star::beans::XMultiPropertyStates; }; //=============================================================================