diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-11 09:16:59 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-11 10:40:17 +0100 |
commit | 15b91684a608ed485e62b2320bde61817c47631e (patch) | |
tree | cfeaf2046f00800c471c8c658d70c3ee382f9800 /sw | |
parent | 0efcfcdf40661dddd023d8b516d6461d164e4ab7 (diff) |
remove wrong and unused forward declaration for 'class vector'
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/SwXMLSectionList.hxx | 2 | ||||
-rw-r--r-- | sw/inc/shellio.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
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 <xmloff/xmlictxt.hxx> #include <xmloff/xmlimp.hxx> -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; |