summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/interpr4.cxx')
-rw-r--r--sc/source/core/tool/interpr4.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 8764b4569692..e48a5a854788 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -3910,6 +3910,7 @@ StackVar ScInterpreter::Interpret()
3910 case ocGetTime : ScGetTime(); break; 3910 case ocGetTime : ScGetTime(); break;
3911 case ocGetDiffDate : ScGetDiffDate(); break; 3911 case ocGetDiffDate : ScGetDiffDate(); break;
3912 case ocGetDiffDate360 : ScGetDiffDate360(); break; 3912 case ocGetDiffDate360 : ScGetDiffDate360(); break;
3913 case ocGetDateDif : ScGetDateDif(); break;
3913 case ocMin : ScMin( false ); break; 3914 case ocMin : ScMin( false ); break;
3914 case ocMinA : ScMin( true ); break; 3915 case ocMinA : ScMin( true ); break;
3915 case ocMax : ScMax( false ); break; 3916 case ocMax : ScMax( false ); break;