summaryrefslogtreecommitdiff
path: root/sfx2/qa/complex
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-27 12:23:53 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-27 12:23:53 +0200
commit1cc357cf028e10d16bd1744ae82ffa2242d8bffd (patch)
tree9ed76e5099b4b5584e81a7adaa5023fcfe4e9cb2 /sfx2/qa/complex
parent27026fbe5299f053cff0f2cb1a3cb155455b27e6 (diff)
undoapi: outsourced locking functionality into a dedicated interface
Diffstat (limited to 'sfx2/qa/complex')
-rwxr-xr-xsfx2/qa/complex/sfx2/UndoManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/UndoManager.java b/sfx2/qa/complex/sfx2/UndoManager.java
index ed7a519813dd..e6cc11dc470d 100755
--- a/sfx2/qa/complex/sfx2/UndoManager.java
+++ b/sfx2/qa/complex/sfx2/UndoManager.java
@@ -28,7 +28,6 @@
package complex.sfx2;
import com.sun.star.document.EmptyUndoStackException;
-import com.sun.star.document.NotLockedException;
import com.sun.star.document.UndoContextNotClosedException;
import com.sun.star.document.UndoFailedException;
import com.sun.star.document.UndoManagerEvent;
@@ -47,6 +46,7 @@ import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XComponentContext;
import com.sun.star.util.InvalidStateException;
+import com.sun.star.util.NotLockedException;
import complex.sfx2.undo.DocumentTest;
import complex.sfx2.undo.DrawDocumentTest;
import complex.sfx2.undo.ImpressDocumentTest;