diff options
Diffstat (limited to 'sw/inc/IDocumentOutlineNodes.hxx')
-rw-r--r-- | sw/inc/IDocumentOutlineNodes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/IDocumentOutlineNodes.hxx b/sw/inc/IDocumentOutlineNodes.hxx index 5803f7077482..f4aa9b2fb259 100644 --- a/sw/inc/IDocumentOutlineNodes.hxx +++ b/sw/inc/IDocumentOutlineNodes.hxx @@ -30,7 +30,7 @@ class SwTextNode; class IDocumentOutlineNodes { public: - typedef ::std::vector< const SwTextNode* > tSortedOutlineNodeList; + typedef std::vector< const SwTextNode* > tSortedOutlineNodeList; virtual sal_Int32 getOutlineNodesCount() const = 0; |