diff options
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index f3ec9f04081b..64a7e5c8e803 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -33,7 +33,6 @@ #include <ndtyp.hxx> #include <index.hxx> #include <fmtcol.hxx> -#include "docary.hxx" // forward declarations @@ -73,6 +72,7 @@ class IDocumentFieldsAccess; class IDocumentContentOperations; class IDocumentListItems; class Point; +typedef std::vector<SwOLENode*> SwOLENodes; // docary.hxx //UUUU namespace drawinglayer { namespace attribute { |