diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-05-01 11:24:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-01 18:42:17 +0200 |
commit | 680e72353350f6aeaeef0114830b4f941749ece3 (patch) | |
tree | 3b52e7b4942e7bfbcf7e1071f3d71e0f3c734753 /sw/inc/doc.hxx | |
parent | 64cce59975d540f384880034ed3297a120d3d408 (diff) |
SwTOXTypes can just be a std::vector typedef
Change-Id: I0b20f4dfdbc692e9122f64a11b65bd4234e00ee7
Reviewed-on: https://gerrit.libreoffice.org/37120
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index f75ed2775890..61d57940d2f9 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -117,7 +117,6 @@ class SwSectionData; class SwSelBoxes; class SwTableAutoFormatTable; class SwTOXBaseSection; -class SwTOXTypes; class SwTabCols; class SwTable; class SwTableAutoFormat; |