summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
diff options
context:
space:
mode:
authorSantiago Martinez <smvarela@gmail.com>2012-04-23 19:24:37 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-04-24 08:21:11 +0100
commit858646a5eb5eae8703cfb64cd1cdbc553699a224 (patch)
tree8f74fe51846e08246e311d733d0d441a1cac6967 /sc/inc/dpitemdata.hxx
parentspecific variable for where dev-install installs (diff)
downloadcore-858646a5eb5eae8703cfb64cd1cdbc553699a224.tar.gz
core-858646a5eb5eae8703cfb64cd1cdbc553699a224.zip
Remove unused code in dpitemdata.
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 1996d686f81c..46642a95af13 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -87,7 +87,6 @@ public:
ScDPItemData();
ScDPItemData(const ScDPItemData& r);
ScDPItemData(const rtl::OUString& rStr);
- ScDPItemData(const rtl::OUString* pStr);
ScDPItemData(sal_Int32 nGroupType, sal_Int32 nValue);
~ScDPItemData();
@@ -98,7 +97,6 @@ public:
void SetRangeStart(double fVal);
void SetRangeFirst();
void SetRangeLast();
- void SetErrorString(const rtl::OUString& rS);
void SetErrorString(const rtl::OUString* pS);
bool IsCaseInsEqual(const ScDPItemData& r) const;