summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-28 09:15:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-28 10:35:22 +0100
commit376ee49f68384cf16aec57d54506378b67ccd402 (patch)
tree9d12d74da1eb92dd882bfb1196c93620939db07c /unotools
parent93c08ca200c12a505e00a9a5aeeff2c730d23b74 (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 'unotools')
-rw-r--r--unotools/source/config/eventcfg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx
index 8c0b62781b6f..71ae2477f8e1 100644
--- a/unotools/source/config/eventcfg.cxx
+++ b/unotools/source/config/eventcfg.cxx
@@ -79,7 +79,6 @@ static o3tl::enumarray<GlobalEventId, const char*> pEventAsciiNames =
};
typedef std::unordered_map< OUString, OUString > EventBindingHash;
-typedef std::vector< css::uno::WeakReference< css::frame::XFrame > > FrameVector;
typedef o3tl::enumarray< GlobalEventId, OUString > SupportedEventsVector;
class GlobalEventConfig_Impl : public utl::ConfigItem