diff options
Diffstat (limited to 'scaddins')
-rw-r--r-- | scaddins/source/analysis/analysishelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx index 1300c8ebcd00..2e4da5c4cd3b 100644 --- a/scaddins/source/analysis/analysishelper.cxx +++ b/scaddins/source/analysis/analysishelper.cxx @@ -1106,7 +1106,7 @@ double GetOddfprice( sal_Int32 /*nNullDate*/, sal_Int32 /*nSettle*/, sal_Int32 / // If you change this to not unconditionally throw, the // SAL_WNOUNREACHABLE_CODE_PUSH/POP around the caller in // financial.cxx can be removed. - throw uno::RuntimeException(); // #87380# + throw uno::RuntimeException(); } @@ -1192,7 +1192,7 @@ double GetOddfyield( sal_Int32 /*nNullDate*/, sal_Int32 /*nSettle*/, sal_Int32 / // If you change this to not unconditionally throw, the // SAL_WNOUNREACHABLE_CODE_PUSH/POP around the caller in // financial.cxx can be removed. - throw uno::RuntimeException(); // #87380# + throw uno::RuntimeException(); } |