summaryrefslogtreecommitdiff
path: root/sc/inc/pivot.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 11:23:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 11:23:22 +0000
commit24284c6a7ea37a2a6fca94a72fde9868a2f52c48 (patch)
tree092226558c51727be419251521ecfd11daa21e6b /sc/inc/pivot.hxx
parentb117df9c6a99e9169d0b6662b6081c7829781cda (diff)
INTEGRATION: CWS pagefields (1.1.1.1.342); FILE MERGED
2004/02/26 17:17:30 dr 1.1.1.1.342.1: #i22164# add page fields to 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 95bc9471406e..bb6dffdae009 100644
--- a/sc/inc/pivot.hxx
+++ b/sc/inc/pivot.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pivot.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $
+ * last change: $Author: hr $ $Date: 2004-04-13 12:23:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,6 +120,7 @@ struct PivotColRef
};
typedef PivotField PivotFieldArr[PIVOT_MAXFIELD];
+typedef PivotField PivotPageFieldArr[PIVOT_MAXPAGEFIELD];
class PivotStrCollection : public StrCollection
{