UndoFailedException.idl (f55dbc43) UndoFailedException.idl (f82eb0bb)
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

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

33//==================================================================================================================
34
35/** thrown when reverting to re-applying an undoable action fails.
36
37 @see XUndoAction::undo
38 @see XUndoManager::undo
39 @since OpenOffice 3.4
40 */
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

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

33//==================================================================================================================
34
35/** thrown when reverting to re-applying an undoable action fails.
36
37 @see XUndoAction::undo
38 @see XUndoManager::undo
39 @since OpenOffice 3.4
40 */
41published exception UndoFailedException : ::com::sun::star::uno::Exception
41exception UndoFailedException : ::com::sun::star::uno::Exception
42{
43 /** describes the reason why the operation failed. Usually, this member will carry an exception.
44 */
45 any Reason;
46};
47
48//==================================================================================================================
49
50}; }; }; };
51
52//==================================================================================================================
53
54#endif
42{
43 /** describes the reason why the operation failed. Usually, this member will carry an exception.
44 */
45 any Reason;
46};
47
48//==================================================================================================================
49
50}; }; }; };
51
52//==================================================================================================================
53
54#endif