diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-17 17:27:26 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-22 14:02:03 -0500 |
commit | 1d71cba38cd72365dad7462bc9d5b06fb2b62637 (patch) | |
tree | 746f9da055ab01bf07682830f2908fda89a7d91c /sc/inc/pivot.hxx | |
parent | c52c26e0c93576ad64a70396dccfd61c871f1759 (diff) |
Only show original dimensions in the select window.
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r-- | sc/inc/pivot.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx index 7d173e9b591a..2ab04644f2b5 100644 --- a/sc/inc/pivot.hxx +++ b/sc/inc/pivot.hxx @@ -129,8 +129,8 @@ struct ScDPLabelData ::rtl::OUString maName; /// Original name of the dimension. ::rtl::OUString maLayoutName; /// Layout name (display name) SCCOL mnCol; /// 0-based field index (not the source column index) + long mnOriginalDim; /// original dimension index (>= 0 for duplicated dimension) sal_uInt16 mnFuncMask; /// Page/Column/Row subtotal function. - sal_uInt8 mnDupCount; sal_Int32 mnUsedHier; /// Used hierarchy. sal_Int32 mnFlags; /// Flags from the DataPilotSource dimension bool mbShowAll; /// true = Show all (also empty) results. |