summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/control/bindings.cxx4
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;