diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:03:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:03:43 +0000 |
commit | 32cc33a714cde10ceb0f4b996ca3edc93e76db50 (patch) | |
tree | e14347387a4f1c73841cf0a0b483637978d5c750 /sc/inc | |
parent | 45b6be0360abe817312d78cb27d7198f6c72f451 (diff) |
INTEGRATION: CWS calc41 (1.7.354); FILE MERGED
2007/01/10 18:53:25 nn 1.7.354.1: #i72188# use hash map for datapilot result members (patch from Jody)
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index 143b70ea2dca..881c6c1237dd 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dptabsrc.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:36:50 $ + * last change: $Author: obo $ $Date: 2007-01-25 11:03:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -116,6 +116,9 @@ #include <cppuhelper/implbase5.hxx> #endif +#ifndef SC_DPTABDAT_HXX +#include "dptabdat.hxx" +#endif class ScDPResultMember; class ScDPResultData; @@ -762,10 +765,8 @@ private: long nHier; long nLev; - String aName; // name for api etc. + ScDPItemData maData; // String aCaption; // visible name (changeable by user) - double fValue; // used internally for matching - BOOL bHasValue; // TRUE if this is a value BOOL bVisible; BOOL bShowDet; |