diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2014-11-08 18:19:04 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2014-11-09 19:45:16 +0100 |
commit | c41346f96f201c4e8b6c15d5b3fe65aa2590e86a (patch) | |
tree | 253e11abf884b355d47dc828fd160d195b86df92 /sw/inc/node.hxx | |
parent | bb00a0097900ae054401f7758a915047cfde4065 (diff) |
fix constness of SwFmtsBase::GetFmt()
And covariant return type while I'm at it.
Change-Id: Iab8459e73fa6743eae17094d9826c83b0f53c3f5
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 { |