diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-05-25 19:43:26 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-06-03 19:12:02 +0200 |
commit | 4161070eb28cabd5d441cdeca0ef8393ba23fe88 (patch) | |
tree | ef8d912ae52ccef6a53aeb74fdafa9cc31889728 /sw/source/uibase/uiview | |
parent | 6f77ce5870101021d6e1056ccddb443f3825c41d (diff) |
Removed IDocumentSettingAccess.hxx include in SwDoc.hxx
Because it is not needed there anymore with IDocumentSettingManager.
Change-Id: Iad5e0a03f2628c9d26698d23e691b3e6228eee0b
Diffstat (limited to 'sw/source/uibase/uiview')
-rw-r--r-- | sw/source/uibase/uiview/view2.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx index eac7a19d73e1..2976b7db8d38 100644 --- a/sw/source/uibase/uiview/view2.cxx +++ b/sw/source/uibase/uiview/view2.cxx @@ -79,6 +79,7 @@ #include <docsh.hxx> #include <doc.hxx> #include <IDocumentUndoRedo.hxx> +#include <IDocumentSettingAccess.hxx> #include <wrtsh.hxx> #include <viewopt.hxx> #include <basesh.hxx> |