Kaydet (Commit) 3a457511 authored tarafından Takeshi Abe's avatar Takeshi Abe

MIN_FREEHAND_DISTANCE is used nowhere

Change-Id: I3111c8fd60089302d7eee51df0ac81ae1a6f5eab
üst 8597e8e4
......@@ -23,10 +23,6 @@
#include "fudraw.hxx"
/************************************************************************/
#define MIN_FREEHAND_DISTANCE 10
/** Draw rectangle */
class FuConstruct : public FuDraw
{
......
......@@ -38,8 +38,6 @@ class FuConstruct
: public FuDraw
{
public:
static const int MIN_FREEHAND_DISTANCE = 10;
TYPEINFO();
virtual void DoExecute( SfxRequest& rReq );
......
......@@ -27,8 +27,6 @@ class SwEditWin;
class KeyEvent;
class MouseEvent;
#define MIN_FREEHAND_DISTANCE 10
/*************************************************************************
|*
|* base class for all functions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment