From e6e85f139b250b1d48749bd336c28a7e46019993 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Dec 2017 11:43:16 +0200 Subject: remove unused typedefs Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275 Reviewed-on: https://gerrit.libreoffice.org/46763 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/inc/tabwin/tabwindow.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework') diff --git a/framework/inc/tabwin/tabwindow.hxx b/framework/inc/tabwin/tabwindow.hxx index 8589de71dbfb..7d1fa6e8a8fa 100644 --- a/framework/inc/tabwin/tabwindow.hxx +++ b/framework/inc/tabwin/tabwindow.hxx @@ -141,8 +141,6 @@ class TabWindow final : public css::lang::XTypeProvider , void implts_SendNotification( Notification eNotify, sal_Int32 ID ) const; void implts_SendNotification( Notification eNotify, sal_Int32 ID, const css::uno::Sequence< css::beans::NamedValue >& rSeq ) const; - typedef std::vector< sal_uInt16 > PageIdVector; - bool m_bInitialized : 1, m_bDisposed : 1; sal_Int32 m_nNextTabID; -- cgit