diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-05-26 15:15:18 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-06-03 19:12:03 +0200 |
commit | f8455332dc396f945b589e5f440ce593b9b064f5 (patch) | |
tree | de55d441b6a0e4ded59daeb39a563081adb2c550 /sw/source/uibase/misc/glshell.cxx | |
parent | 4161070eb28cabd5d441cdeca0ef8393ba23fe88 (diff) |
Removed IDocumentDeviceAccess.hxx include in SwDoc.hxx
Because it is not needed there anymore in that class.
I added it as an include in all files that need it.
Change-Id: I3eb2e1da9d153017968b286e1a0250f145ca7cfe
Diffstat (limited to 'sw/source/uibase/misc/glshell.cxx')
-rw-r--r-- | sw/source/uibase/misc/glshell.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/misc/glshell.cxx b/sw/source/uibase/misc/glshell.cxx index 22a5884908a2..6149584acc91 100644 --- a/sw/source/uibase/misc/glshell.cxx +++ b/sw/source/uibase/misc/glshell.cxx @@ -38,6 +38,7 @@ #include <glshell.hxx> #include <doc.hxx> #include <IDocumentUndoRedo.hxx> +#include <IDocumentDeviceAccess.hxx> #include <glosdoc.hxx> #include <shellio.hxx> #include <initui.hxx> |