summaryrefslogtreecommitdiff
path: root/include/vcl/timer.hxx
diff options
context:
space:
mode:
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: */