diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-06-30 20:58:00 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-07-15 15:44:04 +0200 |
commit | 3fed83524dc33453f3ec25baa4a170bac51ab1e0 (patch) | |
tree | 7e5eda4650329bcb66efb735436774e48e866c65 /sw/source/uibase/utlui/content.cxx | |
parent | 87cb919c7ccf5aacda27b36781d5896eebbd182b (diff) |
Refactored IDocumentOutlineNodes out of SwDoc.
Into the new class DocumentOutlineNodesManager.
Change-Id: I05581391a1474872113ae91d6429709d181cabfe
Diffstat (limited to 'sw/source/uibase/utlui/content.cxx')
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index c69eea0125f9..6cc53dae0396 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -48,6 +48,7 @@ #include <edtwin.hxx> #include <doc.hxx> #include <IDocumentDrawModelAccess.hxx> +#include <IDocumentOutlineNodes.hxx> #include <unotools.hxx> #include <crsskip.hxx> #include <cmdid.h> |