diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-04 08:55:31 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-05 00:01:10 +0900 |
commit | b905ac19da5d4168c06f42c21418ccdb2a5d9290 (patch) | |
tree | 246f1496e2264c83e75c28eb6e05690ecde9adf3 /editeng/source/outliner | |
parent | 9dce646fbc187a0ca0ef0b22a0a2bdd8845689d0 (diff) |
removed unused defines
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r-- | editeng/source/outliner/outlvw.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx index a61ec1adb422..85b1b265a4d1 100644 --- a/editeng/source/outliner/outlvw.cxx +++ b/editeng/source/outliner/outlvw.cxx @@ -54,15 +54,6 @@ #include <svl/itemset.hxx> #include <editeng/editstat.hxx> - -// Width of the border zones within which is scrolled during Drag and Drop -#define OL_SCROLL_LRBORDERWIDTHPIX 10 -#define OL_SCROLL_TBBORDERWIDTHPIX 10 - -// Value to the window content when scrolling during Drag and Drop -#define OL_SCROLL_HOROFFSET 20 /* in % of VisibleSize.Width */ -#define OL_SCROLL_VEROFFSET 20 /* in % of VisibleSize.Height */ - using namespace ::com::sun::star; DBG_NAME(OutlinerView) |