diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-12-28 15:14:59 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-12-28 15:26:21 +0900 |
commit | 65b490098c96dd8020a53e79e56cdef3be18aeeb (patch) | |
tree | cc29dd0770b0418e912214dd36931e233165e98b /starmath | |
parent | 9cd0fdc90983a4c8856762da7ae3948bfb8e7969 (diff) |
kill unused CMD_SID_* defines
Change-Id: If263d1e8f5852c03d57c3378084570cfcbb134ce
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/smcommands.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/starmath/inc/smcommands.h b/starmath/inc/smcommands.h index faa01583b58e..35d29ab324d9 100644 --- a/starmath/inc/smcommands.h +++ b/starmath/inc/smcommands.h @@ -20,10 +20,6 @@ #define INCLUDED_STARMATH_INC_SMCOMMANDS_H #define CMD_SID_ADJUST ".uno:Adjust" -#define CMD_SID_ALIGN ".uno:ChangeAlignment" -#define CMD_SID_DISTANCE ".uno:ChangeDistance" -#define CMD_SID_FONT ".uno:ChangeFont" -#define CMD_SID_FONTSIZE ".uno:ChangeFontSize" #define CMD_SID_DRAW ".uno:Draw" #define CMD_SID_VIEW100 ".uno:View100" #define CMD_SID_VIEW200 ".uno:View200" |