summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/analysis/analysishelper.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx
index e2259fbedd01..6041bce5cbc3 100644
--- a/scaddins/source/analysis/analysishelper.hxx
+++ b/scaddins/source/analysis/analysishelper.hxx
@@ -540,15 +540,6 @@ inline double GetYearFrac( const css::uno::Reference< css::beans::XPropertySet >
}
-inline void AlignDate( sal_uInt16& rD, sal_uInt16 nM, sal_uInt16 nY )
-{
- sal_uInt16 nMax = DaysInMonth( nM, nY );
-
- if( rD > nMax )
- rD = nMax;
-}
-
-
inline sal_uInt16 FuncData::GetUINameID() const
{
return nUINameID;