summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/UndoManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/main/UndoManager.cxx')
-rw-r--r--chart2/source/model/main/UndoManager.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/chart2/source/model/main/UndoManager.cxx b/chart2/source/model/main/UndoManager.cxx
index 664149926c26..ab6ed77744ef 100644
--- a/chart2/source/model/main/UndoManager.cxx
+++ b/chart2/source/model/main/UndoManager.cxx
@@ -21,6 +21,7 @@
#include "ChartViewHelper.hxx"
#include <com/sun/star/lang/DisposedException.hpp>
+#include <com/sun/star/lang/NoSupportException.hpp>
#include <framework/undomanagerhelper.hxx>
#include <officecfg/Office/Common.hxx>
@@ -36,14 +37,8 @@ namespace chart
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::lang::DisposedException;
using ::com::sun::star::document::XUndoManager;
- using ::com::sun::star::document::EmptyUndoStackException;
- using ::com::sun::star::document::UndoContextNotClosedException;
- using ::com::sun::star::document::UndoFailedException;
- using ::com::sun::star::util::InvalidStateException;
using ::com::sun::star::document::XUndoAction;
- using ::com::sun::star::lang::IllegalArgumentException;
using ::com::sun::star::document::XUndoManagerListener;
- using ::com::sun::star::util::NotLockedException;
using ::com::sun::star::lang::NoSupportException;
using ::com::sun::star::util::XModifyListener;
using ::com::sun::star::frame::XModel;