summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-02-13 17:36:17 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-13 18:03:09 -0500
commit0d22c49de2633ba540c00038633c60af172cc516 (patch)
treeb77d9953557f43624fdb131e3779dafc76f28d04 /sc/inc/dpitemdata.hxx
parentdont echo ./g -z every time make is run (diff)
downloadcore-0d22c49de2633ba540c00038633c60af172cc516.tar.gz
core-0d22c49de2633ba540c00038633c60af172cc516.zip
Switch integer constants to enum & prefix data members with 'm'.
Change-Id: I13374e160bb369f64fc6e661c43db5da657cbfd9
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r--sc/inc/dpitemdata.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index f44bc3ab8836..bd33607a0fbe 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -36,6 +36,7 @@
#include "tools/solar.h"
#include "rtl/ustring.hxx"
#include "dpmacros.hxx"
+#include "dpglobal.hxx"
/**
* When assigning a string value, you can also assign an interned string
@@ -109,7 +110,7 @@ public:
GroupValueAttr GetGroupValue() const;
bool HasStringData() const ;
- sal_uInt8 GetCellType() const;
+ ScDPValueData::Type GetCellType() const;
#if DEBUG_PIVOT_TABLE
void Dump(const char* msg) const;