summaryrefslogtreecommitdiff
path: root/sc/inc/lookupcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/lookupcache.hxx')
-rw-r--r--sc/inc/lookupcache.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx
index 6748ef00c7c9..8c566a463d7d 100644
--- a/sc/inc/lookupcache.hxx
+++ b/sc/inc/lookupcache.hxx
@@ -91,14 +91,6 @@ public:
mfVal = fVal;
}
- void setString( const OUString * pStr )
- {
- deleteString();
- mbAlloc = false;
- mbString = true;
- mpStr = pStr;
- }
-
void setString( const OUString & rStr )
{
deleteString();