UndoFailedException.idl (d5bd2f9e) | UndoFailedException.idl (f55dbc43) |
---|---|
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 --- 22 unchanged lines hidden (view full) --- 31module com { module sun { module star { module document { 32 33//================================================================================================================== 34 35/** thrown when reverting to re-applying an undoable action fails. 36 37 @see XUndoAction::undo 38 @see XUndoManager::undo | 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 --- 22 unchanged lines hidden (view full) --- 31module com { module sun { module star { module document { 32 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 |
|
39 */ 40published exception UndoFailedException : ::com::sun::star::uno::Exception 41{ 42 /** describes the reason why the operation failed. Usually, this member will carry an exception. 43 */ 44 any Reason; 45}; 46 47//================================================================================================================== 48 49}; }; }; }; 50 51//================================================================================================================== 52 53#endif | 40 */ 41published exception 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 |