diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-29 19:53:42 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-09 11:13:28 -0500 |
commit | 98b4beebce3720c55ff3302a43d482db8adbc6fe (patch) | |
tree | a8b3e3045ba67b6db5b018553107b200d469ec1f /sc/inc/dpitemdata.hxx | |
parent | 244a9ef6047b47a65990dd15665ea483240cc563 (diff) |
Date field is now determined outside of ScDPItemData.
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r-- | sc/inc/dpitemdata.hxx | 2 |
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; }; |