summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-29 19:53:42 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 11:13:28 -0500
commit98b4beebce3720c55ff3302a43d482db8adbc6fe (patch)
treea8b3e3045ba67b6db5b018553107b200d469ec1f /sc/inc/dpitemdata.hxx
parentScDPItemData no longer stores number format. (diff)
downloadcore-98b4beebce3720c55ff3302a43d482db8adbc6fe.tar.gz
core-98b4beebce3720c55ff3302a43d482db8adbc6fe.zip
Date field is now determined outside of ScDPItemData.
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r--sc/inc/dpitemdata.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index 4213428f6bff..7b26674e400e 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -84,8 +84,6 @@ public:
const rtl::OUString& GetString() const;
double GetValue() const ;
bool HasStringData() const ;
- bool IsDate() const;
- void SetDate( bool b ) ;
sal_uInt8 GetType() const;
};