InvalidArgumentException.idl (d1766043) InvalidArgumentException.idl (d695a2a0)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 18 unchanged lines hidden (view full) ---

27#ifndef __com_sun_star_uno_Exception_idl__
28#include <com/sun/star/uno/Exception.idl>
29#endif
30
31module com { module sun { module star { module auth {
32
33/** indicates an invalid argument was passed to SSO API.
34
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 18 unchanged lines hidden (view full) ---

27#ifndef __com_sun_star_uno_Exception_idl__
28#include <com/sun/star/uno/Exception.idl>
29#endif
30
31module com { module sun { module star { module auth {
32
33/** indicates an invalid argument was passed to SSO API.
34
35 @since OOo 1.1.2
35 @since OpenOffice 1.1.2
36 */
37published exception InvalidArgumentException : ::com::sun::star::uno::Exception
38{
39};
40
41}; }; }; };
42
43#endif
36 */
37published exception InvalidArgumentException : ::com::sun::star::uno::Exception
38{
39};
40
41}; }; }; };
42
43#endif