summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorValentin Kettner <vakevk+libreoffice@gmail.com>2014-05-25 19:43:26 +0200
committerValentin Kettner <vakevk+libreoffice@gmail.com>2014-06-03 19:12:02 +0200
commit4161070eb28cabd5d441cdeca0ef8393ba23fe88 (patch)
treeef8d912ae52ccef6a53aeb74fdafa9cc31889728 /sw/inc/doc.hxx
parent6f77ce5870101021d6e1056ccddb443f3825c41d (diff)
Removed IDocumentSettingAccess.hxx include in SwDoc.hxx
Because it is not needed there anymore with IDocumentSettingManager. Change-Id: Iad5e0a03f2628c9d26698d23e691b3e6228eee0b
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 587767e119a4..5b46af63e112 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -21,7 +21,6 @@
// SwDoc interfaces
#include <IInterface.hxx>
-#include <IDocumentSettingAccess.hxx>
#include <IDocumentMarkAccess.hxx>
#include <IDocumentDeviceAccess.hxx> //from this class's persective this isnt even necessary anymore but I encountered at least
//one different class that relies on this being included here. What to do?