diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-28 09:15:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-28 10:35:22 +0100 |
commit | 376ee49f68384cf16aec57d54506378b67ccd402 (patch) | |
tree | 9d12d74da1eb92dd882bfb1196c93620939db07c /svx/source | |
parent | 93c08ca200c12a505e00a9a5aeeff2c730d23b74 (diff) |
remove some unused typedefs
Change-Id: I7775a7d86e9641cd514e58f03d3727d2ad846120
Reviewed-on: https://gerrit.libreoffice.org/68485
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/inc/fmexpl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx index 6e751c2921f8..861cab0ce3d6 100644 --- a/svx/source/inc/fmexpl.hxx +++ b/svx/source/inc/fmexpl.hxx @@ -182,8 +182,6 @@ public: }; -typedef ::std::vector< FmEntryData* > FmEntryDataBaseList; - class FmEntryDataList final { private: |