summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/document/EmptyUndoStackException.idl
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2014-03-09 05:46:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-09 16:58:07 +0000
commita842c6e7b33aca734946a32ecff90a11e184f802 (patch)
tree9851e3785f2203dec804ce6cfb5a39cf2333eb7f /offapi/com/sun/star/document/EmptyUndoStackException.idl
parentcoverity#707896 Uninitialized scalar field (diff)
downloadcore-a842c6e7b33aca734946a32ecff90a11e184f802.tar.gz
core-a842c6e7b33aca734946a32ecff90a11e184f802.zip
Related: #i124384# Add since tag to Undo API IDL files
(cherry picked from commit e2fb6101543888977e882596ae64d854f1b09cb5) Change-Id: I6ab35082503b506bd5d61af0b1ed67c662100716
Diffstat (limited to 'offapi/com/sun/star/document/EmptyUndoStackException.idl')
-rw-r--r--offapi/com/sun/star/document/EmptyUndoStackException.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/com/sun/star/document/EmptyUndoStackException.idl b/offapi/com/sun/star/document/EmptyUndoStackException.idl
index 7812710bd3b0..8ad131104db6 100644
--- a/offapi/com/sun/star/document/EmptyUndoStackException.idl
+++ b/offapi/com/sun/star/document/EmptyUndoStackException.idl
@@ -28,6 +28,7 @@ module com { module sun { module star { module document {
/** is raised when an operation is attemption at an XUndoManager which requires a non-empty stack
of undo actions, and this requirement is not fullfilled.
+ @since OOo 3.4
*/
exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateException
{