diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-11-05 00:04:36 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-11-05 00:05:20 +0900 |
commit | 307535d98aeb171ee5e291b77f6c5028b4db936d (patch) | |
tree | 981f537be03832ad64f7b16d17d3af756a4f236d /starmath/source | |
parent | c9c98ab207fba4df35261c66b3753b9ce5e997ba (diff) |
removed unused macro
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/document.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 5b0057410e34..0ce92750eb06 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -111,11 +111,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::ucb; using namespace ::com::sun::star::uno; - -#define DOCUMENT_BUFFER_SIZE (sal_uInt16)32768 - -static const char pStarMathDoc[] = "StarMathDocument"; - #define SmDocShell #include "smslots.hxx" |