summaryrefslogtreecommitdiff
path: root/include/vcl/timer.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-04 10:50:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-04 20:39:36 +0200
commitc6f0192114f1d09a9247199ef05149e75cfacb36 (patch)
tree6863d4bf007623a7b2fa0ce2209d153eeff3b753 /include/vcl/timer.hxx
parentea00e07467daf81c113ee9bb75e6f205c373dba1 (diff)
drop unnecessary includes
Change-Id: I2d6828734cfdf795499d54e1b1e8ba9fc4b5a4d1 Reviewed-on: https://gerrit.libreoffice.org/80197 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/timer.hxx')
-rw-r--r--include/vcl/timer.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/timer.hxx b/include/vcl/timer.hxx
index 88f1558b8518..2ee882f60596 100644
--- a/include/vcl/timer.hxx
+++ b/include/vcl/timer.hxx
@@ -76,6 +76,9 @@ public:
AutoTimer( const sal_Char *pDebugName = nullptr );
};
+/// Value suitable as a timeout user input into an EditBox to an expensive update
+#define EDIT_UPDATEDATA_TIMEOUT 350
+
#endif // INCLUDED_VCL_TIMER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */