XUndoAction.idl (f55dbc43) | XUndoAction.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 --- 22 unchanged lines hidden (view full) --- 31 32module com { module sun { module star { module document { 33 34//================================================================================================================== 35 36/** represents a single (undoable) action on a document 37 @since OpenOffice 3.4 38 */ | 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) --- 31 32module com { module sun { module star { module document { 33 34//================================================================================================================== 35 36/** represents a single (undoable) action on a document 37 @since OpenOffice 3.4 38 */ |
39published interface XUndoAction | 39interface XUndoAction |
40{ 41 /** reverts the action represented by the instance 42 43 @throws UndoFailedException 44 if reverting the action failed. In this case, the caller should assume that this is a permanent failure, 45 and take appropriate action, such as discarding the <code>XUndoAction</code> instance, and any possibly 46 depending instances. 47 */ --- 27 unchanged lines hidden --- | 40{ 41 /** reverts the action represented by the instance 42 43 @throws UndoFailedException 44 if reverting the action failed. In this case, the caller should assume that this is a permanent failure, 45 and take appropriate action, such as discarding the <code>XUndoAction</code> instance, and any possibly 46 depending instances. 47 */ --- 27 unchanged lines hidden --- |