summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysishelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins/source/analysis/analysishelper.hxx')
-rw-r--r--scaddins/source/analysis/analysishelper.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx
index 5f377c8ead5b..ade23104c6d9 100644
--- a/scaddins/source/analysis/analysishelper.hxx
+++ b/scaddins/source/analysis/analysishelper.hxx
@@ -143,8 +143,6 @@ double GetCoupdays( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int
sal_Int32 nBase ) throw( css::uno::RuntimeException, css::lang::IllegalArgumentException );
-
-
enum FDCategory
{
FDCat_AddIn,
@@ -239,7 +237,6 @@ public:
};
-
/// sorted list with unique sal_Int32 values
class SortedIndividualInt32List
{
@@ -677,8 +674,6 @@ inline ConvertDataLinear::ConvertDataLinear( const sal_Char* p, double fC, doubl
}
-
-
/// Helper class for date calculation for various financial functions
class ScaDate
{