summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-19 00:25:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-19 09:30:44 +0100
commit2064934b26abdaa97ffe0983b3bef9ec772e42bd (patch)
treef0423b2c77dbd215ff7602d8751e2c9bdd6c1673 /sw
parent6b28a77e1b5d68f6e1bd1b473c66e4743651211d (diff)
pointless temp objects, stray debugging code ?
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/tox/tox.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx
index f38c0612fb6d..ed7d495a06ec 100644
--- a/sw/source/core/tox/tox.cxx
+++ b/sw/source/core/tox/tox.cxx
@@ -606,9 +606,6 @@ void SwTOXBase::SetTitle(const String& rTitle)
SwTOXBase & SwTOXBase::operator = (const SwTOXBase & rSource)
{
- ByteString aTmpStr(aTitle, RTL_TEXTENCODING_ASCII_US);
- ByteString aTmpStr1(rSource.aTitle, RTL_TEXTENCODING_ASCII_US);
-
aForm = rSource.aForm;
aName = rSource.aName;
aTitle = rSource.aTitle;