diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:44:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:44:43 +0000 |
commit | cc5ba78e20734263205893c301119a808c6697b5 (patch) | |
tree | 04cce4844adcfa15776f10f7c8eaf89685727970 | |
parent | fc8af4881df3f11eeef76a95853e903527945b78 (diff) |
INTEGRATION: CWS getpivotdata (1.44.54); FILE MERGED
2007/06/13 10:55:15 nn 1.44.54.3: RESYNC: (1.45-1.47); FILE MERGED
2007/04/23 09:09:56 nn 1.44.54.2: RESYNC: (1.44-1.45); FILE MERGED
2007/04/19 17:54:57 nn 1.44.54.1: #i45843# add function GETPIVOTDATA
-rw-r--r-- | sc/source/core/tool/interpr4.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx index a568919806a0..ea01f2f3c923 100644 --- a/sc/source/core/tool/interpr4.cxx +++ b/sc/source/core/tool/interpr4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: interpr4.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: obo $ $Date: 2007-06-13 09:07:53 $ + * last change: $Author: hr $ $Date: 2007-06-27 13:44:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -3549,6 +3549,7 @@ StackVar ScInterpreter::Interpret() case ocInfo : ScInfo(); break; case ocHyperLink : ScHyperLink(); break; case ocBahtText : ScBahtText(); break; + case ocGetPivotData : ScGetPivotData(); break; case ocAnswer : ScAnswer(); break; case ocTeam : ScCalcTeam(); break; case ocTTT : ScTTT(); break; |