summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 11:43:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-19 12:39:14 +0100
commite6e85f139b250b1d48749bd336c28a7e46019993 (patch)
tree9772b42211d4af882feecfa24089f3d692ea8c8a /framework
parente2d067f38b44bd76a291eda00bda4da5c11564bf (diff)
remove unused typedefs
Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275 Reviewed-on: https://gerrit.libreoffice.org/46763 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/tabwin/tabwindow.hxx2
1 files changed, 0 insertions, 2 deletions
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;