summaryrefslogtreecommitdiff
path: root/scaddins/source/datefunc/datefunc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins/source/datefunc/datefunc.cxx')
-rw-r--r--scaddins/source/datefunc/datefunc.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx
index 010c7a5c0e11..698666ff7554 100644
--- a/scaddins/source/datefunc/datefunc.cxx
+++ b/scaddins/source/datefunc/datefunc.cxx
@@ -523,13 +523,7 @@ uno::Sequence< sheet::LocalizedName > SAL_CALL ScaDateAddIn::getCompatibilityNam
return aRet;
}
-
-//------------------------------------------------------------------
-//
-// function implementation starts here
-//
-//------------------------------------------------------------------
-
+namespace {
// auxiliary functions
sal_Bool IsLeapYear( sal_uInt16 nYear )
@@ -660,6 +654,7 @@ sal_Int32 GetNullDate( const uno::Reference< beans::XPropertySet >& xOptions )
throw uno::RuntimeException();
}
+}
// XDateFunctions
/**