diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-05-01 14:34:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 08:17:55 +0200 |
commit | 5eaad8eb1d46b6f85605c5ac210e8b1397b18b22 (patch) | |
tree | a4b35695a88108b89eba90d4112be0736f7c94db /sw/inc/doc.hxx | |
parent | d02d52887678cd3d518c19a235bc443c292b3041 (diff) |
SwFieldTypes can just be a std::vector typedef
Change-Id: I10b43a71c8cedc6efbb30056d3da7fd431f04791
Reviewed-on: https://gerrit.libreoffice.org/37121
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 61d57940d2f9..d1e1073cd522 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -88,7 +88,6 @@ class SwEditShell; class SwFieldType; class SwField; class SwTextField; -class SwFieldTypes; class SwFlyFrameFormat; class SwFormatsBase; class SwFormat; |