summaryrefslogtreecommitdiff
path: root/tools/source/rc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-17 11:05:49 +0200
committerNoel Grandin <noel@peralex.com>2015-11-17 13:21:49 +0200
commit048a32d903c8cc81a8836c7c7209b92e0bfd6cd7 (patch)
tree6f6b1dd872a065199fc77ef401f220767d525024 /tools/source/rc
parent81ff7cfddb8e6786529f0a878007e9d399d4908a (diff)
use unique_ptr for pImpl in tools/
Change-Id: I7ac7eca32a67524f6c87696c16b16128e6d8518b
Diffstat (limited to 'tools/source/rc')
-rw-r--r--tools/source/rc/resary.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/rc/resary.cxx b/tools/source/rc/resary.cxx
index 03854d31eec0..078b5a63b8f7 100644
--- a/tools/source/rc/resary.cxx
+++ b/tools/source/rc/resary.cxx
@@ -70,7 +70,6 @@ ResStringArray::ResStringArray( const ResId& rResId ) :
ResStringArray::~ResStringArray()
{
- delete mpImpl;
}
OUString ResStringArray::GetString( sal_uInt32 nIndex ) const