diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-11 22:22:20 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-11 22:27:57 +0900 |
commit | be0c5bd426db05c1dae1b63263e7fac61ec09494 (patch) | |
tree | 7e4437839a719fc74ed2cd0b23eee70db90ecc37 /svtools/source/control | |
parent | 193872bcdfc3f988463a4ff62e25a4f31d81469d (diff) |
removed unused defines
Change-Id: Icc2ed1499615728bd8dce1b34e64095fcd5d78b9
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/ctrlbox.cxx | 3 | ||||
-rw-r--r-- | svtools/source/control/roadmap.cxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index 9c5ddb9a9310..5029aa75d272 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -62,9 +62,6 @@ #define GAPTOEXTRAPREVIEW 10 #define MAXPREVIEWWIDTH 120 -#define TWIPS_TO_PT100(val) (val * 5) -#define PT100_TO_TWIPS(val) (val / 5) - #define FONTNAMEBOXMRUENTRIESFILE "/user/config/fontnameboxmruentries" using namespace ::com::sun::star; diff --git a/svtools/source/control/roadmap.cxx b/svtools/source/control/roadmap.cxx index 60c58530d111..b2e06ddfcff2 100644 --- a/svtools/source/control/roadmap.cxx +++ b/svtools/source/control/roadmap.cxx @@ -43,7 +43,6 @@ #define ROADMAP_INDENT_Y 27 #define ROADMAP_ITEM_DISTANCE_Y 6 #define RMINCOMPLETE -1 -#define NADDITEM 1 //......................................................................... namespace svt |