summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-13 18:18:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-13 19:27:00 +0200
commitb7e05063cba799c5df9aca8ff6be81927868e7d9 (patch)
tree4b8595ba8a588d12c21542105197f0ff9ca4f5f3 /unotools
parenta699927c563b6448014e6e96c71d0eb9714136d7 (diff)
Remove nonsensical code
...introduced with 2d8c990f8790be43cf4dda4bc871a917b9dcc974 "INTEGRATION: CWS reportdesign01: #i79214# new method to allow to start not with zero." Change-Id: Id141b2913ceb47c0c54f4449bdcdf5130c6f355b
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/ucbhelper/tempfile.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx
index b0b6b3eef7a4..098c422482b8 100644
--- a/unotools/source/ucbhelper/tempfile.cxx
+++ b/unotools/source/ucbhelper/tempfile.cxx
@@ -294,8 +294,6 @@ OUString lcl_createName(const OUString& rLeadingChars, bool _bStartWithZero,
return OUString();
}
}
- if ( !_bStartWithZero )
- aTmp += OUString::number( i );
}
}