diff options
author | Noel Grandin <noel@peralex.com> | 2012-06-22 13:28:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-06-25 20:13:18 +0200 |
commit | 0d70bdf1e038a0dee79ca448f994932a3b655413 (patch) | |
tree | 0dfa9a458b8aa1d2e8f826bdb28b722749788885 | |
parent | 359b76bc494051d27318ca6b8ae19035c7955252 (diff) |
Remove unnecessary forward declaration
Change-Id: I602b38d7dcf494778e6bfa2d92e8393cc0efa3fd
-rw-r--r-- | sw/source/core/inc/doctxm.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/inc/doctxm.hxx b/sw/source/core/inc/doctxm.hxx index 1c3022200a92..02c5d20a73bb 100644 --- a/sw/source/core/inc/doctxm.hxx +++ b/sw/source/core/inc/doctxm.hxx @@ -35,7 +35,6 @@ #include <section.hxx> class SwTOXInternational; -class SvPtrarr; class SwPageDesc; class SwTxtNode; class SwTxtFmtColl; |