From 1990c75175118c4b1ff0f020c13213627b6adcb0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 16 Dec 2014 13:31:48 +0100 Subject: Daft += "\0" triggers assert ...try GetProcessServiceManager().createInstance("stardiv.UnoControls.ProgressMonitor").addText("foo", "bar", false) in Basic... Change-Id: I30318c3e8e671a97b6a3fe2dd9ec03add21794ab --- UnoControls/source/controls/progressmonitor.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'UnoControls/source/controls/progressmonitor.cxx') diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx index 035d5ed83cf1..df93a695c2d2 100644 --- a/UnoControls/source/controls/progressmonitor.cxx +++ b/UnoControls/source/controls/progressmonitor.cxx @@ -750,7 +750,6 @@ void ProgressMonitor::impl_rebuildFixedText () aCollectString += pSearchItem->sTopic; aCollectString += "\n"; } - aCollectString += "\0"; // It's better :-) m_xTopic_Top->setText ( aCollectString ); } @@ -768,7 +767,6 @@ void ProgressMonitor::impl_rebuildFixedText () aCollectString += pSearchItem->sText; aCollectString += "\n"; } - aCollectString += "\0"; // It's better :-) m_xText_Top->setText ( aCollectString ); } @@ -788,7 +786,6 @@ void ProgressMonitor::impl_rebuildFixedText () aCollectString += pSearchItem->sTopic; aCollectString += "\n"; } - aCollectString += "\0"; // It's better :-) m_xTopic_Bottom->setText ( aCollectString ); } @@ -806,7 +803,6 @@ void ProgressMonitor::impl_rebuildFixedText () aCollectString += pSearchItem->sText; aCollectString += "\n"; } - aCollectString += "\0"; // It's better :-) m_xText_Bottom->setText ( aCollectString ); } -- cgit