diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-05-22 16:29:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-22 18:17:45 +0300 |
commit | c7736a68035e25087d61d8ca4eddaf3de5d38c2c (patch) | |
tree | ff58a6ae6006ce0ea5bdc025593cf2e5fdc4e778 /sfx2/source/control/bindings.cxx | |
parent | e439816281f9fe24c7332b5f1e16df845f5213f2 (diff) |
Bin pointless variable
Change-Id: I6b402b124966ee6a1694839a54e79fd176270d0f
Diffstat (limited to 'sfx2/source/control/bindings.cxx')
-rw-r--r-- | sfx2/source/control/bindings.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx index 3d1345d8e608..44f409d99fbd 100644 --- a/sfx2/source/control/bindings.cxx +++ b/sfx2/source/control/bindings.cxx @@ -64,9 +64,7 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; -static sal_uInt16 nTimeOut = 300; - -#define TIMEOUT_FIRST nTimeOut +#define TIMEOUT_FIRST 300 #define TIMEOUT_UPDATING 20 typedef std::unordered_map< sal_uInt16, bool > InvalidateSlotMap; |