summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 13:32:41 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:58:59 +0200
commite395801fd2c303ab5b7a182d102ea6c833369c2b (patch)
tree88613ee633f4fd2f2b09cf4a69cd1f848be88bf0 /svl
parent39f67c41a741e6107b9c26c43d0e8ad227ad0c9e (diff)
remove unused code svl::SharedStringPool::SharedStringPool()
Change-Id: I497cb89d0b204b9de9c31f86837664d107e55033
Diffstat (limited to 'svl')
-rw-r--r--svl/source/misc/sharedstringpool.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/misc/sharedstringpool.cxx b/svl/source/misc/sharedstringpool.cxx
index 1e85da589bf9..ef4ee0f264b2 100644
--- a/svl/source/misc/sharedstringpool.cxx
+++ b/svl/source/misc/sharedstringpool.cxx
@@ -12,7 +12,6 @@
namespace svl {
-SharedStringPool::SharedStringPool() : mpCharClass(NULL) {}
SharedStringPool::SharedStringPool( const CharClass* pCharClass ) : mpCharClass(pCharClass) {}
SharedString SharedStringPool::intern( const OUString& rStr )