diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-29 15:04:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-02 08:39:44 +0200 |
commit | 468e8d53fbb07dce271a1f7fabf5711993e01eb7 (patch) | |
tree | 60a0474d2789904e17ff22623f01175c11836647 /svx | |
parent | e9dbdc9fc6ff943650e6e18986ed1cce913971ef (diff) |
inline some use-once typedefs
Change-Id: I335e0c5cf7944efa487e4535a9e6a5baab2f36dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95140
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/fmvwimp.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx index e90fcd217386..1e6a01dab0cb 100644 --- a/svx/source/inc/fmvwimp.hxx +++ b/svx/source/inc/fmvwimp.hxx @@ -126,7 +126,6 @@ private: }; typedef ::rtl::Reference< FormViewPageWindowAdapter > PFormViewPageWindowAdapter; -typedef ::std::vector< PFormViewPageWindowAdapter > PageWindowAdapterList; typedef ::std::set< css::uno::Reference< css::form::XForm > > SetOfForms; typedef ::std::map< css::uno::Reference< css::awt::XControlContainer >, SetOfForms > MapControlContainerToSetOfForms; class SdrModel; @@ -156,7 +155,7 @@ class FmXFormView : public ::cppu::WeakImplHelper< css::sdb::SQLErrorEvent m_aAsyncError; // error event which is to be displayed asyn. See m_nErrorMessageEvent. - PageWindowAdapterList + std::vector< PFormViewPageWindowAdapter > m_aPageWindowAdapters; // to be filled in alive mode only MapControlContainerToSetOfForms m_aNeedTabOrderUpdate; |