summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpfilteredcache.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/dpfilteredcache.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/dpfilteredcache.hxx')
-rw-r--r--sc/inc/dpfilteredcache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpfilteredcache.hxx b/sc/inc/dpfilteredcache.hxx
index 9caa2f81c1c8..206b6bab31f4 100644
--- a/sc/inc/dpfilteredcache.hxx
+++ b/sc/inc/dpfilteredcache.hxx
@@ -36,7 +36,7 @@ class ScDPItemData;
class ScDPCache;
class ScDocument;
class ScRange;
-struct ScDPValueData;
+struct ScDPValue;
struct ScQueryParam;
/**
@@ -123,7 +123,7 @@ public:
that the data grid doesn't include the header row. Don't delete the
returned object! */
const ScDPItemData* getCell(SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const;
- void getValue( ScDPValueData& rVal, SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const;
+ void getValue( ScDPValue& rVal, SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const;
rtl::OUString getFieldName(SCCOL nIndex) const;
/** Get the unique entries for a field specified by index. The caller must