Bin pointless variable

Change-Id: I6b402b124966ee6a1694839a54e79fd176270d0f
This commit is contained in:
Tor Lillqvist
2018-05-22 16:29:41 +03:00
parent e439816281
commit c7736a6803

View File

@@ -64,9 +64,7 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util; using namespace ::com::sun::star::util;
static sal_uInt16 nTimeOut = 300; #define TIMEOUT_FIRST 300
#define TIMEOUT_FIRST nTimeOut
#define TIMEOUT_UPDATING 20 #define TIMEOUT_UPDATING 20
typedef std::unordered_map< sal_uInt16, bool > InvalidateSlotMap; typedef std::unordered_map< sal_uInt16, bool > InvalidateSlotMap;