summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-02-13 17:40:27 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-13 18:03:09 -0500
commit623253418b3fc18a8122ea1f71e86628208000ff (patch)
tree159828311c3699736c6678938a3bffa733abd08d /sc/inc/dpitemdata.hxx
parentSwitch integer constants to enum & prefix data members with 'm'. (diff)
downloadcore-623253418b3fc18a8122ea1f71e86628208000ff.tar.gz
core-623253418b3fc18a8122ea1f71e86628208000ff.zip
ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.
Change-Id: I218315a0583ce6b0f10969b364a7a717ad309212
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r--sc/inc/dpitemdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index bd33607a0fbe..e064d25ce797 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -110,7 +110,7 @@ public:
GroupValueAttr GetGroupValue() const;
bool HasStringData() const ;
- ScDPValueData::Type GetCellType() const;
+ ScDPValue::Type GetCellType() const;
#if DEBUG_PIVOT_TABLE
void Dump(const char* msg) const;