diff options
Diffstat (limited to 'scaddins/source/analysis/analysishelper.hxx')
-rw-r--r-- | scaddins/source/analysis/analysishelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx index 835593518a98..0fdae29ccd66 100644 --- a/scaddins/source/analysis/analysishelper.hxx +++ b/scaddins/source/analysis/analysishelper.hxx @@ -820,7 +820,7 @@ inline void ScaDate::addYears( sal_Int32 nYearCount ) } -/// Helper class for Any->double conversion, using current language settings +/// Helper class for Any->double conversion, using the current locale class ScaAnyConverter { private: @@ -841,7 +841,7 @@ public: const css::uno::Reference< css::uno::XComponentContext >& xContext ); ~ScaAnyConverter(); - /// Initializing with current language settings + /// Initializing with the current locale /// /// @throws css::uno::RuntimeException void init( |