diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-21 21:43:58 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-21 22:08:18 +0900 |
commit | 5f2ef2b270a70f3ad486012976e95d1192e04c2d (patch) | |
tree | 78f6007bbceb5e766fa3860e96e517f7433248b4 /sd | |
parent | 01dc468f3d153b218762be392990b888186c444e (diff) |
removed unused #defines
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 36dda36b1ab6..70cf9a420e2b 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -94,12 +94,7 @@ using namespace ::com::sun::star; //////////////////////////////////////////////////////////////////////////////////////////////////// #define ANSI_CHARSET 0 -#define DEFAULT_CHARSET 1 #define SYMBOL_CHARSET 2 -#define SHIFTJIS_CHARSET 128 -#define HANGEUL_CHARSET 129 -#define CHINESEBIG5_CHARSET 136 -#define OEM_CHARSET 255 //////////////////////////////////////////////////////////////////////////////////////////////////// |