summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/docundo.cxx
diff options
context:
space:
mode:
authorValentin Kettner <vakevk+libreoffice@gmail.com>2014-06-01 22:21:38 +0200
committerValentin Kettner <vakevk+libreoffice@gmail.com>2014-06-03 19:12:05 +0200
commit86075a3f0f095cde29c6460d7e5dd4069ed89d00 (patch)
treebb4cc053f51e3f2bef38b44d1ce28dce3e1613e8 /sw/source/core/undo/docundo.cxx
parent4269e3a7435b45cbbcd45d959e1e8c8e761a94a0 (diff)
Split out IDocumentDrawModelAccess from SwDoc.
To the new class DocumentDrawModelManager. All moved methods and members have the same in thew new class. Change-Id: I89ad0e0c4a42885d5810e834983ea8e8e6c0a2d2
Diffstat (limited to 'sw/source/core/undo/docundo.cxx')
-rw-r--r--sw/source/core/undo/docundo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/undo/docundo.cxx b/sw/source/core/undo/docundo.cxx
index 4959028337bf..9f6c49848b4f 100644
--- a/sw/source/core/undo/docundo.cxx
+++ b/sw/source/core/undo/docundo.cxx
@@ -35,6 +35,7 @@
#include <editsh.hxx>
#include <unobaseclass.hxx>
#include <limits>
+#include <IDocumentDrawModelAccess.hxx>
using namespace ::com::sun::star;