summaryrefslogtreecommitdiff
path: root/sc/inc/pivot.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-28 16:18:55 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-28 16:18:55 +0000
commit9b57b26e0a5ddf8baba03ed85c2e9d63ee8d55e2 (patch)
tree949841ea5d1b99e2d6ed98120f32895e9d1d2cf5 /sc/inc/pivot.hxx
parent1e34888d34f601524ac2d168354f00b60bafd04d (diff)
INTEGRATION: CWS calc28 (1.5.270); FILE MERGED
2005/01/21 10:04:22 dr 1.5.270.1: #i40054# performance in DP layout dialog
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r--sc/inc/pivot.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx
index 4b8eed2007a4..4d9ae17ee1eb 100644
--- a/sc/inc/pivot.hxx
+++ b/sc/inc/pivot.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pivot.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2004-06-08 09:01:30 $
+ * last change: $Author: rt $ $Date: 2005-01-28 17:18:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -422,6 +422,7 @@ struct LabelData
::com::sun::star::uno::Sequence< ::rtl::OUString > maHiers; /// Hierarchies.
::com::sun::star::uno::Sequence< ::rtl::OUString > maMembers; /// Members.
::com::sun::star::uno::Sequence< sal_Bool > maVisible; /// Visibility of members.
+ ::com::sun::star::uno::Sequence< sal_Bool > maShowDet; /// Show details of members.
::com::sun::star::sheet::DataPilotFieldSortInfo maSortInfo; /// Sorting info.
::com::sun::star::sheet::DataPilotFieldLayoutInfo maLayoutInfo; /// Layout info.
::com::sun::star::sheet::DataPilotFieldAutoShowInfo maShowInfo; /// AutoShow info.