diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2018-06-27 19:13:44 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2018-07-02 07:43:19 +0200 |
commit | 123a4808dca73f99bb80413d3a2eb23d232a9b2e (patch) | |
tree | 89698af41532f6db8cb2dac93c9ce6a314920d32 /scaddins | |
parent | ad511ce89c3ceddd3a8c6d650ce81df1e35bc48f (diff) |
scaddins: Drop unused stuff
Change-Id: Icdbb297df55ed5984b4008e304a41df89a996334
Reviewed-on: https://gerrit.libreoffice.org/56523
Tested-by: Jenkins
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'scaddins')
-rw-r--r-- | scaddins/source/analysis/analysishelper.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx index a5c7270dc9cd..85dc1eb65ccb 100644 --- a/scaddins/source/analysis/analysishelper.hxx +++ b/scaddins/source/analysis/analysishelper.hxx @@ -39,13 +39,10 @@ namespace sca { namespace analysis { -class SortedIndividualInt32List; class ScaAnyConverter; #define PI 3.1415926535897932 -#define EOL ( ( const sal_Char* ) 1 ) -#define EOE ( ( const sal_Char* ) 2 ) inline bool IsLeapYear( sal_uInt16 nYear ); |