diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-13 14:01:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-13 17:03:26 +0200 |
commit | 601e9d4badd84c3c4824090f1bc39bef3b64cbd1 (patch) | |
tree | 90267c806f8967606a0c9769b117f6b881a8c515 /sfx2/inc | |
parent | 17d4221c047eac47e26465ddc72d13fb89284f57 (diff) |
inline some typedefs
Change-Id: I1608e03ff9f6fbc55987010e88897e034b690b3a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115552
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/preventduplicateinteraction.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sfx2/inc/preventduplicateinteraction.hxx b/sfx2/inc/preventduplicateinteraction.hxx index 970a93b159ef..b3259aa4ed80 100644 --- a/sfx2/inc/preventduplicateinteraction.hxx +++ b/sfx2/inc/preventduplicateinteraction.hxx @@ -186,9 +186,6 @@ class PreventDuplicateInteraction final : private ThreadHelpBase2 {} }; - typedef ::std::vector< InteractionInfo > InteractionList; - - // member private: @@ -204,7 +201,7 @@ class PreventDuplicateInteraction final : private ThreadHelpBase2 /** This list describe which and how incoming interactions must be handled. Further it contains all collected information after this interaction object was used.*/ - InteractionList m_lInteractionRules; + std::vector< InteractionInfo > m_lInteractionRules; // uno interface |