From 15b91684a608ed485e62b2320bde61817c47631e Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 11 Dec 2012 09:16:59 +0100 Subject: remove wrong and unused forward declaration for 'class vector' --- sw/inc/SwXMLSectionList.hxx | 2 -- sw/inc/shellio.hxx | 1 - 2 files changed, 3 deletions(-) (limited to 'sw') diff --git a/sw/inc/SwXMLSectionList.hxx b/sw/inc/SwXMLSectionList.hxx index 38f4df1e3ca1..04ff2bd78de3 100644 --- a/sw/inc/SwXMLSectionList.hxx +++ b/sw/inc/SwXMLSectionList.hxx @@ -22,8 +22,6 @@ #include #include -class vector; - class SwXMLSectionList : public SvXMLImport { protected: diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index e0bdf94f2c65..674bf7ce2153 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -53,7 +53,6 @@ class SwCrsrShell; class SwDoc; class SwPaM; class SwTextBlocks; -class vector; struct SwPosition; struct Writer_Impl; -- cgit