summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-23 09:03:02 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-23 11:26:21 +0000
commit86e99f84619e9b1f9063b1c31081e51344f1cf54 (patch)
tree182059ec9d57486dc3407c85c20be1222eec5dc9 /svx
parent00aa9f622c29aecc6bb9c5ee4b3aa35a9afb095d (diff)
move defines to only user
Change-Id: I337cc5d58386d9fb018b5343ad76e6f8e8e61405 Reviewed-on: https://gerrit.libreoffice.org/33448 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/overlay/overlayobjectlist.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/sdr/overlay/overlayobjectlist.cxx b/svx/source/sdr/overlay/overlayobjectlist.cxx
index 32ed7dbc1018..eef8cf5a7ee5 100644
--- a/svx/source/sdr/overlay/overlayobjectlist.cxx
+++ b/svx/source/sdr/overlay/overlayobjectlist.cxx
@@ -29,6 +29,9 @@
#include <drawinglayer/processor2d/hittestprocessor2d.hxx>
#include <comphelper/lok.hxx>
+#define DEFAULT_VALUE_FOR_HITTEST_PIXEL (2)
+#define DEFAULT_VALUE_FOR_HITTEST_TWIP (30)
+
namespace sdr
{
namespace overlay