Added missing 's' to XMultiPropertyStates

This commit is contained in:
Jörg Barfurth 2001-02-02 14:34:07 +00:00
parent 033fc33fe6
commit 94cb31cc79

View file

@ -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 <com/sun/star/beans/XMultiPropertyState.idl>
#include <com/sun/star/beans/XMultiPropertyStates.idl>
#endif
//=============================================================================
@ -185,7 +185,7 @@ service GroupAccess
attempts to change property states will fail.
</p>
*/
[optional] interface com::sun::star::beans::XMultiPropertyState;
[optional] interface com::sun::star::beans::XMultiPropertyStates;
};
//=============================================================================