diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-01-23 09:03:02 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-23 11:26:21 +0000 |
commit | 86e99f84619e9b1f9063b1c31081e51344f1cf54 (patch) | |
tree | 182059ec9d57486dc3407c85c20be1222eec5dc9 /include | |
parent | 00aa9f622c29aecc6bb9c5ee4b3aa35a9afb095d (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 'include')
-rw-r--r-- | include/svx/sdr/overlay/overlayobjectlist.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/sdr/overlay/overlayobjectlist.hxx b/include/svx/sdr/overlay/overlayobjectlist.hxx index 5cba917bea03..c8e670dee304 100644 --- a/include/svx/sdr/overlay/overlayobjectlist.hxx +++ b/include/svx/sdr/overlay/overlayobjectlist.hxx @@ -25,10 +25,6 @@ #include <svx/svxdllapi.h> -#define DEFAULT_VALUE_FOR_HITTEST_PIXEL (2L) -#define DEFAULT_VALUE_FOR_HITTEST_TWIP (30L) - - class Point; namespace sdr |