summaryrefslogtreecommitdiff
path: root/svx/source/inc/trace.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-22 11:07:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-23 11:37:05 +0000
commiteb8e39f2a4cd21033d020a9e9919e1cb29d182c7 (patch)
tree6d3ee432faa8ad81a7e120d05c318342f8630d8e /svx/source/inc/trace.hxx
parent210d239b87326a942dd73f507e642f0dde3da16b (diff)
make svx ByteString free
Diffstat (limited to 'svx/source/inc/trace.hxx')
-rw-r--r--svx/source/inc/trace.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/trace.hxx b/svx/source/inc/trace.hxx
index aecfab7c52a3..116429492d70 100644
--- a/svx/source/inc/trace.hxx
+++ b/svx/source/inc/trace.hxx
@@ -38,7 +38,7 @@
class Tracer
{
- ByteString m_sBlockDescription;
+ rtl::OString m_sBlockDescription;
DECLARE_STL_STDKEY_MAP( ::oslThreadIdentifier, sal_Int32, MapThreadId2Int );
static MapThreadId2Int s_aThreadIndents;