summaryrefslogtreecommitdiff
path: root/sc/inc/pivot.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@openoffice.org>2009-09-02 04:17:43 +0000
committerKohei Yoshida <kohei@openoffice.org>2009-09-02 04:17:43 +0000
commit9b0c9920d629acbdf8516e13ba045cfea7b1fd97 (patch)
tree4d5abb545ffe80ecb217399629507b29f306f61f /sc/inc/pivot.hxx
parente862adfa2e024d63ad86c6ad043b7d073598bf69 (diff)
Show display names (aka layout names) of fields in the dp layout dialog and its child dialogs.
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r--sc/inc/pivot.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx
index 6e3088eeb1e9..b8ca4da7762b 100644
--- a/sc/inc/pivot.hxx
+++ b/sc/inc/pivot.hxx
@@ -368,7 +368,7 @@ public:
struct ScDPLabelData
{
- String maName; /// Original name of the dimension.
+ ::rtl::OUString maName; /// Original name of the dimension.
::rtl::OUString maLayoutName; /// Layout name (display name)
SCsCOL mnCol;
USHORT mnFuncMask; /// Page/Column/Row subtotal function.