diff options
author | August Sodora <augsod@gmail.com> | 2011-12-16 18:37:03 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-19 14:36:10 -0500 |
commit | d330111ec383542ad8955d78a64f4ed4b095b683 (patch) | |
tree | 45a2274ff5825d2a4b478636bedb5c1cdace10b2 /cui/source/inc/treeopt.hxx | |
parent | 7f707bbef2d13c05f8387e8af4c33d0f321f7677 (diff) |
Clean up treeopt select handler locking hack
Diffstat (limited to 'cui/source/inc/treeopt.hxx')
-rw-r--r-- | cui/source/inc/treeopt.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/inc/treeopt.hxx b/cui/source/inc/treeopt.hxx index c6ba40239a28..b7663205adb0 100644 --- a/cui/source/inc/treeopt.hxx +++ b/cui/source/inc/treeopt.hxx @@ -177,14 +177,11 @@ private: sal_Bool bForgetSelection; sal_Bool bExternBrowserActive; - bool bInSelectHdl_Impl; bool bIsFromExtensionManager; // check "for the current document only" and set focus to "Western" languages box bool bIsForSetDocumentLanguage; - Timer aSelectTimer; - com::sun::star::uno::Reference < com::sun::star::awt::XContainerWindowProvider > m_xContainerWinProvider; |